Date: Sat, 23 Jan 2010 11:52:18 -0600 From: Robert Noland <rnoland@FreeBSD.org> To: Peter Jeremy <peterjeremy@acm.org> Cc: freebsd-x11@freebsd.org Subject: Re: FreeBSD/Xorg support for Intel PineView (Atom D510) GPU Message-ID: <1264269138.2226.65.camel@balrog.2hip.net> In-Reply-To: <20100122114246.GC31243@server.vk2pj.dyndns.org> References: <20100122114246.GC31243@server.vk2pj.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2010-01-22 at 22:42 +1100, Peter Jeremy wrote: > Motherboards with the new Atoms are with integrated northbridge and > GPU are now available (eg Intel BOXD510MO) and I was considering > getting one but it seems that FreeBSD does not yet support X on them. > > The PCI-ID of the GPU is 0xa001/0x8086 - which isn't supported by either > agp(4) or drm, though it looks like x11-drivers/xf86-video-intel does > include support for it. > > Some rummaging with google throws up a set of 6 mails starting at > http://lists.freedesktop.org/archives/intel-gfx/2009-February/001481.html > which includes the Linux AGP/DRM patches. At a quick look, the > changes are fairly trivial. Other than porting that code into > FreeBSD, are there likely to be any other gotchas? It doesn't appear so. It looks like mostly adding pci ids to the appropriate places. I may already have an old patch for agp around here somewhere. At the time that I made the patch, the hardware was unreleased though, so it couldn't be tested. The one place for concern is the intel ddx driver. Since anything beyond 2.7 won't work without GEM and 2.10 won't work without KMS, there might be a bit of work retrofitting those patches to the 2.7 driver depending on where along the path they were originally done. robert. -- Robert Noland <rnoland@FreeBSD.org> FreeBSD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1264269138.2226.65.camel>