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)
committerJosé Roberto de Souza <jose.souza@intel.com>
Tue, 26 Dec 2023 18:41:04 +0000 (10:41 -0800)
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>
include/uapi/drm/xe_drm.h

index 9fa3ae324731a6a96d47d81e18566b321f2f0bca..50bbea0992d9c301ada8d258e859d6b8dee088a9 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.