Searched refs:drm_is_primary_client (Results 1 – 4 of 4) sorted by relevance
350 static inline bool drm_is_primary_client(const struct drm_file *file_priv) in drm_is_primary_client() function
250 if (drm_is_primary_client(file)) in drm_file_free()375 if (drm_is_primary_client(priv)) { in drm_open_helper()
847 if (drm_is_primary_client(file_priv)) in vmw_surface_define_ioctl()959 if (drm_is_primary_client(file_priv) && in vmw_surface_handle_reference()1638 if (drm_is_primary_client(file_priv)) in vmw_gb_surface_define_internal()
1107 if (!drm_is_primary_client(file_priv) || !(flags & DRM_AUTH)) in vmw_master_check()