Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1555 if (req->base.array_size > 0 && !has_sm4_context(dev_priv)) { in vmw_gb_surface_define_internal()
1978 alloc_size = num_dirty * ((has_sm4_context(dev_priv)) ? sizeof(*cmd1) : sizeof(*cmd2)); in vmw_surface_dirty_sync()
1996 if (has_sm4_context(dev_priv)) { in vmw_surface_dirty_sync()
2238 if (has_sm4_context(vmw)) in vmw_format_bpp_to_svga()
H A Dvmwgfx_mob.c306 if (has_sm4_context(dev_priv)) { in vmw_otables_setup()
H A Dvmwgfx_context.c736 if (!has_sm4_context(dev_priv) && dx) { in vmw_context_define()
H A Dvmwgfx_drv.h705 static inline bool has_sm4_context(const struct vmw_private *dev_priv) in has_sm4_context() function
H A Dvmwgfx_drv.c1114 if (has_sm4_context(dev_priv) && in vmw_driver_load()