Searched refs:sync_width (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_panel.c | 279 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 282 sync_width = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in centre_horizontally() 284 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally() 294 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + sync_width; in centre_horizontally() 301 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 304 sync_width = adjusted_mode->crtc_vsync_end - adjusted_mode->crtc_vsync_start; in centre_vertically() 306 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically() 315 adjusted_mode->crtc_vsync_end = adjusted_mode->crtc_vsync_start + sync_width; in centre_vertically()
|
| /linux/arch/powerpc/include/asm/ |
| A D | ps3gpu.h | 59 u64 ioif_offset, u64 sync_width, u64 pitch) in lv1_gpu_fb_blit() argument 63 ddr_offset, ioif_offset, sync_width, in lv1_gpu_fb_blit()
|
| /linux/drivers/gpu/drm/mediatek/ |
| A D | mtk_dpi.c | 108 u32 sync_width; member 157 sync->sync_width << HPW, HPW_MASK); in mtk_dpi_config_hsync() 169 sync->sync_width << VSYNC_WIDTH_SHIFT, in mtk_dpi_config_vsync() 498 hsync.sync_width = vm.hsync_len; in mtk_dpi_set_display_mode() 502 vsync_lodd.sync_width = vm.vsync_len; in mtk_dpi_set_display_mode()
|
Completed in 8 milliseconds