Merge tag 'drm-fixes-2023-01-27' of git://anongit.freedesktop.org/drm/drm
[sfrench/cifs-2.6.git] / include / drm / drm_vma_manager.h
index 4f8c35206f7cd7802539e1bb6490e5516e6103f4..6c2a2f21dbf00dfe9b2522b7973281ac06df4384 100644 (file)
@@ -74,6 +74,7 @@ void drm_vma_offset_remove(struct drm_vma_offset_manager *mgr,
                           struct drm_vma_offset_node *node);
 
 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag);
+int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag);
 void drm_vma_node_revoke(struct drm_vma_offset_node *node,
                         struct drm_file *tag);
 bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node,