From: Rohan Garg Date: Mon, 15 Jun 2020 10:25:56 +0000 (+0200) Subject: iris: Fix documentation for _iris_batch_flush X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfe806c6ad7b43de5ce1e316124677c4e0ab96ea;p=mesa.git iris: Fix documentation for _iris_batch_flush _iris_batch_flush has no in_fence and out_fence parameters Signed-off-by: Rohan Garg Reviewed-by: Tapani Pälli Part-of: --- 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)