Home
last modified time | relevance | path

Searched refs:dest_scale_prefill_lines (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_crtc.cpp319 string dest_scale_prefill_lines = "dest_scale_prefill_lines="; in ParseCapabilities() local
381 } else if (line.find(dest_scale_prefill_lines) != string::npos) { in ParseCapabilities()
382 crtc_info_.dest_scale_prefill_lines = in ParseCapabilities()
383 std::stoi(string(line, dest_scale_prefill_lines.length())); in ParseCapabilities()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h491 uint32_t dest_scale_prefill_lines; member
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h511 uint32_t dest_scale_prefill_lines; member
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_info_drm.cpp300 hw_resource->hw_dest_scalar_info.prefill_lines = info.dest_scale_prefill_lines; in GetSystemInfo()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_info_drm.cpp293 hw_resource->hw_dest_scalar_info.prefill_lines = info.dest_scale_prefill_lines; in GetSystemInfo()