]> git.itanic.dy.fi Git - linux-stable/commitdiff
drm/xe/uapi: Remove DRM_XE_VM_BIND_FLAG_ASYNC comment left over
authorJosé Roberto de Souza <jose.souza@intel.com>
Tue, 26 Dec 2023 16:11:14 +0000 (08:11 -0800)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 29 Feb 2024 09:37:17 +0000 (10:37 +0100)
This is a comment left over of commit d3d767396a02
("drm/xe/uapi: Remove sync binds").

Fixes: d3d767396a02 ("drm/xe/uapi: Remove sync binds")
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231226172321.61518-1-jose.souza@intel.com
(cherry picked from commit f031c3a7af8ea06790dd0a71872c4f0175084baa)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
include/uapi/drm/xe_drm.h

index 4f010949f812f7205895c40b45d6bef67a262e54..a7274a99d4567b1c7b0ad75aa857af94ae9a4cdb 100644 (file)
@@ -832,7 +832,6 @@ struct drm_xe_vm_destroy {
  *
  * and the @flags can be:
  *  - %DRM_XE_VM_BIND_FLAG_READONLY
- *  - %DRM_XE_VM_BIND_FLAG_ASYNC
  *  - %DRM_XE_VM_BIND_FLAG_IMMEDIATE - Valid on a faulting VM only, do the
  *    MAP operation immediately rather than deferring the MAP to the page
  *    fault handler.