iris: Fix documentation for _iris_batch_flush
authorRohan Garg <rohan.garg@collabora.com>
Mon, 15 Jun 2020 10:25:56 +0000 (12:25 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 16 Jun 2020 11:47:35 +0000 (11:47 +0000)
_iris_batch_flush has no in_fence and out_fence parameters

Signed-off-by: Rohan Garg <rohan.garg@collabora.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5470>

src/gallium/drivers/iris/iris_batch.c

index eb3d9a1..c0e4905 100644 (file)
@@ -673,12 +673,6 @@ batch_name_to_string(enum iris_batch_name name)
 /**
  * Flush the batch buffer, submitting it to the GPU and resetting it so
  * we're ready to emit the next batch.
- *
- * \param in_fence_fd is ignored if -1.  Otherwise, this function takes
- * ownership of the fd.
- *
- * \param out_fence_fd is ignored if NULL.  Otherwise, the caller must
- * take ownership of the returned fd.
  */
 void
 _iris_batch_flush(struct iris_batch *batch, const char *file, int line)