Searched refs:sync_width (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/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-2.6.39/drivers/gpu/drm/i915/ |
D | intel_lvds.c | 172 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 175 sync_width = mode->crtc_hsync_end - mode->crtc_hsync_start; in centre_horizontally() 177 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally() 187 mode->crtc_hsync_end = mode->crtc_hsync_start + sync_width; in centre_horizontally() 194 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 197 sync_width = mode->crtc_vsync_end - mode->crtc_vsync_start; in centre_vertically() 199 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically() 208 mode->crtc_vsync_end = mode->crtc_vsync_start + sync_width; in centre_vertically()
|