Searched refs:crtc_timing_adjust (Results 1 – 2 of 2) sorted by relevance
143 uint32_t crtc_timing_adjust : 1; member355 struct dc_crtc_timing_adjust *crtc_timing_adjust; member
3172 if (update->crtc_timing_adjust) { in copy_stream_update_to_stream()3173 if (stream->adjust.v_total_min != update->crtc_timing_adjust->v_total_min || in copy_stream_update_to_stream()3174 stream->adjust.v_total_max != update->crtc_timing_adjust->v_total_max || in copy_stream_update_to_stream()3176 update->crtc_timing_adjust->timing_adjust_pending = true; in copy_stream_update_to_stream()3177 stream->adjust = *update->crtc_timing_adjust; in copy_stream_update_to_stream()3178 update->crtc_timing_adjust->timing_adjust_pending = false; in copy_stream_update_to_stream()4952 stream_update->crtc_timing_adjust || in full_update_required()