From 8e2b71b190402c5fdb91cf3f326885fc7e2fa16f Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Sat, 23 Jun 2018 12:18:11 -0700 Subject: [PATCH] iris: bad inherited comments --- src/gallium/drivers/iris/iris_batch.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/gallium/drivers/iris/iris_batch.c b/src/gallium/drivers/iris/iris_batch.c index 497e37f12f6..a88bc65e9ba 100644 --- a/src/gallium/drivers/iris/iris_batch.c +++ b/src/gallium/drivers/iris/iris_batch.c @@ -323,11 +323,7 @@ iris_batch_emit(struct iris_batch *batch, const void *data, unsigned size) } /** - * Called from iris_batch_flush before emitting MI_BATCHBUFFER_END and - * sending it off. - * - * This function can emit state (say, to preserve registers that aren't saved - * between batches). + * Terminate a batch with MI_BATCH_BUFFER_END. */ static void iris_finish_batch(struct iris_batch *batch) -- 2.30.2