Home
last modified time | relevance | path

Searched defs:hsync_width (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/pci/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
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_encoders.c330 unsigned int hsync_width = native_mode->hsync_end - native_mode->hsync_start; in radeon_panel_mode_fixup() local
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_edid.c6679 unsigned hsync_width = (timings->hsw[0] | timings->hsw[1] << 8) + 1; in drm_mode_displayid_detailed() local