Re: [PATCH 1/3] Added structs and ioctls for modesetting in kernel

2007-03-22 Thread Alex Deucher
On 3/22/07, Jesse Barnes [EMAIL PROTECTED] wrote: On Tuesday, March 20, 2007, Jakob Bornecrantz wrote: Added structs and ioctls for modesetting in kernel And just to give you an idea of the sorts of structures and layout I've been working with, here's what I was playing with today. Right

Re: [PATCH 1/3] Added structs and ioctls for modesetting in kernel

2007-03-22 Thread Michel Dänzer
On Thu, 2007-03-22 at 08:54 -0500, Alex Deucher wrote: while we are moving stuff to the drm, perhaps we should take the time to add support for multiple buffers and address translation. Then in the drm we could set up the scan out buffers, etc. however we want and then expose them to X in a

Re: [PATCH 1/3] Added structs and ioctls for modesetting in kernel

2007-03-22 Thread Jesse Barnes
On Thursday, March 22, 2007 6:54 am Alex Deucher wrote: On 3/22/07, Jesse Barnes [EMAIL PROTECTED] wrote: On Tuesday, March 20, 2007, Jakob Bornecrantz wrote: Added structs and ioctls for modesetting in kernel And just to give you an idea of the sorts of structures and layout I've been

Re: [PATCH 1/3] Added structs and ioctls for modesetting in kernel

2007-03-21 Thread Jesse Barnes
On Tuesday, March 20, 2007, Jakob Bornecrantz wrote: Added structs and ioctls for modesetting in kernel And just to give you an idea of the sorts of structures and layout I've been working with, here's what I was playing with today. Right now it just grabs the EDID data from the LVDS panel on

[PATCH 1/3] Added structs and ioctls for modesetting in kernel

2007-03-20 Thread Jakob Bornecrantz
Added structs and ioctls for modesetting in kernel From c34f2024584b3a150bc42a1b9ae532f8246a2e8f Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz [EMAIL PROTECTED] Date: Tue, 20 Mar 2007 20:11:39 +0100 Subject: [PATCH] Added structs and ioctls for modesetting in kernel --- shared-core/drm.h |