Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h143 uint32_t crtc_timing_adjust : 1; member
355 struct dc_crtc_timing_adjust *crtc_timing_adjust; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3172 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()