Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c149 uint32_t vsync_line = get_start_vline(optc, dc_crtc_timing); in optc1_program_vline_interrupt() local
156 if (req_delta_lines > vsync_line) in optc1_program_vline_interrupt()
157 start_line = dc_crtc_timing->v_total - (req_delta_lines - vsync_line) - 1; in optc1_program_vline_interrupt()
159 start_line = vsync_line - req_delta_lines; in optc1_program_vline_interrupt()