Home
last modified time | relevance | path

Searched refs:requested_crtc_id_ (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.h66 void GetRequestedCrtc(uint32_t *crtc_id) { *crtc_id = requested_crtc_id_; } in GetRequestedCrtc()
68 void SetRequestedCrtc(uint32_t crtc_id) { requested_crtc_id_ = crtc_id; } in SetRequestedCrtc()
99 uint32_t requested_crtc_id_ = 0; variable
Ddrm_plane.cpp717 if (requested_crtc_id_ == crtc_id) { in PostValidate()
1106 if (*lut_state == kActive && requested_crtc_id_ == 0) { in ResetColorLUTState()
1108 } else if (*lut_state == kDirty && requested_crtc_id_ != 0) { in ResetColorLUTState()