Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 10 Jan 2003 14:34:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 10 Jan 2003 14:34:18 -0500 Received: from phoenix.mvhi.com ([195.224.96.167]:38669 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Fri, 10 Jan 2003 14:34:17 -0500 Date: Fri, 10 Jan 2003 19:42:59 +0000 (GMT) From: James Simmons To: Antonino Daplas cc: Linux Fbdev development list , Linux Kernel Mailing List , Geert Uytterhoeven Subject: Re: [Linux-fbdev-devel] rotation. In-Reply-To: <1042171520.933.126.camel@localhost.localdomain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1121 Lines: 27 > > Yes. Hardware rotation shouldn't also not effect the way accel > > operatations are done. > > The main difference is if the hardware supports rotation, fbcon will > present it with "normal" data. With the generic implementation, fbcon > will present the driver with rotated data. > > So we need a driver capabilities field either in fb_info or > fb_fix_screeninfo. We can just test if the rotation hook exist for the fbdev driver. No hook then use generic code in fbcon. Also we have a angle field in var so we can see if the user wants the data rotated. > Not really. We can dynamically rotate the fontdata using the default > display->fontdata into another buffer. I believe I have functions that > do that in the patch I submitted. (Sorry, I lost it when one of my > drives crashed :-(. I have that patch. It just has to be updated to the latest changes. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/