- Mar 23, 2004
-
-
Thomas Hellstrom authored
-
Thomas Hellstrom authored
-
Dave Airlie authored
-
Dave Airlie authored
-
- Mar 17, 2004
-
-
Jon Smirl authored
Reviewed by: Obtained from:
-
- Mar 16, 2004
- Mar 12, 2004
-
-
Jon Smirl authored
allows the mesa drivers to use a single definition of the DRM sarea/IOCTLS located in the drm driver directory. Adjustments were made to the 2D drivers to not include these changes. Changes to the mesa copy of DRM were copied to the DRI copy. XFree86 bug: Reported by: Submitted by: Reviewed by: Obtained from:
-
- Feb 28, 2004
-
-
Michel Dänzer authored
-
Michel Dänzer authored
Obtained from: Linux kernel
-
- Feb 24, 2004
-
-
Felix Kühling authored
Silence a warning about a format-argument mismatch in printk.
-
- Feb 22, 2004
-
-
Felix Kühling authored
-
- Feb 21, 2004
-
-
Felix Kühling authored
versions that don't have it.
-
- Feb 20, 2004
-
-
Keith Whitwell authored
-
- Feb 18, 2004
-
-
Michel Dänzer authored
Submitted by: Andrew Morton
-
- Jan 11, 2004
-
-
Michel Dänzer authored
Reviewed by: Arjan van de Ven <arjanv@redhat.com>, additional feedback from William Lee Irwin III and Linus Torvalds.
-
- Jan 10, 2004
-
-
Michel Dänzer authored
radeon_check_and_fixup_packets() Fix state packet IDs of R200 cubic offsets
-
Michel Dänzer authored
(thanks to Andreas Stenglein for spotting this)
-
- Jan 06, 2004
-
-
Eric Anholt authored
Obtained from: FreeBSD CVS
-
- Dec 16, 2003
-
-
Eric Anholt authored
anything, and took up valuable KVA. While I'm in the area, clean up BSD MTRR stuff some more. Suggested by: jonsmirl
-
Eric Anholt authored
Submitted by: Donnie Berkholz <spyderous@gentoo.org> (mostly)
-
- Dec 08, 2003
-
-
Keith Whitwell authored
-
- Nov 12, 2003
-
-
Eric Anholt authored
with locks held.
-
- Nov 06, 2003
-
-
Eric Anholt authored
dev->lock.hw_lock is already set. This fixes the case of two X Servers running on the same head on different VTs with interface 1.1, by making the 2nd head fail to inizialize like before.
-
Eric Anholt authored
-
- Nov 05, 2003
-
-
Alan Hourihane authored
irq handler, fixes kernel ooops. comment out some setting of flags that are done in DRM(setup) (not sure why both of the above is done in the irq handler)
-
Eric Anholt authored
a busid that doesn't correspond to the device the DRM is attached to. This is a breaking of backwards-compatibility only for the multiple-DRI-head case with X Servers that don't use interface 1.1. - Move irq_busid to drm_irq.h and make it only return the IRQ for the current device. Retains compatibility with previous X Servers, cleans up unnecessary code. This means no irq_busid on !__HAVE_IRQ, but can be changed if necessary. - Bump interface version to 1.2. This version when set signifies that the control ioctl should ignore the irq number passed in and enable the interrupt handler for the attached device. Otherwise it errors out when the passed-in irq is not equal to the device's. - Store the highest version the interface has been set to in the device. - Fix a recursion on DRM_LOCK in irq_uninstall on FreeBSD. This leaves irq_uninstall being done without the lock in some cases, but it was racey anyways.
-
Eric Anholt authored
-
Eric Anholt authored
-
Eric Anholt authored
-
Eric Anholt authored
both Linux and *BSD.
-
Eric Anholt authored
-
- Nov 04, 2003
-
-
Michel Dänzer authored
-
Michel Dänzer authored
the 2D driver initializes MC_FB_LOCATION and related registers sanely the DRM deduces the layout from these registers clients use the new SETPARAM ioctl to tell the DRM where they think the framebuffer is located in the card's address space the DRM uses all this information to check client state and fix it up if necessary This is a prerequisite for things like direct rendering with IGP chips and video capturing.
-
- Nov 03, 2003
-
-
Eric Anholt authored
-
- Oct 27, 2003
-
-
Eric Anholt authored
change.
-
- Oct 24, 2003
-
-
Eric Anholt authored
in bufs_info sysctl handler. dev->dma and dev->dma_lock existence are protected by DRM_LOCK(). Fixes panic on sysctl hw.dri when the device is uninitialied (when you aren't in X).
-
Jon Smirl authored
not supported on 2.6
-
Eric Anholt authored
-
- Oct 23, 2003
-
-
Eric Anholt authored
This should resolve the probe problems with radeon framebuffer due to pci_driver attachment being exclusive.
-