Searched refs:HWPeripheralDRM (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_peripheral_drm.cpp | 48 HWPeripheralDRM::HWPeripheralDRM(int32_t display_id, BufferSyncHandler *buffer_sync_handler, in HWPeripheralDRM() function in sdm::HWPeripheralDRM 56 DisplayError HWPeripheralDRM::Init() { in Init() 75 void HWPeripheralDRM::PopulateBitClkRates() { in PopulateBitClkRates() 96 DisplayError HWPeripheralDRM::SetDynamicDSIClock(uint64_t bit_clk_rate) { in SetDynamicDSIClock() 103 DisplayError HWPeripheralDRM::GetDynamicDSIClock(uint64_t *bit_clk_rate) { in GetDynamicDSIClock() 110 DisplayError HWPeripheralDRM::Validate(HWLayers *hw_layers) { in Validate() 119 DisplayError HWPeripheralDRM::Commit(HWLayers *hw_layers) { in Commit() 140 void HWPeripheralDRM::ResetDisplayParams() { in ResetDisplayParams() 148 void HWPeripheralDRM::SetDestScalarData(HWLayersInfo hw_layer_info, bool validate) { in SetDestScalarData() 208 DisplayError HWPeripheralDRM::Flush(HWLayers *hw_layers) { in Flush() [all …]
|
D | hw_peripheral_drm.h | 43 class HWPeripheralDRM : public HWDeviceDRM { 45 explicit HWPeripheralDRM(int32_t display_id, BufferSyncHandler *buffer_sync_handler, 47 virtual ~HWPeripheralDRM() {} in ~HWPeripheralDRM()
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_peripheral_drm.cpp | 45 HWPeripheralDRM::HWPeripheralDRM(BufferSyncHandler *buffer_sync_handler, in HWPeripheralDRM() function in sdm::HWPeripheralDRM 53 DisplayError HWPeripheralDRM::Init() { in Init() 65 DisplayError HWPeripheralDRM::Validate(HWLayers *hw_layers) { in Validate() 74 DisplayError HWPeripheralDRM::Commit(HWLayers *hw_layers) { in Commit() 95 void HWPeripheralDRM::ResetDisplayParams() { in ResetDisplayParams() 102 void HWPeripheralDRM::SetDestScalarData(HWLayersInfo hw_layer_info) { in SetDestScalarData() 143 DisplayError HWPeripheralDRM::Flush() { in Flush() 153 void HWPeripheralDRM::SetupConcurrentWriteback(const HWLayersInfo &hw_layer_info, bool validate) { in SetupConcurrentWriteback() 175 DisplayError HWPeripheralDRM::TeardownConcurrentWriteback(void) { in TeardownConcurrentWriteback() 185 DisplayError HWPeripheralDRM::SetupConcurrentWritebackModes() { in SetupConcurrentWritebackModes() [all …]
|
D | hw_peripheral_drm.h | 38 class HWPeripheralDRM : public HWDeviceDRM { 40 explicit HWPeripheralDRM(BufferSyncHandler *buffer_sync_handler, 43 virtual ~HWPeripheralDRM() {} in ~HWPeripheralDRM()
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | hw_interface.cpp | 58 hw = new HWPeripheralDRM(buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | hw_interface.cpp | 59 hw = new HWPeripheralDRM(display_id, buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
|