Home
last modified time | relevance | path

Searched refs:clock_khz (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/sm8150/display/sdm/include/private/
Dhw_info_types.h697 uint32_t clock_khz = 0; //!< Stores the pixel clock of panel in khz member
714 (clock_khz != display_attributes.clock_khz) ||
737 (clock_khz == display_attributes.clock_khz)); in OnlyFpsChanged()
/hardware/qcom/sdm845/display/sdm/include/private/
Dhw_info_types.h568 uint32_t clock_khz = 0; //!< Stores the pixel clock of panel in khz member
585 (clock_khz != display_attributes.clock_khz) ||
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_tv_drm.cpp116 display_attributes_[index].h_total, display_attributes_[index].clock_khz, in SetDisplayAttributes()
Dhw_device_drm.cpp505 display_attributes_[index].clock_khz = mode.clock; in PopulateDisplayAttributes()
525 display_attributes_[index].h_total, display_attributes_[index].clock_khz, in PopulateDisplayAttributes()
743 display_attributes_[index].h_total, display_attributes_[index].clock_khz, in SetDisplayAttributes()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_tv_drm.cpp126 display_attributes_[index].h_total, display_attributes_[index].clock_khz, in SetDisplayAttributes()
Dhw_device_drm.cpp603 display_attributes_[index].clock_khz = mode.clock; in PopulateDisplayAttributes()
623 display_attributes_[index].h_total, display_attributes_[index].clock_khz, in PopulateDisplayAttributes()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_base.cpp666 os << " clk: " << display_attributes_.clock_khz; in Dump()