/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_client_blt.c | 147 u32 src_pitch, dst_pitch; in prepare_blit() local 167 src_pitch = t->width; /* in dwords */ in prepare_blit() 176 src_pitch *= 4; /* in bytes */ in prepare_blit() 199 *cs++ = src_pitch; in prepare_blit() 226 src_pitch = t->width * 4; in prepare_blit() 229 src_pitch /= 4; in prepare_blit() 246 *cs++ = src_pitch; in prepare_blit()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | accel.c | 41 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_1() 138 tmp = src_pitch; in hw_bitblt_1() 174 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_2() 219 tmp = src_pitch; in hw_bitblt_2() 39 hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_1() argument 172 hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_2() argument
|
H A D | viafbdev.h | 54 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | accel.c | 41 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_1() 138 tmp = src_pitch; in hw_bitblt_1() 174 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_2() 219 tmp = src_pitch; in hw_bitblt_2() 39 hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_1() argument 172 hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_2() argument
|
H A D | viafbdev.h | 54 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 492 s32 src_pitch, dst_pitch; in vmw_stdu_bo_cpu_commit() local 507 src_pitch = stdu->display_srf->metadata.base_size.width * stdu->cpp; in vmw_stdu_bo_cpu_commit() 509 src_offset = ddirty->top * src_pitch + ddirty->left * stdu->cpp; in vmw_stdu_bo_cpu_commit() 516 src_bo, src_offset, src_pitch, in vmw_stdu_bo_cpu_commit() 1071 s32 src_pitch, dst_pitch; in vmw_stdu_bo_populate_update_cpu() local 1088 src_pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_update_cpu() 1089 src_offset = bo_update->fb_top * src_pitch + bo_update->fb_left * in vmw_stdu_bo_populate_update_cpu() 1093 src_offset, src_pitch, width * stdu->cpp, height, in vmw_stdu_bo_populate_update_cpu()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_client_blt.c | 159 u32 src_pitch, dst_pitch; in prepare_blit() local 187 src_pitch = t->width * 4; in prepare_blit() 190 src_pitch /= 4; in prepare_blit() 207 *cs++ = src_pitch; in prepare_blit()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 578 s32 src_pitch, dst_pitch; in vmw_stdu_bo_cpu_commit() local 597 src_pitch = ddirty->pitch; in vmw_stdu_bo_cpu_commit() 599 src_offset = ddirty->fb_top * src_pitch + ddirty->fb_left * stdu->cpp; in vmw_stdu_bo_cpu_commit() 603 swap(dst_pitch, src_pitch); in vmw_stdu_bo_cpu_commit() 609 src_bo, src_offset, src_pitch, in vmw_stdu_bo_cpu_commit() 1286 s32 src_pitch, dst_pitch; in vmw_stdu_bo_populate_update_cpu() local 1303 src_pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_update_cpu() 1304 src_offset = bo_update->fb_top * src_pitch + bo_update->fb_left * in vmw_stdu_bo_populate_update_cpu() 1308 src_offset, src_pitch, width * stdu->cpp, height, in vmw_stdu_bo_populate_update_cpu()
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | mga_drm.h | 398 int src_pitch, dst_pitch; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | mga_drm.h | 235 int src_pitch, dst_pitch; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | mga_drm.h | 231 int src_pitch, dst_pitch; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | mga_drm.h | 231 int src_pitch, dst_pitch; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/ |
H A D | mga_state.c | 789 MGA_AR5, blit->ydir * blit->src_pitch, in mga_dma_dispatch_blit() 804 start = srcy * blit->src_pitch + srcx; in mga_dma_dispatch_blit()
|