cpu_blit         2826 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 					    update->cpu_blit);
cpu_blit          128 drivers/gpu/drm/vmwgfx/vmwgfx_kms.h 	bool cpu_blit;
cpu_blit          553 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c 	bo_update.base.cpu_blit = false;
cpu_blit          714 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c 	srf_update.base.cpu_blit = false;
cpu_blit          687 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	bool cpu_blit = !(dev_priv->capabilities & SVGA_CAP_3D);
cpu_blit          695 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	ret = vmw_validation_add_bo(&val_ctx, buf, false, cpu_blit);
cpu_blit          719 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	if (cpu_blit) {
cpu_blit         1378 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	bo_update.base.cpu_blit = !(dev_priv->capabilities & SVGA_CAP_3D);
cpu_blit         1385 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	if (bo_update.base.cpu_blit) {
cpu_blit         1558 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	srf_update.cpu_blit = false;
cpu_blit           46 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 	u32 cpu_blit : 1;
cpu_blit          258 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 			  bool cpu_blit)
cpu_blit          265 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 		    bo_node->cpu_blit != cpu_blit) {
cpu_blit          293 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 		bo_node->cpu_blit = cpu_blit;
cpu_blit          565 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 		if (entry->cpu_blit) {
cpu_blit          236 drivers/gpu/drm/vmwgfx/vmwgfx_validation.h 			  bool as_mob, bool cpu_blit);