From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Subject: Re: [PATCH] video: add PXA3xx accelerator ID [v2] Date: Thu, 10 Sep 2009 15:33:27 +0200 Message-ID: <20090910133327.GA9410@buzzloop.caiaq.de> References: <20090910132630.GZ9410@buzzloop.caiaq.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Guennadi Liakhovetski Cc: Sven Neumann , linux-fbdev-devel@lists.sourceforge.net, Eric Miao , Dennis Oliver Kropp , linux-arm-kernel 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