Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_encoders.c156 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in amdgpu_panel_mode_fixup() local
167 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
180 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
/linux-4.4.14/drivers/media/platform/blackfin/
Dppi.c285 u32 hsync_width, vsync_width, vsync_period; in ppi_set_params() local
287 hsync_width = params->hsync in ppi_set_params()
291 bfin_write32(&reg->fs1_wlhb, hsync_width); in ppi_set_params()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_encoders.c330 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in radeon_panel_mode_fixup() local
343 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in radeon_panel_mode_fixup()
358 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in radeon_panel_mode_fixup()