Re: [Intel-gfx] [PATCH 07/12] Add intel_flush to abstract flushing pending acceleration operations

2014-08-03 Thread Eric Anholt
Keith Packard kei...@keithp.com writes: intel_flush flushes any pending acceleration operations to the hardware, just like intel_uxa_batch_submit does today except that it is not uxa-specific. This seems like an obvious cleanup (and in one case a fix), and we ought to even apply it right away

[Intel-gfx] [PATCH 07/12] Add intel_flush to abstract flushing pending acceleration operations

2014-07-24 Thread Keith Packard
intel_flush flushes any pending acceleration operations to the hardware, just like intel_uxa_batch_submit does today except that it is not uxa-specific. Signed-off-by: Keith Packard kei...@keithp.com --- src/uxa/intel.h | 3 +++ src/uxa/intel_display.c | 11 +++