linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gma500: Whats needed to add support for 8086:4108
@ 2011-06-21 10:50 Christian Gmeiner
  2011-06-21 11:18 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Gmeiner @ 2011-06-21 10:50 UTC (permalink / raw)
  To: linux-kernel

Hi community,

I am trying to get linux with X11 running on a system with a

VGA compatible controller [0300]: Intel Corporation Atom Processor
E6xx Integrated Graphics Controller [8086:4108] (rev 03)

I had a quick look at the gma500 driver, but it does not support this
device. So whats needed to add support for my device
in the gma500 driver? I am not sure if I simply can add the my device
id to the driver without breaking my the graphics controller.

Thanks,
--
Christian Gmeiner, MSc

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gma500: Whats needed to add support for 8086:4108
  2011-06-21 10:50 gma500: Whats needed to add support for 8086:4108 Christian Gmeiner
@ 2011-06-21 11:18 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2011-06-21 11:18 UTC (permalink / raw)
  To: Christian Gmeiner; +Cc: linux-kernel

On Tue, 21 Jun 2011 12:50:57 +0200
Christian Gmeiner <christian.gmeiner@gmail.com> wrote:

> Hi community,
> 
> I am trying to get linux with X11 running on a system with a
> 
> VGA compatible controller [0300]: Intel Corporation Atom Processor
> E6xx Integrated Graphics Controller [8086:4108] (rev 03)
> 
> I had a quick look at the gma500 driver, but it does not support this
> device. So whats needed to add support for my device
> in the gma500 driver? I am not sure if I simply can add the my device
> id to the driver without breaking my the graphics controller.

The various GMA500/600 type devices are all pretty similar at the
GTT/memory/PCI layer so the chances are it'll mostly work. How well it
works will depend in detail upon the videout output side of your hardware
platform and how much the E600 differs from Moorestown/Oaktrail. In
particular if you have a MIPI output then it'll need a fair bit of work.

I've not seen any Linux drivers with the non-free userspace for the E600
yet and until those appear there are no kernel bits to work from to drop
into the gma500 driver.

I'd take it up with your board vendor and Intel see what their plans are.

Alan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-21 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-21 10:50 gma500: Whats needed to add support for 8086:4108 Christian Gmeiner
2011-06-21 11:18 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).