From: Kenneth Graunke Date: Sat, 23 Jun 2018 19:18:11 +0000 (-0700) Subject: iris: bad inherited comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e2b71b190402c5fdb91cf3f326885fc7e2fa16f;p=mesa.git iris: bad inherited comments --- 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)