Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ioctl.c100 param->value = has_sm4_context(dev_priv); in vmw_getparam_ioctl()
Dvmwgfx_mob.c302 if (has_sm4_context(dev_priv)) { in vmw_otables_setup()
Dvmwgfx_surface.c1432 if (req->base.array_size > 0 && !has_sm4_context(dev_priv)) { in vmw_gb_surface_define_internal()
1855 alloc_size = num_dirty * ((has_sm4_context(dev_priv)) ? sizeof(*cmd1) : sizeof(*cmd2)); in vmw_surface_dirty_sync()
1873 if (has_sm4_context(dev_priv)) { in vmw_surface_dirty_sync()
Dvmwgfx_context.c732 if (!has_sm4_context(dev_priv) && dx) { in vmw_context_define()
Dvmwgfx_drv.h740 static inline bool has_sm4_context(const struct vmw_private *dev_priv) in has_sm4_context() function
Dvmwgfx_drv.c1067 if (has_sm4_context(dev_priv) && in vmw_driver_load()
Dvmwgfx_execbuf.c471 if (has_sm4_context(dev_priv) && in vmw_resource_context_res_add()
500 if (has_sm4_context(dev_priv) && in vmw_resource_context_res_add()
Dvmwgfx_kms.c1220 if (!has_sm4_context(dev_priv) && format != surface->metadata.format) { in vmw_kms_new_framebuffer_surface()