Module: Mesa Branch: master Commit: bfe806c6ad7b43de5ce1e316124677c4e0ab96ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfe806c6ad7b43de5ce1e316124677c4e0ab96ea
Author: Rohan Garg <[email protected]> Date: Mon Jun 15 12:25:56 2020 +0200 iris: Fix documentation for _iris_batch_flush _iris_batch_flush has no in_fence and out_fence parameters Signed-off-by: Rohan Garg <[email protected]> Reviewed-by: Tapani Pälli <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5470> --- 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) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
