Home
last modified time | relevance | path

Searched refs:dstx (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/mga/
Dmga_state.c797 int dstx = pbox[i].x1 + blit->delta_dx; in mga_dma_dispatch_blit() local
810 MGA_FXBNDRY, ((dstx + w) << 16) | (dstx & 0xffff), in mga_dma_dispatch_blit()
/drivers/video/fbdev/intelfb/
Dintelfbhw.h590 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch,
Dintelfbhw.c1706 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) in intelfbhw_do_bitblt() argument
1712 curx, cury, dstx, dsty, w, h, pitch, bpp); in intelfbhw_do_bitblt()
1720 br22 = (dstx << WIDTH_SHIFT) | (dsty << HEIGHT_SHIFT); in intelfbhw_do_bitblt()
1721 br23 = ((dstx + w) << WIDTH_SHIFT) | in intelfbhw_do_bitblt()
/drivers/video/fbdev/aty/
Daty128fb.c2357 static inline void aty128_rectcopy(int srcx, int srcy, int dstx, int dsty,
2369 dstx *= 3;
2386 aty_st_le32(DST_Y_X, (dsty << 16) | dstx);