Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ioctl.c100 param->value = has_sm4_context(dev_priv); in vmw_getparam_ioctl()
Dvmwgfx_mob.c306 if (has_sm4_context(dev_priv)) { in vmw_otables_setup()
Dvmwgfx_surface.c1438 if (req->base.array_size > 0 && !has_sm4_context(dev_priv)) { in vmw_gb_surface_define_internal()
1857 alloc_size = num_dirty * ((has_sm4_context(dev_priv)) ? sizeof(*cmd1) : sizeof(*cmd2)); in vmw_surface_dirty_sync()
1875 if (has_sm4_context(dev_priv)) { in vmw_surface_dirty_sync()
Dvmwgfx_context.c736 if (!has_sm4_context(dev_priv) && dx) { in vmw_context_define()
Dvmwgfx_drv.h729 static inline bool has_sm4_context(const struct vmw_private *dev_priv) in has_sm4_context() function
Dvmwgfx_drv.c1119 if (has_sm4_context(dev_priv) && in vmw_driver_load()
Dvmwgfx_execbuf.c446 if (has_sm4_context(dev_priv) && in vmw_resource_context_res_add()
476 if (has_sm4_context(dev_priv) && in vmw_resource_context_res_add()
Dvmwgfx_kms.c1342 if (!has_sm4_context(dev_priv) && format != surface->metadata.format) { in vmw_kms_new_framebuffer_surface()