From: Daniel M. <da...@ca...> - 2009-09-10 14:10:44
|
On Thu, Sep 10, 2009 at 03:31:34PM +0200, Guennadi Liakhovetski wrote: > > + 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 |