Home
last modified time | relevance | path

Searched defs:hsync_width (Results 1 – 4 of 4) 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
/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
/linux/drivers/gpu/drm/kmb/
H A Dkmb_dsi.h285 u32 hsync_width; member
306 u32 hsync_width; /* in pixels */ member
/linux/drivers/gpu/drm/
H A Ddrm_edid.c6773 unsigned hsync_width = (timings->hsw[0] | timings->hsw[1] << 8) + 1; in drm_mode_displayid_detailed() local