Re: [PATCH] video: add PXA3xx accelerator ID [v2]
From: Daniel Mack <hidden>
Date: 2009-09-10 13:33:27
Also in:
linux-arm-kernel
From: Daniel Mack <hidden>
Date: 2009-09-10 13:33:27
Also in:
linux-arm-kernel
On Thu, Sep 10, 2009 at 03:31:34PM +0200, Guennadi Liakhovetski wrote:
quoted
+ if (cpu_is_pxa3xx() && inf->acceleration_enabled) + fbi->fb.fix.accel = FB_ACCEL_PXA3XX; +Ok, now remove 'cpu_is_pxa3xx() && ' above and you should be good to go:-) What if tomorrow pxa4xx comes (ok, Eric will disagree, but wtill:-))
Don't know. I left it in there intentionally, but I'm fine to remove it. Or Eric does it when applying ;) Eric? Daniel