Searched refs:requested_crtc_id_ (Results 1 – 2 of 2) sorted by relevance
103 void GetRequestedCrtc(uint32_t *crtc_id) { *crtc_id = requested_crtc_id_; } in GetRequestedCrtc()105 void SetRequestedCrtc(uint32_t crtc_id) { requested_crtc_id_ = crtc_id; } in SetRequestedCrtc()136 uint32_t requested_crtc_id_ = 0; variable
747 if (requested_crtc_id_ == crtc_id) { in PostValidate()1136 if (*lut_state == kActive && requested_crtc_id_ == 0) { in ResetColorLUTState()1138 } else if (*lut_state == kDirty && requested_crtc_id_ != 0) { in ResetColorLUTState()