Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator_v.c246 uint32_t vsync_offset = timing->v_border_bottom + in dce110_timing_generator_v_program_blanking() local
248 uint32_t v_sync_start = timing->v_addressable + vsync_offset; in dce110_timing_generator_v_program_blanking()
H A Ddce110_timing_generator.c290 uint32_t vsync_offset = dc_crtc_timing->v_border_bottom + in dce110_timing_generator_program_timing_generator() local
292 uint32_t v_sync_start =dc_crtc_timing->v_addressable + vsync_offset; in dce110_timing_generator_program_timing_generator()
600 uint32_t vsync_offset = timing->v_border_bottom + in dce110_timing_generator_program_blanking() local
602 uint32_t v_sync_start =timing->v_addressable + vsync_offset; in dce110_timing_generator_program_blanking()
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c450 uint32_t vsync_offset = timing->v_border_bottom + in dce120_timing_generator_program_blanking() local
452 uint32_t v_sync_start = timing->v_addressable + vsync_offset; in dce120_timing_generator_program_blanking()
/dragonfly/sys/dev/drm/
H A Ddrm_edid.c2211 …unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_puls… in drm_mode_detailed() local
2256 mode->vsync_start = mode->vdisplay + vsync_offset; in drm_mode_detailed()