reedesktop.org
>>Subject: Re: [Intel-gfx] [PATCH] enable blt acceleration on gen6
>>
>>
>>
>>>>-Original Message-
>>>>From: Chris Wilson [mailto:ch...@chris-wilson.co.uk]
>>>>Sent: 2010年10月27日 17:08
>>>>To: Zou,
>>-Original Message-
>>From: Chris Wilson [mailto:ch...@chris-wilson.co.uk]
>>Sent: 2010年10月27日 17:08
>>To: Zou, Nanhai; intel-gfx@lists.freedesktop.org
>>Subject: Re: [Intel-gfx] [PATCH] enable blt acceleration on gen6
>>
>>On Wed, 27 Oct 2010 1
On Wed, 27 Oct 2010 14:47:32 +0800, Zou Nan hai wrote:
> uxa: enable blt acceleration on gen6 hardware.
That's pretty close to what I had in mind. I thought adding
intel_batch_set_mode(BLT), intel_batch_set_mode(RENDER) etc a bit more
explicit. That gives us a single point at which we can detect
uxa: enable blt acceleration on gen6 hardware.
Signed-off-by: Zou Nan hai
---
src/i830_reg.h |2 +
src/intel.h |4 ++
src/intel_batchbuffer.c | 37 +---
src/intel_batchbuffer.h | 10 ++-
src/intel_driver.c |2 -
src/intel_uxa.c