Searched refs:sync_width (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | ps3gpu.h | 71 u64 ioif_offset, u64 sync_width, u64 pitch) in lv1_gpu_fb_blit() argument 75 ddr_offset, ioif_offset, sync_width, in lv1_gpu_fb_blit()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_panel.c | 174 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 177 sync_width = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in centre_horizontally() 179 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally() 189 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + sync_width; in centre_horizontally() 196 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 199 sync_width = adjusted_mode->crtc_vsync_end - adjusted_mode->crtc_vsync_start; in centre_vertically() 201 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically() 210 adjusted_mode->crtc_vsync_end = adjusted_mode->crtc_vsync_start + sync_width; in centre_vertically()
|