Home
last modified time | relevance | path

Searched refs:qsync_support (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/display/sdm/include/private/
Dhw_info_types.h411 bool qsync_support = false; // Specifies panel supports qsync feature or not. member
431 (qsync_support != panel_info.qsync_support) ||
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h623 bool qsync_support; member
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_builtin.cpp758 if (!hw_panel_info_.qsync_support || qsync_mode_ == qsync_mode || first_cycle_) { in SetQSyncMode()
759 DLOGE("Failed: qsync_support: %d first_cycle %d mode: %d -> %d", hw_panel_info_.qsync_support, in SetQSyncMode()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.cpp680 hw_panel_info_.qsync_support = connector_info_.qsync_support; in PopulateHWPanelInfo()