<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/drm, branch linux-2.6.28.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-2.6.28.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-2.6.28.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2009-03-17T00:32:46Z</updated>
<entry>
<title>drm/i915: Add missing userland definitions for gem init/execbuffer.</title>
<updated>2009-03-17T00:32:46Z</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2008-12-18T06:32:14Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4bf9eb6fde5a5ed33f273be98bc9b0225e0a2edb'/>
<id>urn:sha1:4bf9eb6fde5a5ed33f273be98bc9b0225e0a2edb</id>
<content type='text'>
commit 8d391aa410ecb230fc4c3147b94eec25b9f3c20f upstream.

fdo bug #19132.

Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>drm: move drm vblank initialization/cleanup to driver load/unload</title>
<updated>2008-11-24T23:49:03Z</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-11-18T17:30:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=52440211dcdc52c0b757f8b34d122e11b12cdd50'/>
<id>urn:sha1:52440211dcdc52c0b757f8b34d122e11b12cdd50</id>
<content type='text'>
drm vblank initialization keeps track of the changes in driver-supplied
frame counts across vt switch and mode setting, but only if you let it by
not tearing down the drm vblank structure.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA</title>
<updated>2008-11-11T08:02:12Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@linux.ie</email>
</author>
<published>2008-11-11T08:02:12Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=afa21e0584f78964c092981fad94e45d38cda249'/>
<id>urn:sha1:afa21e0584f78964c092981fad94e45d38cda249</id>
<content type='text'>
This fixes hangs on 855-class hardware by avoiding double attachment of the
driver due to the stub second head device having the same pci id as the real
device.

Other DRM drivers probably want this treatment as well, but I'm applying it
just to this one for safety. But we should clean up the drm_pciids.h mess
now so that each driver has its own pci id list header in its own directory.
Lets do that in the next release.

Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm: Remove infrastructure for supporting i915's vblank swapping.</title>
<updated>2008-11-11T07:44:26Z</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2008-11-05T02:36:29Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=5d8e6bb7a20b6206e1fe44565efc383a941b81fa'/>
<id>urn:sha1:5d8e6bb7a20b6206e1fe44565efc383a941b81fa</id>
<content type='text'>
It's not used in any other drivers, and doesn't look like it will be from
drm.git master.

Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;
Signed-off-by: Dave Airlie &lt;airlied@linux.ie&gt;
</content>
</entry>
<entry>
<title>i915: Add GEM ioctl to get available aperture size.</title>
<updated>2008-11-03T00:56:49Z</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2008-10-23T04:40:13Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=5a125c3c79167e78ba44efef03af7090ef28eeaf'/>
<id>urn:sha1:5a125c3c79167e78ba44efef03af7090ef28eeaf</id>
<content type='text'>
This will let userland know when to submit its batchbuffers, before they get
too big to fit in the aperture.

Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>radeon: fix PCI bus mastering support enables.</title>
<updated>2008-10-17T21:10:54Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexdeucher@gmail.com</email>
</author>
<published>2008-10-16T23:21:45Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=edc6f389f6ae9cb7621270a8ddbb1892bd8df125'/>
<id>urn:sha1:edc6f389f6ae9cb7621270a8ddbb1892bd8df125</id>
<content type='text'>
Someone noticed these registers moved around for later chips,
so we redo the codepaths per-chip. PCIE chips don't appear to
require explicit enables.

Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>radeon: add RS400 family support.</title>
<updated>2008-10-17T21:10:54Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexdeucher@gmail.com</email>
</author>
<published>2008-10-16T23:19:33Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b2ceddfa52cbeb244b90096f1e8d3e9f7e0ce299'/>
<id>urn:sha1:b2ceddfa52cbeb244b90096f1e8d3e9f7e0ce299</id>
<content type='text'>
This adds support for the RS400 family of IGPs for Intel CPUs.

Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: add support for RS740 IGP chipsets.</title>
<updated>2008-10-17T21:10:54Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexdeucher@gmail.com</email>
</author>
<published>2008-10-16T07:12:02Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f0738e92403466d45cfb5008da668260c77fff4b'/>
<id>urn:sha1:f0738e92403466d45cfb5008da668260c77fff4b</id>
<content type='text'>
This adds support for the HS2100 IGP chipset.

Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>i915: Map status page cached for chips with GTT-based HWS location.</title>
<updated>2008-10-17T21:10:53Z</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-10-15T02:55:10Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ba1eb1d825fdef40f69871caf8e5842d00efbbc5'/>
<id>urn:sha1:ba1eb1d825fdef40f69871caf8e5842d00efbbc5</id>
<content type='text'>
This should improve performance by avoiding uncached reads by the CPU (the
point of having a status page), and may improve stability.  This patch only
affects G33, GM45 and G45 chips as those are the only ones using GTT-based
HWS mappings.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm: kill drm_device-&gt;irq</title>
<updated>2008-10-17T21:10:53Z</updated>
<author>
<name>Jesse Barnes</name>
<email>jbarnes@virtuousgeek.org</email>
</author>
<published>2008-09-15T22:00:33Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9bfbd5cb72c9edb8504a4a7a0aa89cdb2fcb4845'/>
<id>urn:sha1:9bfbd5cb72c9edb8504a4a7a0aa89cdb2fcb4845</id>
<content type='text'>
Like the last patch but adds a macro to get at the irq value instead of
dereferencing pdev directly.  Should  make things easier for the BSD guys and
if we ever support non-PCI devices.

Signed-off-by:  Jesse Barnes &lt;jbarnes@virtuousgeek.org&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
</feed>
