Searched refs:vsync_offset (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/rockchip/
H A Drk3066_hdmi.c220 int value, vsync_offset; local
232 vsync_offset = 6;
234 vsync_offset = 0;
236 value |= vsync_offset << HDMI_VIDEO_VSYNC_OFFSET_SHIFT;
263 value = mode->vtotal - mode->vsync_start + vsync_offset;
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator_v.c245 uint32_t vsync_offset = timing->v_border_bottom + local
247 uint32_t v_sync_start = timing->v_addressable + vsync_offset;
H A Ddce110_timing_generator.c289 uint32_t vsync_offset = dc_crtc_timing->v_border_bottom + local
291 uint32_t v_sync_start = dc_crtc_timing->v_addressable + vsync_offset;
604 uint32_t vsync_offset = timing->v_border_bottom + local
606 uint32_t v_sync_start = timing->v_addressable + vsync_offset;
/linux-master/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_drv.c731 unsigned int vsync_offset, vsync_len; local
735 vsync_offset = adj_mode->crtc_vsync_start -
743 vsync_offset += 1;
754 ((vsync_offset >> 6) & 0xf));
756 ((vsync_offset & 0x3f) << 2) |
/linux-master/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c434 uint32_t vsync_offset = timing->v_border_bottom + local
436 uint32_t v_sync_start = timing->v_addressable + vsync_offset;
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c3455 unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_pulse_width_lo >> 4; local
3502 mode->vsync_start = mode->vdisplay + vsync_offset;

Completed in 304 milliseconds