Searched refs:has_sm5_context (Results 1 – 3 of 3) sorted by relevance
126 u32 cotable_max = has_sm5_context(dev_priv) ? in vmw_context_cotables_unref()216 u32 cotable_max = has_sm5_context(dev_priv) ? in vmw_gb_context_init()555 u32 cotable_max = has_sm5_context(ctx->dev_priv) ? in vmw_dx_context_scrub_cotables()822 u32 cotable_max = has_sm5_context(ctx->dev_priv) ? in vmw_context_cotable()
1189 if (has_sm5_context(dev_priv) && metadata->array_size > 0) { in vmw_gb_surface_create()1217 if (has_sm5_context(dev_priv) && metadata->array_size > 0) { in vmw_gb_surface_create()1579 if (req->buffer_byte_stride > 0 && !has_sm5_context(dev_priv)) { in vmw_gb_surface_define_internal()
727 static inline bool has_sm5_context(const struct vmw_private *dev_priv) in has_sm5_context() function