Searched refs:yoff (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/aty/
H A Dmach64_cursor.c70 u16 xoff, yoff; atyfb_cursor() local
100 yoff = -y; atyfb_cursor()
103 yoff = 0; atyfb_cursor()
117 aty_st_le32(CUR_OFFSET, (info->fix.smem_len >> 3) + (yoff << 1), par); atyfb_cursor()
119 ((u32) (64 - h + yoff) << 16) | xoff, par); atyfb_cursor()
/linux-4.1.27/arch/powerpc/include/uapi/asm/
H A Dps3fb.h41 __u32 yoff; /* margine y */ member in struct:ps3fb_ioctl_res
/linux-4.1.27/drivers/media/pci/zoran/
H A Dzr36016.h42 __u16 yoff; member in struct:zr36016
H A Dzr36016.c279 zr36016_writei(ptr, ZR016I_NAY_HI, ptr->yoff >> 8); zr36016_init()
280 zr36016_writei(ptr, ZR016I_NAY_LO, ptr->yoff & 0xFF); zr36016_init()
341 ptr->yoff = norm->VStart + cap->y; zr36016_set_video()
/linux-4.1.27/drivers/gpu/drm/armada/
H A Darmada_crtc.c727 uint32_t yoff, yscr, h = dcrtc->cursor_h; armada_drm_crtc_cursor_update() local
748 yoff = -dcrtc->cursor_y; armada_drm_crtc_cursor_update()
750 h -= min(yoff, h); armada_drm_crtc_cursor_update()
752 yoff = 0; armada_drm_crtc_cursor_update()
756 yoff = 0; armada_drm_crtc_cursor_update()
803 pix += yoff * s + xoff; armada_drm_crtc_cursor_update()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_fbc.c116 DRM_DEBUG_KMS("enabled FBC, pitch %d, yoff %d, plane %c\n", i8xx_fbc_enable()
/linux-4.1.27/drivers/video/fbdev/
H A Di740fb.c419 dev_dbg(info->device, " xoff: %i, yoff: %i, bpp: %i, graysc: %i\n", i740fb_decode_var()
H A Dps3fb.c853 res.yoff = (res.yres - info->var.yres) / 2; ps3fb_ioctl()

Completed in 239 milliseconds