Home
last modified time | relevance | path

Searched refs:SVGA_CAP_GBOBJECTS (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_devcaps.c87 bool gb_objects = !!(vmw->capabilities & SVGA_CAP_GBOBJECTS); in vmw_devcaps_create()
112 bool gb_objects = !!(vmw->capabilities & SVGA_CAP_GBOBJECTS); in vmw_devcaps_size()
129 bool gb_objects = !!(vmw->capabilities & SVGA_CAP_GBOBJECTS); in vmw_devcaps_copy()
A Dvmwgfx_devcaps.h44 bool gb_objects = !!(vmw->capabilities & SVGA_CAP_GBOBJECTS); in vmw_devcap_get()
A Dvmwgfx_ioctl.c67 if ((dev_priv->capabilities & SVGA_CAP_GBOBJECTS)) in vmw_getparam_ioctl()
79 if ((dev_priv->capabilities & SVGA_CAP_GBOBJECTS) && in vmw_getparam_ioctl()
A Dvmwgfx_cmd.c43 if (dev_priv->capabilities & SVGA_CAP_GBOBJECTS) { in vmw_supports_3d()
683 (vmw->capabilities & SVGA_CAP_GBOBJECTS) != 0); in vmw_cmd_supported()
A Dvmwgfx_drv.c308 { SVGA_CAP_GBOBJECTS, "gbobject" },
899 if (dev_priv->capabilities & SVGA_CAP_GBOBJECTS) in vmw_driver_load()
928 if (dev_priv->capabilities & SVGA_CAP_GBOBJECTS) { in vmw_driver_load()
1077 if (dev_priv->capabilities & SVGA_CAP_GBOBJECTS && !refuse_dma) { in vmw_driver_load()
A Dvmwgfx_stdu.c1861 if (!(dev_priv->capabilities & SVGA_CAP_GBOBJECTS)) in vmw_kms_stdu_init_display()
A Dvmwgfx_execbuf.c3662 bool gb = dev_priv->capabilities & SVGA_CAP_GBOBJECTS; in vmw_cmd_check()
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/device_include/
A Dsvga_reg.h422 #define SVGA_CAP_GBOBJECTS 0x08000000 macro

Completed in 38 milliseconds