Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H 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()
H A Dvmwgfx_devcaps.h44 bool gb_objects = !!(vmw->capabilities & SVGA_CAP_GBOBJECTS); in vmw_devcap_get()
H 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()
H 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()
H A Dvmwgfx_drv.c312 { SVGA_CAP_GBOBJECTS, "gbobject" },
919 if (dev_priv->capabilities & SVGA_CAP_GBOBJECTS) in vmw_driver_load()
948 if (dev_priv->capabilities & SVGA_CAP_GBOBJECTS) { in vmw_driver_load()
1090 if (dev_priv->capabilities & SVGA_CAP_GBOBJECTS && !refuse_dma) { in vmw_driver_load()
H A Dvmwgfx_stdu.c1671 if (!(dev_priv->capabilities & SVGA_CAP_GBOBJECTS)) in vmw_kms_stdu_init_display()
H A Dvmwgfx_execbuf.c3670 bool gb = dev_priv->capabilities & SVGA_CAP_GBOBJECTS; in vmw_cmd_check()
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h422 #define SVGA_CAP_GBOBJECTS 0x08000000 macro