/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 38 HWCDebugHandler HWCDebugHandler::debug_handler_; 39 std::bitset<32> HWCDebugHandler::debug_flags_ = 0x1; 40 int32_t HWCDebugHandler::verbose_level_ = 0x0; 42 void HWCDebugHandler::DebugAll(bool enable, int verbose_level) { in DebugAll() 56 void HWCDebugHandler::DebugResources(bool enable, int verbose_level) { in DebugResources() 66 void HWCDebugHandler::DebugStrategy(bool enable, int verbose_level) { in DebugStrategy() 76 void HWCDebugHandler::DebugCompManager(bool enable, int verbose_level) { in DebugCompManager() 86 void HWCDebugHandler::DebugDriverConfig(bool enable, int verbose_level) { in DebugDriverConfig() 96 void HWCDebugHandler::DebugRotator(bool enable, int verbose_level) { in DebugRotator() 106 void HWCDebugHandler::DebugScalar(bool enable, int verbose_level) { in DebugScalar() [all …]
|
D | cpuhint.h | 38 class HWCDebugHandler; variable 42 DisplayError Init(HWCDebugHandler *debug_handler);
|
D | hwc_debugger.h | 43 class HWCDebugHandler : public DebugHandler { 73 static HWCDebugHandler debug_handler_;
|
D | hwc_display_external.cpp | 77 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled); in Create() 90 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_enabled", &(drc_enabled)); in Create() 93 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_reset_fps", &(drc_reset_fps_enabled)); in Create() 183 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &width); in ApplyScanAdjustment() 185 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &height); in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 37 HWCDebugHandler HWCDebugHandler::debug_handler_; 38 std::bitset<32> HWCDebugHandler::debug_flags_ = 0x1; 39 int32_t HWCDebugHandler::verbose_level_ = 0x0; 41 void HWCDebugHandler::DebugAll(bool enable, int verbose_level) { in DebugAll() 51 void HWCDebugHandler::DebugResources(bool enable, int verbose_level) { in DebugResources() 61 void HWCDebugHandler::DebugStrategy(bool enable, int verbose_level) { in DebugStrategy() 71 void HWCDebugHandler::DebugCompManager(bool enable, int verbose_level) { in DebugCompManager() 81 void HWCDebugHandler::DebugDriverConfig(bool enable, int verbose_level) { in DebugDriverConfig() 91 void HWCDebugHandler::DebugRotator(bool enable, int verbose_level) { in DebugRotator() 101 void HWCDebugHandler::DebugQdcm(bool enable, int verbose_level) { in DebugQdcm() [all …]
|
D | cpuhint.h | 38 class HWCDebugHandler; variable 42 DisplayError Init(HWCDebugHandler *debug_handler);
|
D | hwc_debugger.h | 43 class HWCDebugHandler : public DebugHandler { 70 static HWCDebugHandler debug_handler_;
|
D | hwc_display_external.cpp | 77 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled); in Create() 90 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_enabled", &(drc_enabled)); in Create() 93 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_reset_fps", &(drc_reset_fps_enabled)); in Create() 183 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &width); in ApplyScanAdjustment() 185 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &height); in ApplyScanAdjustment()
|
D | hwc_display_primary.cpp | 62 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_width", &width); in Create() 63 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height); in Create() 94 cpu_hint_.Init(static_cast<HWCDebugHandler*>(HWCDebugHandler::Get())); in Init() 98 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in Init() 306 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in SetMetaDataRefreshRateFlag()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 37 HWCDebugHandler HWCDebugHandler::debug_handler_; 38 std::bitset<32> HWCDebugHandler::debug_flags_ = 0x1; 39 int32_t HWCDebugHandler::verbose_level_ = 0x0; 41 void HWCDebugHandler::DebugAll(bool enable, int verbose_level) { in DebugAll() 51 void HWCDebugHandler::DebugResources(bool enable, int verbose_level) { in DebugResources() 61 void HWCDebugHandler::DebugStrategy(bool enable, int verbose_level) { in DebugStrategy() 71 void HWCDebugHandler::DebugCompManager(bool enable, int verbose_level) { in DebugCompManager() 81 void HWCDebugHandler::DebugDriverConfig(bool enable, int verbose_level) { in DebugDriverConfig() 91 void HWCDebugHandler::DebugRotator(bool enable, int verbose_level) { in DebugRotator() 101 void HWCDebugHandler::DebugQdcm(bool enable, int verbose_level) { in DebugQdcm() [all …]
|
D | cpuhint.h | 38 class HWCDebugHandler; variable 42 DisplayError Init(HWCDebugHandler *debug_handler);
|
D | hwc_debugger.h | 45 class HWCDebugHandler : public DebugHandler { 71 static HWCDebugHandler debug_handler_;
|
D | hwc_display_primary.cpp | 61 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_width", &width); in Create() 62 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height); in Create() 93 cpu_hint_.Init(static_cast<HWCDebugHandler*>(HWCDebugHandler::Get())); in Init() 97 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in Init() 275 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in SetMetaDataRefreshRateFlag()
|
D | hwc_display_external.cpp | 76 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled); in Create() 89 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_enabled", &(drc_enabled)); in Create() 179 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &width); in ApplyScanAdjustment() 181 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &height); in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_debugger.cpp | 37 HWCDebugHandler HWCDebugHandler::debug_handler_; 38 std::bitset<32> HWCDebugHandler::debug_flags_ = 0x1; 39 int32_t HWCDebugHandler::verbose_level_ = 0x0; 41 void HWCDebugHandler::DebugAll(bool enable, int verbose_level) { in DebugAll() 51 void HWCDebugHandler::DebugResources(bool enable, int verbose_level) { in DebugResources() 61 void HWCDebugHandler::DebugStrategy(bool enable, int verbose_level) { in DebugStrategy() 71 void HWCDebugHandler::DebugCompManager(bool enable, int verbose_level) { in DebugCompManager() 81 void HWCDebugHandler::DebugDriverConfig(bool enable, int verbose_level) { in DebugDriverConfig() 91 void HWCDebugHandler::DebugRotator(bool enable, int verbose_level) { in DebugRotator() 101 void HWCDebugHandler::DebugQdcm(bool enable, int verbose_level) { in DebugQdcm() [all …]
|
D | cpuhint.h | 38 class HWCDebugHandler; variable 42 DisplayError Init(HWCDebugHandler *debug_handler);
|
D | hwc_debugger.h | 43 class HWCDebugHandler : public DebugHandler { 69 static HWCDebugHandler debug_handler_;
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_debugger.cpp | 38 HWCDebugHandler HWCDebugHandler::debug_handler_; 40 HWCDebugHandler::HWCDebugHandler() { in HWCDebugHandler() function in sdm::HWCDebugHandler 41 DebugHandler::Set(HWCDebugHandler::Get()); in HWCDebugHandler() 44 void HWCDebugHandler::DebugAll(bool enable, int verbose_level) { in DebugAll() 60 void HWCDebugHandler::DebugResources(bool enable, int verbose_level) { in DebugResources() 72 void HWCDebugHandler::DebugStrategy(bool enable, int verbose_level) { in DebugStrategy() 84 void HWCDebugHandler::DebugCompManager(bool enable, int verbose_level) { in DebugCompManager() 96 void HWCDebugHandler::DebugDriverConfig(bool enable, int verbose_level) { in DebugDriverConfig() 108 void HWCDebugHandler::DebugRotator(bool enable, int verbose_level) { in DebugRotator() 120 void HWCDebugHandler::DebugScalar(bool enable, int verbose_level) { in DebugScalar() [all …]
|
D | hwc_debugger.h | 45 class HWCDebugHandler : public DebugHandler { 47 HWCDebugHandler(); 75 static HWCDebugHandler debug_handler_;
|
D | cpuhint.h | 38 class HWCDebugHandler; variable 42 DisplayError Init(HWCDebugHandler *debug_handler);
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_debugger.cpp | 38 HWCDebugHandler HWCDebugHandler::debug_handler_; 40 HWCDebugHandler::HWCDebugHandler() { in HWCDebugHandler() function in sdm::HWCDebugHandler 41 DebugHandler::Set(HWCDebugHandler::Get()); in HWCDebugHandler() 44 void HWCDebugHandler::DebugAll(bool enable, int verbose_level) { in DebugAll() 60 void HWCDebugHandler::DebugResources(bool enable, int verbose_level) { in DebugResources() 72 void HWCDebugHandler::DebugStrategy(bool enable, int verbose_level) { in DebugStrategy() 84 void HWCDebugHandler::DebugCompManager(bool enable, int verbose_level) { in DebugCompManager() 96 void HWCDebugHandler::DebugDriverConfig(bool enable, int verbose_level) { in DebugDriverConfig() 108 void HWCDebugHandler::DebugRotator(bool enable, int verbose_level) { in DebugRotator() 120 void HWCDebugHandler::DebugScalar(bool enable, int verbose_level) { in DebugScalar() [all …]
|
D | hwc_debugger.h | 45 class HWCDebugHandler : public DebugHandler { 47 HWCDebugHandler(); 76 static HWCDebugHandler debug_handler_;
|
D | cpuhint.h | 38 class HWCDebugHandler; variable 42 DisplayError Init(HWCDebugHandler *debug_handler);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display_primary.cpp | 65 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_width", &width); in Create() 66 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height); in Create() 98 if (cpu_hint_->Init(static_cast<HWCDebugHandler *>(HWCDebugHandler::Get())) != kErrorNone) { in Init() 105 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in Init() 116 HWCDebugHandler::Get()->GetProperty("vendor.display.enable_default_color_mode", in Init() 342 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps); in SetMetaDataRefreshRateFlag()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display_primary.cpp | 65 HWCDebugHandler::Get()->GetProperty(FB_WIDTH_PROP, &width); in Create() 66 HWCDebugHandler::Get()->GetProperty(FB_HEIGHT_PROP, &height); in Create() 98 if (cpu_hint_->Init(static_cast<HWCDebugHandler *>(HWCDebugHandler::Get())) != kErrorNone) { in Init() 105 HWCDebugHandler::Get()->GetProperty(DISABLE_METADATA_DYNAMIC_FPS_PROP, &disable_metadata_dynfps); in Init() 116 HWCDebugHandler::Get()->GetProperty(ENABLE_DEFAULT_COLOR_MODE, &default_mode_status_); in Init() 362 HWCDebugHandler::Get()->GetProperty(DISABLE_METADATA_DYNAMIC_FPS_PROP, &disable_metadata_dynfps); in SetMetaDataRefreshRateFlag()
|