Home
last modified time | relevance | path

Searched refs:current_mode_index_ (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp69 dst.bottom = display_attributes_[current_mode_index_].y_pixels; in ConfigureWbConnectorDestRect()
71 dst.right = display_attributes_[current_mode_index_].x_pixels; in ConfigureWbConnectorDestRect()
183 current_mode_index_ = UINT32(mode_index); in SetDisplayAttributes()
189 display_attributes.y_pixels, current_mode_index_); in SetDisplayAttributes()
Dhw_device_drm.cpp435 current_mode_index_ = 0; in InitializeConfigs()
439 current_mode_index_ = mode_index; in InitializeConfigs()
446 uint32_t width = connector_info_.modes[current_mode_index_].mode.hdisplay; in InitializeConfigs()
447 uint32_t height = connector_info_.modes[current_mode_index_].mode.vdisplay; in InitializeConfigs()
537 uint32_t index = current_mode_index_; in PopulateHWPanelInfo()
555 drmModeModeInfo current_mode = connector_info_.modes[current_mode_index_].mode; in PopulateHWPanelInfo()
684 *active_config = current_mode_index_; in GetActiveConfig()
711 *display_attributes = display_attributes_[current_mode_index_]; in GetDisplayAttributes()
731 current_mode_index_ = index; in SetDisplayAttributes()
779 drmModeModeInfo current_mode = connector_info_.modes[current_mode_index_].mode; in PowerOff()
[all …]
Dhw_peripheral_drm.cpp244 dst.right = display_attributes_[current_mode_index_].x_pixels; in ConfigureConcurrentWriteback()
245 dst.bottom = display_attributes_[current_mode_index_].y_pixels; in ConfigureConcurrentWriteback()
Dhw_device_drm.h192 uint32_t current_mode_index_ = 0; variable
Dhw_tv_drm.cpp105 current_mode_index_ = index; in SetDisplayAttributes()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp70 dst.bottom = display_attributes_[current_mode_index_].y_pixels; in ConfigureWbConnectorDestRect()
72 dst.right = display_attributes_[current_mode_index_].x_pixels; in ConfigureWbConnectorDestRect()
202 current_mode_index_ = UINT32(mode_index); in SetDisplayAttributes()
208 display_attributes.y_pixels, current_mode_index_); in SetDisplayAttributes()
Dhw_device_drm.cpp531 current_mode_index_ = 0; in InitializeConfigs()
535 DLOGI("Updating current display mode %d to preferred mode %d.", current_mode_index_, in InitializeConfigs()
537 current_mode_index_ = mode_index; in InitializeConfigs()
544 uint32_t width = connector_info_.modes[current_mode_index_].mode.hdisplay; in InitializeConfigs()
545 uint32_t height = connector_info_.modes[current_mode_index_].mode.vdisplay; in InitializeConfigs()
635 uint32_t index = current_mode_index_; in PopulateHWPanelInfo()
655 drmModeModeInfo current_mode = connector_info_.modes[current_mode_index_].mode; in PopulateHWPanelInfo()
789 *active_config = current_mode_index_; in GetActiveConfig()
819 uint64_t current_bit_clk = connector_info_.modes[current_mode_index_].bit_clk_rate; in SetDisplayAttributes()
830 current_mode_index_ = index; in SetDisplayAttributes()
[all …]
Dhw_peripheral_drm.cpp81 uint32_t width = connector_info_.modes[current_mode_index_].mode.hdisplay; in PopulateBitClkRates()
82 uint32_t height = connector_info_.modes[current_mode_index_].mode.vdisplay; in PopulateBitClkRates()
105 *bit_clk_rate = (uint32_t)connector_info_.modes[current_mode_index_].bit_clk_rate; in GetDynamicDSIClock()
406 dst.right = display_attributes_[current_mode_index_].x_pixels; in ConfigureConcurrentWriteback()
407 dst.bottom = display_attributes_[current_mode_index_].y_pixels; in ConfigureConcurrentWriteback()
Dhw_device_drm.h215 uint32_t current_mode_index_ = 0; variable
Dhw_tv_drm.cpp115 current_mode_index_ = index; in SetDisplayAttributes()