Searched refs:drm_is_primary_client (Results 1 – 4 of 4) sorted by relevance
189 if (drm_is_primary_client(priv) && !priv->minor->master) { in drm_open_helper()220 } else if (drm_is_primary_client(priv)) { in drm_open_helper()
1855 if (!drm_is_primary_client(file_priv)) { in drm_mode_getresources()
829 if (drm_is_primary_client(file_priv)) in vmw_surface_define_ioctl()936 if (drm_is_primary_client(file_priv) && in vmw_surface_handle_reference()1302 if (drm_is_primary_client(file_priv)) in vmw_gb_surface_define_ioctl()
873 static inline bool drm_is_primary_client(const struct drm_file *file_priv) in drm_is_primary_client() function