WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel][PATCH][LINUX] Dynamic modes support for PV xenfb (1of2)

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel][PATCH][LINUX] Dynamic modes support for PV xenfb (1of2)
From: "Pat Campbell" <plc@xxxxxxxxxx>
Date: Sun, 30 Dec 2007 11:45:11 -0700
Delivery-date: Sun, 30 Dec 2007 11:06:01 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Attached patch adds multiple frame buffer resolution support to 
the PV xenfb frame buffer driver.

Code is essentially the same as I sent in the previous RFC except
the frame buffer size is now 800x600 if the backend does not
support feature-resize,  same memory footprint.  

xenkbd driver now checks feature-resize so that it can scale the 
absolute mouse position properly.

Corresponding backend IOEMU patch is required for functionality but 
this patch is not dependent on it.  Change is compatible with older
backend implementations.

Please apply to tip of linux-2.6.18-xen

Signed-      off-      by: Pat Campbell <plc@xxxxxxxxxx>






Attachment: xen-fbfront-resize.patch
Description: Text document

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel][PATCH][LINUX] Dynamic modes support for PV xenfb (1of2), Pat Campbell <=