Re: [Mesa-dev] [PATCH 3/4] i965: Rename do_flush_locked to submit_batch().

2017-09-25 Thread Chris Wilson
Quoting Kenneth Graunke (2017-09-24 07:02:05) > do_flush_locked isn't a great name - especially given that there's no > locking going on in our code relating to execbuf. Reviewed-by: Chris Wilson -Chris ___ mesa-dev mailing list mesa-dev@lists.freedeskto

[Mesa-dev] [PATCH 3/4] i965: Rename do_flush_locked to submit_batch().

2017-09-23 Thread Kenneth Graunke
do_flush_locked isn't a great name - especially given that there's no locking going on in our code relating to execbuf. --- src/mesa/drivers/dri/i965/intel_batchbuffer.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mesa/drivers/dri/i965/intel_batchbuffer.c b/src/