aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drmP.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-06drm: remove second forward decleration of drm device struct.Dave Airlie1-2/+0
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-105/+114
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-54/+58
2007-07-17drm: convert drawable code to using idrDave Airlie1-4/+2
2007-07-17drm: convert drm context code to use Linux idrDave Airlie1-2/+3
2007-07-12drm: detypedef the hashtab and more of smanDave Airlie1-4/+4
2007-07-11drm: detypedeffing continues...Dave Airlie1-44/+44
2007-07-11drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structsDave Airlie1-16/+16
2007-07-11drm: drop drm_vma_entry_t, drm_magic_entry_tDave Airlie1-8/+4
2007-07-11drm: drop drm_buf_t typedefDave Airlie1-10/+10
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie1-68/+68
2007-07-11drm: remove a bunch of typedefs on the userspace interfaceDave Airlie1-22/+23
2007-07-11drm: remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie1-0/+2
2007-07-11drm: cleanup use of Linux list handling macrosDave Airlie1-20/+12
2007-05-08drm/radeon: upgrade to 1.27 - make PCI GART more flexibleDave Airlie1-1/+6
2007-03-23drm: fix driver deadlock with AIGLX and reclaim_buffers_lockedThomas Hellstrom1-3/+18
2007-03-11drm: fix alpha domain handlingJay Estabrook1-1/+1
2007-02-08drm: update core memory manager from git drm treeThomas Hellstrom1-2/+8
2007-02-08drm: remove drm_ioremap and drm_ioremapfreeChristoph Hellwig1-24/+2
2006-12-19drm: Stop defining pci_pretty_nameJean Delvare1-4/+0
2006-12-19drm: make kernel context switch same as for drm git tree.Dave Airlie1-2/+1
2006-12-07drm: add flag for mapping PCI DMA buffers read-only.George Sapountzis1-1/+2
2006-12-07drm: Add support for interrupt triggered driver callback with lock held to DRM core.=?utf-8?q?Michel_D=C3=A4nzer?=1-0/+3
2006-12-07drm: Add support for tracking drawable information to core=?utf-8?q?Michel_D=C3=A4nzer?=1-0/+13
2006-12-07drm: add support for secondary vertical blank interrupt to DRM core=?utf-8?q?Michel_D=C3=A4nzer?=1-0/+4
2006-09-22drm: add device/vendor id to drm_device_t for compat with FreeBSD driversEric Anholt1-0/+2
2006-09-22drm: domain changes broke ppc r200Dave Airlie1-1/+1
2006-09-22drm: update user token hashing and map handlesThomas Hellstrom1-0/+3
2006-09-22drm: move drm authentication to new generic hash table.Thomas Hellstrom1-3/+5
2006-09-22drm: add simple DRM memory manager, and hash tableThomas Hellstrom1-1/+32
2006-09-22drm: remove the DRM pci domainDave Airlie1-1/+6
2006-09-22drm: remove local copies of pci bus/slot/funcDave1-3/+0
2006-09-22drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie1-12/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-23drm: possible cleanupsDave Airlie1-1/+0
2006-04-18drivers/char/drm/drm_memory.c: possible cleanupsAdrian Bunk1-2/+2
2006-03-29drm: remove drm_{alloc,free}_pagesDave Airlie1-2/+0
2006-03-19drm: fixup PCI DMA supportDave Airlie1-7/+7
2006-02-06[PATCH] DRM: fix up classdev interface for drm coreGreg Kroah-Hartman1-6/+4
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie1-2/+3
2006-01-12drm: fix issues with systems with no MTRRDave Airlie1-0/+14
2006-01-02drm: major update from CVS for radeon and coreDave Airlie1-12/+6
2006-01-02drm: update PCIGART support from CVSDave Airlie1-1/+2
2006-01-02drm: bring savage inline with latest CVSDave Airlie1-0/+15
2006-01-02drm: move ioctl flags to a bit field of flagsDave Airlie1-2/+6
2005-11-11drm: add in-kernel entry points for rest of AGP ioctlsDave Airlie1-4/+8
2005-11-11drm: simplify sysfs code for drmDave Airlie1-4/+3
2005-11-11drm: remove old backwards compatibilty stuffDave Airlie1-14/+0
2005-11-11drm: remove drm_flushDave Airlie1-1/+0
2005-11-10drm: remove drm_init.c it is no longer neededDave Airlie1-1/+0