Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_encoders.c173 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in amdgpu_panel_mode_fixup() local
184 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
197 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
/linux/drivers/gpu/drm/radeon/
A Dradeon_encoders.c328 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in radeon_panel_mode_fixup() local
341 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in radeon_panel_mode_fixup()
356 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in radeon_panel_mode_fixup()
/linux/drivers/gpu/drm/kmb/
A Dkmb_dsi.h285 u32 hsync_width; member
306 u32 hsync_width; /* in pixels */ member
A Dkmb_dsi.c49 .hsync_width = 44,
550 (fg_cfg->hsync_width * ppl_llp_ratio) / 1000); in mipi_tx_fg_cfg_regs()
573 kmb_write_mipi(kmb_dsi, reg_adr, fg_cfg->hsync_width * (fg_cfg->bpp / 8)); in mipi_tx_fg_cfg_regs()
602 fg_t_cfg.hsync_width = fg_cfg->hsync_width; in mipi_tx_fg_cfg()
1370 mipitx_frame0_cfg.hsync_width = in kmb_dsi_mode_set()
/linux/drivers/gpu/drm/
A Ddrm_edid.c5417 unsigned hsync_width = (timings->hsw[0] | timings->hsw[1] << 8) + 1; in drm_mode_displayid_detailed() local
5432 mode->hsync_end = mode->hsync_start + hsync_width; in drm_mode_displayid_detailed()

Completed in 20 milliseconds