/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 81 HWDeviceDRM::HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) in HWDeviceDRM() function in sdm::HWDeviceDRM 88 DisplayError HWDeviceDRM::Init() { in Init() 131 DisplayError HWDeviceDRM::Deinit() { in Deinit() 138 void HWDeviceDRM::InitializeConfigs() { in InitializeConfigs() 143 DisplayError HWDeviceDRM::PopulateDisplayAttributes() { in PopulateDisplayAttributes() 198 void HWDeviceDRM::PopulateHWPanelInfo() { in PopulateHWPanelInfo() 244 void HWDeviceDRM::GetHWDisplayPortAndMode() { in GetHWDisplayPortAndMode() 285 void HWDeviceDRM::GetHWPanelMaxBrightness() { in GetHWPanelMaxBrightness() 307 DisplayError HWDeviceDRM::GetActiveConfig(uint32_t *active_config) { in GetActiveConfig() 312 DisplayError HWDeviceDRM::GetNumDisplayAttributes(uint32_t *count) { in GetNumDisplayAttributes() [all …]
|
D | hw_device_drm.h | 48 class HWDeviceDRM : public HWInterface { 50 explicit HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf); 51 virtual ~HWDeviceDRM() {} in ~HWDeviceDRM()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 216 void HWDeviceDRM::Registry::RegisterCurrent(HWLayers *hw_layers) { in RegisterCurrent() 262 void HWDeviceDRM::Registry::UnregisterNext() { in UnregisterNext() 284 void HWDeviceDRM::Registry::Clear() { in Clear() 291 uint32_t HWDeviceDRM::Registry::GetFbId(int fd) { in GetFbId() 296 HWDeviceDRM::HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, in HWDeviceDRM() function in sdm::HWDeviceDRM 305 DisplayError HWDeviceDRM::Init() { in Init() 353 DisplayError HWDeviceDRM::Deinit() { in Deinit() 362 void HWDeviceDRM::InitializeConfigs() { in InitializeConfigs() 367 DisplayError HWDeviceDRM::PopulateDisplayAttributes() { in PopulateDisplayAttributes() 422 void HWDeviceDRM::PopulateHWPanelInfo() { in PopulateHWPanelInfo() [all …]
|
D | hw_device_drm.h | 50 class HWDeviceDRM : public HWInterface { 52 explicit HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, 54 virtual ~HWDeviceDRM() {} in ~HWDeviceDRM()
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 216 void HWDeviceDRM::Registry::RegisterCurrent(HWLayers *hw_layers) { in RegisterCurrent() 262 void HWDeviceDRM::Registry::UnregisterNext() { in UnregisterNext() 284 void HWDeviceDRM::Registry::Clear() { in Clear() 291 uint32_t HWDeviceDRM::Registry::GetFbId(int fd) { in GetFbId() 296 HWDeviceDRM::HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, in HWDeviceDRM() function in sdm::HWDeviceDRM 305 DisplayError HWDeviceDRM::Init() { in Init() 358 DisplayError HWDeviceDRM::Deinit() { in Deinit() 367 void HWDeviceDRM::InitializeConfigs() { in InitializeConfigs() 372 DisplayError HWDeviceDRM::PopulateDisplayAttributes() { in PopulateDisplayAttributes() 427 void HWDeviceDRM::PopulateHWPanelInfo() { in PopulateHWPanelInfo() [all …]
|
D | hw_device_drm.h | 50 class HWDeviceDRM : public HWInterface { 52 explicit HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, 54 virtual ~HWDeviceDRM() {} in ~HWDeviceDRM()
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 244 HWDeviceDRM::Registry::Registry(BufferAllocator *buffer_allocator) : in Registry() 252 void HWDeviceDRM::Registry::Register(HWLayers *hw_layers) { in Register() 272 int HWDeviceDRM::Registry::CreateFbId(LayerBuffer *buffer, uint32_t *fb_id) { in CreateFbId() 299 void HWDeviceDRM::Registry::MapBufferToFbId(Layer* layer, LayerBuffer* buffer) { in MapBufferToFbId() 328 void HWDeviceDRM::Registry::MapOutputBufferToFbId(LayerBuffer *output_buffer) { in MapOutputBufferToFbId() 355 void HWDeviceDRM::Registry::Clear() { in Clear() 359 uint32_t HWDeviceDRM::Registry::GetFbId(Layer *layer, uint64_t handle_id) { in GetFbId() 369 uint32_t HWDeviceDRM::Registry::GetOutputFbId(uint64_t handle_id) { in GetOutputFbId() 379 HWDeviceDRM::HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, in HWDeviceDRM() function in sdm::HWDeviceDRM 386 DisplayError HWDeviceDRM::Init() { in Init() [all …]
|
D | hw_virtual_drm.cpp | 56 : HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf) { in HWVirtualDRM() 57 HWDeviceDRM::device_name_ = "Virtual Display Device"; in HWVirtualDRM() 58 HWDeviceDRM::disp_type_ = DRMDisplayType::VIRTUAL; in HWVirtualDRM() 136 err = HWDeviceDRM::AtomicCommit(hw_layers); in Commit() 154 return HWDeviceDRM::Validate(hw_layers); in Validate() 221 DisplayError err = HWDeviceDRM::PowerOn(release_fence); in PowerOn()
|
D | hw_peripheral_drm.cpp | 48 : HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf) { in HWPeripheralDRM() 54 DisplayError ret = HWDeviceDRM::Init(); in Init() 71 return HWDeviceDRM::Validate(hw_layers); in Validate() 80 DisplayError error = HWDeviceDRM::Commit(hw_layers); in Commit() 144 DisplayError err = HWDeviceDRM::Flush(); in Flush() 288 DisplayError err = HWDeviceDRM::PowerOn(release_fence); in PowerOn()
|
D | hw_tv_drm.cpp | 94 : HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf) { in HWTVDRM() 183 HWDeviceDRM::PopulateHWPanelInfo(); in PopulateHWPanelInfo() 201 return HWDeviceDRM::Commit(hw_layers); in Commit() 331 return HWDeviceDRM::PowerOn(release_fence); in PowerOn()
|
D | hw_device_drm.h | 59 class HWDeviceDRM : public HWInterface { 61 HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, 63 virtual ~HWDeviceDRM() {} in ~HWDeviceDRM()
|
D | hw_virtual_drm.h | 40 class HWVirtualDRM : public HWDeviceDRM {
|
D | hw_tv_drm.h | 37 class HWTVDRM : public HWDeviceDRM {
|
D | hw_peripheral_drm.h | 38 class HWPeripheralDRM : public HWDeviceDRM {
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 281 HWDeviceDRM::Registry::Registry(BufferAllocator *buffer_allocator) : in Registry() 289 void HWDeviceDRM::Registry::Register(HWLayers *hw_layers) { in Register() 317 int HWDeviceDRM::Registry::CreateFbId(LayerBuffer *buffer, uint32_t *fb_id) { in CreateFbId() 344 void HWDeviceDRM::Registry::MapBufferToFbId(Layer* layer, LayerBuffer* buffer) { in MapBufferToFbId() 372 void HWDeviceDRM::Registry::MapOutputBufferToFbId(LayerBuffer *output_buffer) { in MapOutputBufferToFbId() 398 void HWDeviceDRM::Registry::Clear() { in Clear() 402 uint32_t HWDeviceDRM::Registry::GetFbId(Layer *layer, uint64_t handle_id) { in GetFbId() 412 uint32_t HWDeviceDRM::Registry::GetOutputFbId(uint64_t handle_id) { in GetOutputFbId() 422 HWDeviceDRM::HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, in HWDeviceDRM() function in sdm::HWDeviceDRM 429 DisplayError HWDeviceDRM::Init() { in Init() [all …]
|
D | hw_virtual_drm.cpp | 56 : HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf) { in HWVirtualDRM() 57 HWDeviceDRM::device_name_ = "Virtual"; in HWVirtualDRM() 58 HWDeviceDRM::disp_type_ = DRMDisplayType::VIRTUAL; in HWVirtualDRM() 59 HWDeviceDRM::display_id_ = display_id; in HWVirtualDRM() 137 err = HWDeviceDRM::AtomicCommit(hw_layers); in Commit() 168 return HWDeviceDRM::Validate(hw_layers); in Validate() 240 DisplayError err = HWDeviceDRM::PowerOn(qos_data, release_fence); in PowerOn()
|
D | hw_peripheral_drm.cpp | 50 : HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf) { in HWPeripheralDRM() 57 DisplayError ret = HWDeviceDRM::Init(); in Init() 116 return HWDeviceDRM::Validate(hw_layers); in Validate() 125 DisplayError error = HWDeviceDRM::Commit(hw_layers); in Commit() 209 DisplayError err = HWDeviceDRM::Flush(hw_layers); in Flush() 444 DisplayError err = HWDeviceDRM::PowerOn(qos_data, release_fence); in PowerOn() 454 HWDeviceDRM::SetDisplayAttributes(index); in SetDisplayAttributes()
|
D | hw_tv_drm.cpp | 103 : HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf) { in HWTVDRM() 221 HWDeviceDRM::PopulateHWPanelInfo(); in PopulateHWPanelInfo() 259 return HWDeviceDRM::Commit(hw_layers); in Commit() 363 return HWDeviceDRM::PowerOn(qos_data, release_fence); in PowerOn()
|
D | hw_device_drm.h | 61 class HWDeviceDRM : public HWInterface { 63 HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, 65 virtual ~HWDeviceDRM() {} in ~HWDeviceDRM()
|
D | hw_tv_drm.h | 37 class HWTVDRM : public HWDeviceDRM {
|
D | hw_virtual_drm.h | 40 class HWVirtualDRM : public HWDeviceDRM {
|
D | hw_peripheral_drm.h | 43 class HWPeripheralDRM : public HWDeviceDRM {
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | hw_interface.cpp | 59 hw = new HWDeviceDRM(buffer_sync_handler, hw_info_intf); in Create()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | hw_interface.cpp | 59 hw = new HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | hw_interface.cpp | 59 hw = new HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
|