Home
last modified time | relevance | path

Searched refs:rowstride (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/video/fbdev/core/
H A Dsvgalib.c230 src = fb + area->sx * colstride + area->sy * rowstride; in svga_tilecopy()
231 dst = fb + area->dx * colstride + area->dy * rowstride; in svga_tilecopy()
234 + (area->sy + area->height - 1) * rowstride; in svga_tilecopy()
236 + (area->dy + area->height - 1) * rowstride; in svga_tilecopy()
239 rowstride = -rowstride; in svga_tilecopy()
251 src += rowstride; in svga_tilecopy()
252 dst += rowstride; in svga_tilecopy()
264 fb += rect->sx * colstride + rect->sy * rowstride; in svga_tilefill()
273 fb += rowstride; in svga_tilefill()
285 fb += blit->sx * colstride + blit->sy * rowstride; in svga_tileblit()
[all …]
/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmw_surface_cache.h205 const u32 rowstride = __KERNEL_DIV_ROUND_UP(width, bw) * in vmw_surface_get_pixel_offset() local
207 const u32 imgstride = __KERNEL_DIV_ROUND_UP(height, bh) * rowstride; in vmw_surface_get_pixel_offset()
209 y / bh * rowstride + in vmw_surface_get_pixel_offset()