Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ioctl.c117 param->value = has_sm4_context(dev_priv); in vmw_getparam_ioctl()
Dvmwgfx_mob.c301 if (has_sm4_context(dev_priv)) { in vmw_otables_setup()
Dvmwgfx_context.c741 if (!has_sm4_context(dev_priv) && dx) { in vmw_context_define()
Dvmwgfx_drv.h707 static inline bool has_sm4_context(const struct vmw_private *dev_priv) in has_sm4_context() function
Dvmwgfx_drv.c932 if (has_sm4_context(dev_priv) && in vmw_driver_load()
Dvmwgfx_execbuf.c466 if (has_sm4_context(dev_priv) && in vmw_resource_context_res_add()
495 if (has_sm4_context(dev_priv) && in vmw_resource_context_res_add()
Dvmwgfx_surface.c1472 if (req->base.array_size > 0 && !has_sm4_context(dev_priv)) { in vmw_gb_surface_define_internal()
Dvmwgfx_kms.c944 if (!has_sm4_context(dev_priv) && format != surface->metadata.format) { in vmw_kms_new_framebuffer_surface()