Searched refs:crtc_timing_adjust (Results 1 – 2 of 2) sorted by relevance
145 uint32_t crtc_timing_adjust : 1; member369 struct dc_crtc_timing_adjust *crtc_timing_adjust; member
3296 if (update->crtc_timing_adjust) { in copy_stream_update_to_stream()3297 if (stream->adjust.v_total_min != update->crtc_timing_adjust->v_total_min || in copy_stream_update_to_stream()3298 stream->adjust.v_total_max != update->crtc_timing_adjust->v_total_max || in copy_stream_update_to_stream()3300 update->crtc_timing_adjust->timing_adjust_pending = true; in copy_stream_update_to_stream()3301 stream->adjust = *update->crtc_timing_adjust; in copy_stream_update_to_stream()3302 update->crtc_timing_adjust->timing_adjust_pending = false; in copy_stream_update_to_stream()5194 stream_update->crtc_timing_adjust || in full_update_required()