From bfe806c6ad7b43de5ce1e316124677c4e0ab96ea Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Mon, 15 Jun 2020 12:25:56 +0200 Subject: [PATCH] iris: Fix documentation for _iris_batch_flush MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit _iris_batch_flush has no in_fence and out_fence parameters Signed-off-by: Rohan Garg Reviewed-by: Tapani Pälli Part-of: --- src/gallium/drivers/iris/iris_batch.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gallium/drivers/iris/iris_batch.c b/src/gallium/drivers/iris/iris_batch.c index eb3d9a16c81..c0e4905b89b 100644 --- a/src/gallium/drivers/iris/iris_batch.c +++ b/src/gallium/drivers/iris/iris_batch.c @@ -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) -- 2.30.2