[PATCH] mgag200: initial g200se driver

2012-04-26 Thread Ville Syrjälä
On Thu, Apr 26, 2012 at 02:48:45PM +0100, Dave Airlie wrote: > From: Dave Airlie > > This is a driver for the G200 server engines chips, > it doesn't driver any of the Matrix G series desktop cards. BTW I have a pile of modesetting and card initialization code written for all mga chips from 2064

[PATCH] mgag200: initial g200se driver

2012-04-26 Thread Matt Turner
On Thu, Apr 26, 2012 at 9:48 AM, Dave Airlie wrote: > diff --git a/drivers/gpu/drm/mgag200/mgag200_mode.c > b/drivers/gpu/drm/mgag200/mgag200_mode.c > new file mode 100644 > index 000..a74f946 > --- /dev/null > +++ b/drivers/gpu/drm/mgag200/mgag200_mode.c > @@ -0,0 +1,1494 @@ > +/* > + * Copy

[PATCH] mgag200: initial g200se driver

2012-04-26 Thread Dave Airlie
From: Dave Airlie This is a driver for the G200 server engines chips, it doesn't driver any of the Matrix G series desktop cards. It will bind to G200 SE A,B, G200EV, G200WB, G200EH and G200ER cards. Its based on previous work done my Matthew Garrett but remodelled to follow the same style and

Re: [PATCH] mgag200: initial g200se driver

2012-04-26 Thread Matt Turner
On Thu, Apr 26, 2012 at 9:48 AM, Dave Airlie wrote: > diff --git a/drivers/gpu/drm/mgag200/mgag200_mode.c > b/drivers/gpu/drm/mgag200/mgag200_mode.c > new file mode 100644 > index 000..a74f946 > --- /dev/null > +++ b/drivers/gpu/drm/mgag200/mgag200_mode.c > @@ -0,0 +1,1494 @@ > +/* > + * Copy

Re: [PATCH] mgag200: initial g200se driver

2012-04-26 Thread Ville Syrjälä
On Thu, Apr 26, 2012 at 02:48:45PM +0100, Dave Airlie wrote: > From: Dave Airlie > > This is a driver for the G200 server engines chips, > it doesn't driver any of the Matrix G series desktop cards. BTW I have a pile of modesetting and card initialization code written for all mga chips from 2064

[PATCH] mgag200: initial g200se driver

2012-04-26 Thread Adam Jackson
On Thu, 2012-04-26 at 14:48 +0100, Dave Airlie wrote: > +/* > + * Our emulated hardware has two sets of memory. One is video RAM and can > + * simply be used as a linear framebuffer - the other provides mmio access > + * to the display registers. The latter can also be accessed via IO port > + * a

Re: [PATCH] mgag200: initial g200se driver

2012-04-26 Thread Adam Jackson
On Thu, 2012-04-26 at 14:48 +0100, Dave Airlie wrote: > +/* > + * Our emulated hardware has two sets of memory. One is video RAM and can > + * simply be used as a linear framebuffer - the other provides mmio access > + * to the display registers. The latter can also be accessed via IO port > + * a