Searched refs:drm_is_primary_client (Results 1 – 3 of 3) sorted by relevance
244 if (drm_is_primary_client(priv) && !priv->minor->master) { in drm_open_helper()249 } else if (drm_is_primary_client(priv)) { in drm_open_helper()
834 if (drm_is_primary_client(file_priv)) in vmw_surface_define_ioctl()947 if (drm_is_primary_client(file_priv) && in vmw_surface_handle_reference()1318 if (drm_is_primary_client(file_priv)) in vmw_gb_surface_define_ioctl()
896 static inline bool drm_is_primary_client(const struct drm_file *file_priv) in drm_is_primary_client() function