Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_encoders.c173 unsigned int 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/
H A Dradeon_encoders.c331 unsigned int hsync_width = native_mode->hsync_end - native_mode->hsync_start; in radeon_panel_mode_fixup() local
344 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in radeon_panel_mode_fixup()
359 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in radeon_panel_mode_fixup()
/linux/drivers/gpu/drm/kmb/
H A Dkmb_dsi.h285 u32 hsync_width; member
306 u32 hsync_width; /* in pixels */ member
H A Dkmb_dsi.c50 .hsync_width = 44,
551 (fg_cfg->hsync_width * ppl_llp_ratio) / 1000); in mipi_tx_fg_cfg_regs()
574 kmb_write_mipi(kmb_dsi, reg_adr, fg_cfg->hsync_width * (fg_cfg->bpp / 8)); in mipi_tx_fg_cfg_regs()
603 fg_t_cfg.hsync_width = fg_cfg->hsync_width; in mipi_tx_fg_cfg()
1371 mipitx_frame0_cfg.hsync_width = in kmb_dsi_mode_set()
/linux/Documentation/admin-guide/media/
H A Dmgb4.rst152 **hsync_width** (R):
277 **hsync_width** (RW):
/linux/drivers/media/pci/mgb4/
H A Dmgb4_sysfs_in.c710 static DEVICE_ATTR_RO(hsync_width);
H A Dmgb4_sysfs_out.c705 static DEVICE_ATTR_RW(hsync_width);
/linux/drivers/gpu/drm/
H A Ddrm_edid.c6796 unsigned int hsync_width = le16_to_cpu(timings->hsw) + 1; in drm_mode_displayid_detailed() local
6812 mode->hsync_end = mode->hsync_start + hsync_width; in drm_mode_displayid_detailed()