Home
last modified time | relevance | path

Searched refs:HWDeviceDRM (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/drm/
H A Dhw_device_drm.cpp81 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()
198 void HWDeviceDRM::PopulateHWPanelInfo() { in PopulateHWPanelInfo()
340 DisplayError HWDeviceDRM::PowerOn() { in PowerOn()
345 DisplayError HWDeviceDRM::PowerOff() { in PowerOff()
349 DisplayError HWDeviceDRM::Doze() { in Doze()
353 DisplayError HWDeviceDRM::DozeSuspend() { in DozeSuspend()
357 DisplayError HWDeviceDRM::Standby() { in Standby()
[all …]
H A Dhw_device_drm.h48 class HWDeviceDRM : public HWInterface {
50 explicit HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
51 virtual ~HWDeviceDRM() {} in ~HWDeviceDRM()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
H A Dhw_device_drm.cpp284 void HWDeviceDRM::Registry::Clear() { in Clear()
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()
422 void HWDeviceDRM::PopulateHWPanelInfo() { in PopulateHWPanelInfo()
564 DisplayError HWDeviceDRM::PowerOn() { in PowerOn()
569 DisplayError HWDeviceDRM::PowerOff() { in PowerOff()
573 DisplayError HWDeviceDRM::Doze() { in Doze()
581 DisplayError HWDeviceDRM::Standby() { in Standby()
[all …]
H A Dhw_device_drm.h50 class HWDeviceDRM : public HWInterface {
52 explicit HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator,
54 virtual ~HWDeviceDRM() {} in ~HWDeviceDRM()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/drm/
H A Dhw_device_drm.cpp284 void HWDeviceDRM::Registry::Clear() { in Clear()
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()
427 void HWDeviceDRM::PopulateHWPanelInfo() { in PopulateHWPanelInfo()
569 DisplayError HWDeviceDRM::PowerOn() { in PowerOn()
574 DisplayError HWDeviceDRM::PowerOff() { in PowerOff()
578 DisplayError HWDeviceDRM::Doze() { in Doze()
586 DisplayError HWDeviceDRM::Standby() { in Standby()
[all …]
H A Dhw_device_drm.h50 class HWDeviceDRM : public HWInterface {
52 explicit HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator,
54 virtual ~HWDeviceDRM() {} in ~HWDeviceDRM()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/drm/
H A Dhw_device_drm.cpp355 void HWDeviceDRM::Registry::Clear() { in Clear()
379 HWDeviceDRM::HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, in HWDeviceDRM() function in sdm::HWDeviceDRM
386 DisplayError HWDeviceDRM::Init() { in Init()
413 DisplayError HWDeviceDRM::Deinit() { in Deinit()
434 void HWDeviceDRM::InitializeConfigs() { in InitializeConfigs()
531 void HWDeviceDRM::PopulateHWPanelInfo() { in PopulateHWPanelInfo()
771 DisplayError HWDeviceDRM::PowerOff() { in PowerOff()
830 DisplayError HWDeviceDRM::Standby() { in Standby()
1050 void HWDeviceDRM::SetSolidfillStages() { in SetSolidfillStages()
1197 DisplayError HWDeviceDRM::Flush() { in Flush()
[all …]
H A Dhw_virtual_drm.cpp56 : 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()
H A Dhw_peripheral_drm.cpp48 : 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()
H A Dhw_tv_drm.cpp94 : 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()
H A Dhw_device_drm.h59 class HWDeviceDRM : public HWInterface {
61 HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator,
63 virtual ~HWDeviceDRM() {} in ~HWDeviceDRM()
H A Dhw_virtual_drm.h40 class HWVirtualDRM : public HWDeviceDRM {
H A Dhw_tv_drm.h37 class HWTVDRM : public HWDeviceDRM {
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/
H A Dhw_device_drm.cpp421 void HWDeviceDRM::Registry::Clear() { in Clear()
445 HWDeviceDRM::HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, in HWDeviceDRM() function in sdm::HWDeviceDRM
452 DisplayError HWDeviceDRM::Init() { in Init()
521 DisplayError HWDeviceDRM::Deinit() { in Deinit()
557 void HWDeviceDRM::InitializeConfigs() { in InitializeConfigs()
656 void HWDeviceDRM::PopulateHWPanelInfo() { in PopulateHWPanelInfo()
996 DisplayError HWDeviceDRM::Standby() { in Standby()
1276 void HWDeviceDRM::SetSolidfillStages() { in SetSolidfillStages()
1283 void HWDeviceDRM::ClearSolidfillStages() { in ClearSolidfillStages()
1986 void HWDeviceDRM::AddDimLayerIfNeeded() { in AddDimLayerIfNeeded()
[all …]
H A Dhw_virtual_drm.cpp56 : 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()
242 DisplayError err = HWDeviceDRM::PowerOn(qos_data, release_fence); in PowerOn()
H A Dhw_peripheral_drm.cpp52 : HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf) { in HWPeripheralDRM()
59 DisplayError ret = HWDeviceDRM::Init(); in Init()
120 DisplayError error = HWDeviceDRM::SetDisplayMode(hw_display_mode); in SetDisplayMode()
137 return HWDeviceDRM::Validate(hw_layers); in Validate()
146 DisplayError error = HWDeviceDRM::Commit(hw_layers); in Commit()
231 DisplayError err = HWDeviceDRM::Flush(hw_layers); in Flush()
467 DisplayError err = HWDeviceDRM::PowerOn(qos_data, release_fence); in PowerOn()
478 HWDeviceDRM::SetDisplayAttributes(index); in SetDisplayAttributes()
H A Dhw_tv_drm.cpp103 : HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf) { in HWTVDRM()
225 HWDeviceDRM::PopulateHWPanelInfo(); in PopulateHWPanelInfo()
263 return HWDeviceDRM::Commit(hw_layers); in Commit()
363 return HWDeviceDRM::PowerOn(qos_data, release_fence); in PowerOn()
H A Dhw_device_drm.h62 class HWDeviceDRM : public HWInterface {
64 HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator,
66 virtual ~HWDeviceDRM() {} in ~HWDeviceDRM()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_device_drm.cpp425 void HWDeviceDRM::Registry::Clear() { in Clear()
449 HWDeviceDRM::HWDeviceDRM(BufferAllocator *buffer_allocator, HWInfoInterface *hw_info_intf) in HWDeviceDRM() function in sdm::HWDeviceDRM
454 DisplayError HWDeviceDRM::Init() { in Init()
522 DisplayError HWDeviceDRM::Deinit() { in Deinit()
561 void HWDeviceDRM::InitializeConfigs() { in InitializeConfigs()
666 void HWDeviceDRM::PopulateHWPanelInfo() { in PopulateHWPanelInfo()
1140 DisplayError HWDeviceDRM::Standby() { in Standby()
1450 void HWDeviceDRM::SetSolidfillStages() { in SetSolidfillStages()
1457 void HWDeviceDRM::ClearSolidfillStages() { in ClearSolidfillStages()
2237 void HWDeviceDRM::AddDimLayerIfNeeded() { in AddDimLayerIfNeeded()
[all …]
H A Dhw_peripheral_drm.cpp54 : HWDeviceDRM(buffer_allocator, hw_info_intf) { in HWPeripheralDRM()
61 DisplayError ret = HWDeviceDRM::Init(); in Init()
186 return HWDeviceDRM::Validate(hw_layers); in Validate()
198 DisplayError error = HWDeviceDRM::Commit(hw_layers); in Commit()
218 HWDeviceDRM::SetDisplayMode(kModeCommand); in Commit()
295 DisplayError err = HWDeviceDRM::Flush(hw_layers); in Flush()
534 HWDeviceDRM::SetDisplayMode(kModeVideo); in PowerOn()
567 DisplayError err = HWDeviceDRM::PowerOff(teardown); in PowerOff()
584 HWDeviceDRM::SetDisplayMode(kModeCommand); in Doze()
610 HWDeviceDRM::SetDisplayMode(kModeCommand); in DozeSuspend()
[all …]
H A Dhw_virtual_drm.cpp56 : HWDeviceDRM(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()
147 err = HWDeviceDRM::AtomicCommit(hw_layers); in Commit()
176 return HWDeviceDRM::Validate(hw_layers); in Validate()
250 DisplayError err = HWDeviceDRM::PowerOn(qos_data, release_fence); in PowerOn()
H A Dhw_tv_drm.cpp104 : HWDeviceDRM(buffer_allocator, hw_info_intf) { in HWTVDRM()
176 return HWDeviceDRM::Deinit(); in Deinit()
234 HWDeviceDRM::PopulateHWPanelInfo(); in PopulateHWPanelInfo()
275 return HWDeviceDRM::Commit(hw_layers); in Commit()
451 return HWDeviceDRM::PowerOn(qos_data, release_fence); in PowerOn()
H A Dhw_device_drm.h63 class HWDeviceDRM : public HWInterface {
65 HWDeviceDRM(BufferAllocator *buffer_allocator, HWInfoInterface *hw_info_intf);
66 virtual ~HWDeviceDRM() {} in ~HWDeviceDRM()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dhw_interface.cpp59 hw = new HWDeviceDRM(buffer_sync_handler, hw_info_intf); in Create()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/
H A Dhw_interface.cpp59 hw = new HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()

12