Home
last modified time | relevance | path

Searched refs:SVGA_CAP_3D (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h409 #define SVGA_CAP_3D 0x00004000 macro
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmd.c40 if (!(dev_priv->capabilities & SVGA_CAP_3D)) in vmw_supports_3d()
Dvmwgfx_drv.c302 { SVGA_CAP_3D, "3D" },
952 if (!(dev_priv->capabilities & SVGA_CAP_3D)) in vmw_driver_load()
Dvmwgfx_kms.c1369 if (dev_priv->capabilities & SVGA_CAP_3D) { in vmw_framebuffer_pin()
1663 !(dev_priv->capabilities & SVGA_CAP_3D), in vmw_kms_fb_create()
Dvmwgfx_stdu.c142 return !(vmw->capabilities & SVGA_CAP_3D) || vmw->vram_size < (32 * 1024 * 1024); in vmw_stdu_use_cpu_blit()