Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c658 double line_time, fp_and_sync_width_time; in set_phantom_stream_timing() local
692fp_and_sync_width_time = (phantom_stream->timing.v_front_porch + phantom_stream->timing.v_sync_wid… in set_phantom_stream_timing()
694 if ((svp_vstartup * line_time) + fp_and_sync_width_time > cvt_rb_vblank_max) { in set_phantom_stream_timing()
695 svp_vstartup = (cvt_rb_vblank_max - fp_and_sync_width_time) / line_time; in set_phantom_stream_timing()