/linux-6.6.21/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_scrn.c | 502 struct vmw_kms_sou_bo_blit *blit = cmd; in vmw_sou_bo_populate_clip() local 504 blit->header = SVGA_CMD_BLIT_GMRFB_TO_SCREEN; in vmw_sou_bo_populate_clip() 505 blit->body.destScreenId = update->du->unit; in vmw_sou_bo_populate_clip() 506 blit->body.srcOrigin.x = fb_x; in vmw_sou_bo_populate_clip() 507 blit->body.srcOrigin.y = fb_y; in vmw_sou_bo_populate_clip() 508 blit->body.destRect.left = clip->x1; in vmw_sou_bo_populate_clip() 509 blit->body.destRect.top = clip->y1; in vmw_sou_bo_populate_clip() 510 blit->body.destRect.right = clip->x2; in vmw_sou_bo_populate_clip() 511 blit->body.destRect.bottom = clip->y2; in vmw_sou_bo_populate_clip() 513 return sizeof(*blit); in vmw_sou_bo_populate_clip() [all …]
|
D | vmwgfx_stdu.c | 617 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_kms_stdu_surface_clip() local 619 blit += dirty->num_hits; in vmw_kms_stdu_surface_clip() 620 blit->srcx = dirty->fb_x; in vmw_kms_stdu_surface_clip() 621 blit->srcy = dirty->fb_y; in vmw_kms_stdu_surface_clip() 622 blit->x = dirty->unit_x1; in vmw_kms_stdu_surface_clip() 623 blit->y = dirty->unit_y1; in vmw_kms_stdu_surface_clip() 624 blit->d = 1; in vmw_kms_stdu_surface_clip() 625 blit->w = dirty->unit_x2 - dirty->unit_x1; in vmw_kms_stdu_surface_clip() 626 blit->h = dirty->unit_y2 - dirty->unit_y1; in vmw_kms_stdu_surface_clip() 664 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_kms_stdu_surface_fifo_commit() local [all …]
|
/linux-6.6.21/drivers/video/fbdev/core/ |
D | tileblit.c | 58 struct fb_tileblit blit; in tile_putcs() local 62 blit.sx = xx; in tile_putcs() 63 blit.sy = yy; in tile_putcs() 64 blit.width = count; in tile_putcs() 65 blit.height = 1; in tile_putcs() 66 blit.fg = fg; in tile_putcs() 67 blit.bg = bg; in tile_putcs() 68 blit.length = count; in tile_putcs() 69 blit.indices = (u32 *) fb_get_buffer_offset(info, &info->pixmap, size); in tile_putcs() 71 blit.indices[i] = (u32)(scr_readw(s++) & charmask); in tile_putcs() [all …]
|
D | svgalib.c | 278 void svga_tileblit(struct fb_info *info, struct fb_tileblit *blit) in svga_tileblit() argument 283 int attr = (0x0F & blit->bg) << 4 | (0x0F & blit->fg); in svga_tileblit() 285 fb += blit->sx * colstride + blit->sy * rowstride; in svga_tileblit() 288 for (dy=0; dy < blit->height; dy ++) { in svga_tileblit() 290 for (dx = 0; dx < blit->width; dx ++) { in svga_tileblit() 291 fb_writeb(blit->indices[i], fb2); in svga_tileblit() 295 if (i == blit->length) return; in svga_tileblit()
|
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | radeon_asic.c | 228 .blit = &r100_copy_blit, 296 .blit = &r100_copy_blit, 392 .blit = &r100_copy_blit, 460 .blit = &r100_copy_blit, 528 .blit = &r100_copy_blit, 596 .blit = &r100_copy_blit, 664 .blit = &r100_copy_blit, 732 .blit = &r100_copy_blit, 800 .blit = &r100_copy_blit, 868 .blit = &r100_copy_blit, [all …]
|
D | radeon_benchmark.c | 133 if (rdev->asic->copy.blit) { in radeon_benchmark_move()
|
D | radeon_test.c | 258 if (rdev->asic->copy.blit) in radeon_test_moves()
|
D | radeon.h | 1906 struct radeon_fence *(*blit)(struct radeon_device *rdev, member 2726 #define radeon_copy_blit(rdev, s, d, np, resv) (rdev)->asic->copy.blit((rdev), (s), (d), (np), (res…
|
/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.h | 56 struct nvif_object blit; member
|
D | nouveau_drm.c | 393 NULL, 0, &drm->channel->blit); in nouveau_accel_gr_init() 401 PUSH_NVSQ(push, NV05F, 0x0000, drm->channel->blit.handle); in nouveau_accel_gr_init()
|
D | nouveau_chan.c | 101 nvif_object_dtor(&chan->blit); in nouveau_channel_del()
|
/linux-6.6.21/include/linux/ |
D | svga.h | 112 void svga_tileblit(struct fb_info *info, struct fb_tileblit *blit);
|
D | fb.h | 376 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit);
|
/linux-6.6.21/Documentation/gpu/rfc/ |
D | i915_small_bar.rst | 46 on recoverable contexts. In the future the kernel may want to blit during
|
/linux-6.6.21/drivers/video/fbdev/ |
D | cg6.c | 198 u32 blit; member 384 i = sbus_readl(&fbc->blit); in cg6_copyarea()
|
/linux-6.6.21/Documentation/fb/ |
D | udlfb.rst | 7 DisplayLink chips provide simple hline/blit operations with some compression,
|