Searched refs:requested_crtc_id_ (Results 1 – 2 of 2) sorted by relevance
66 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
717 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()