Searched refs:dstx (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/mga/ |
D | mga_state.c | 795 int dstx = pbox[i].x1 + blit->delta_dx; in mga_dma_dispatch_blit() local 808 MGA_FXBNDRY, ((dstx + w) << 16) | (dstx & 0xffff), in mga_dma_dispatch_blit()
|
/linux-6.1.9/drivers/video/fbdev/intelfb/ |
D | intelfbhw.h | 590 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch,
|
D | intelfbhw.c | 1701 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) in intelfbhw_do_bitblt() argument 1707 curx, cury, dstx, dsty, w, h, pitch, bpp); in intelfbhw_do_bitblt() 1715 br22 = (dstx << WIDTH_SHIFT) | (dsty << HEIGHT_SHIFT); in intelfbhw_do_bitblt() 1716 br23 = ((dstx + w) << WIDTH_SHIFT) | in intelfbhw_do_bitblt()
|