Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_encoders.c174 unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start; in amdgpu_panel_mode_fixup() local
188 adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; in amdgpu_panel_mode_fixup()
201 adjusted_mode->crtc_vsync_end = adjusted_mode->crtc_vsync_start + vsync_width; in amdgpu_panel_mode_fixup()
/linux-5.19.10/drivers/gpu/drm/radeon/
Dradeon_encoders.c329 unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start; in radeon_panel_mode_fixup() local
345 adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; in radeon_panel_mode_fixup()
360 adjusted_mode->crtc_vsync_end = adjusted_mode->crtc_vsync_start + vsync_width; in radeon_panel_mode_fixup()
/linux-5.19.10/drivers/gpu/drm/kmb/
Dkmb_dsi.h289 u16 vsync_width; member
309 u16 vsync_width; /* in lines */ member
Dkmb_dsi.c46 .vsync_width = 5,
533 kmb_write_bits_mipi(kmb_dsi, reg_adr, offset, 16, fg_cfg->vsync_width); in mipi_tx_fg_cfg_regs()
606 fg_t_cfg.vsync_width = fg_cfg->vsync_width; in mipi_tx_fg_cfg()
1364 mipitx_frame0_cfg.vsync_width = in kmb_dsi_mode_set()
/linux-5.19.10/drivers/gpu/drm/
Ddrm_edid.c5616 unsigned vsync_width = (timings->vsw[0] | timings->vsw[1] << 8) + 1; in drm_mode_displayid_detailed() local
5633 mode->vsync_end = mode->vsync_start + vsync_width; in drm_mode_displayid_detailed()