Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_encoders.c174 unsigned int 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()
/drivers/gpu/drm/radeon/
A Dradeon_encoders.c332 unsigned int vsync_width = native_mode->vsync_end - native_mode->vsync_start; in radeon_panel_mode_fixup() local
348 adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; in radeon_panel_mode_fixup()
363 adjusted_mode->crtc_vsync_end = adjusted_mode->crtc_vsync_start + vsync_width; in radeon_panel_mode_fixup()
/drivers/gpu/drm/kmb/
A Dkmb_dsi.h289 u16 vsync_width; member
309 u16 vsync_width; /* in lines */ member
A Dkmb_dsi.c47 .vsync_width = 5,
534 kmb_write_bits_mipi(kmb_dsi, reg_adr, offset, 16, fg_cfg->vsync_width); in mipi_tx_fg_cfg_regs()
607 fg_t_cfg.vsync_width = fg_cfg->vsync_width; in mipi_tx_fg_cfg()
1365 mipitx_frame0_cfg.vsync_width = in kmb_dsi_mode_set()
/drivers/media/pci/mgb4/
A Dmgb4_sysfs_in.c711 static DEVICE_ATTR_RO(vsync_width);
A Dmgb4_sysfs_out.c706 static DEVICE_ATTR_RW(vsync_width);
/drivers/gpu/drm/
A Ddrm_edid.c6800 unsigned int vsync_width = le16_to_cpu(timings->vsw) + 1; in drm_mode_displayid_detailed() local
6817 mode->vsync_end = mode->vsync_start + vsync_width; in drm_mode_displayid_detailed()

Completed in 25 milliseconds