aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drmP.h
AgeCommit message (Expand)AuthorFilesLines
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-1153/+0
2008-05-07Revert "drm/vbl rework: rework how the drm deals with vblank."Dave Airlie1-74/+17
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-26drm/vbl rework: rework how the drm deals with vblank.Jesse Barnes1-17/+74
2008-04-26drm: reorganise minor number handling using backported modesetting code.Dave Airlie1-22/+20
2008-04-19DRM: remove unused dev_classGreg Kroah-Hartman1-1/+0
2008-03-17drm/ati_pcigart: fix the PCIGART to use drm_pci to allocate GART table.Dave Airlie1-0/+3
2008-02-20drm: add support for passing state into the suspend hooks.Dave Airlie1-1/+1
2008-02-07drm: update DRM sysfs supportJesse Barnes1-4/+7
2008-02-07drm: move two function extern into the correct blockDave Airlie1-3/+2
2008-02-07drm: some minor cleanups and changes to make memory manager merging easier.Dave Airlie1-26/+26
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 DR...=?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
2005-11-10drm: rename driver hooks more understandablyDave Airlie1-12/+19
2005-10-24drm: remove unused components of drm structuresDave Airlie1-5/+0
2005-09-25drm: lindent the drm directory.Dave Airlie1-432/+431
2005-09-25drm: use kernel macrosDave Airlie1-3/+3
2005-09-25update from upstreamDave Airlie1-0/+4
2005-09-11drm: add radeon PCI express supportDave Airlie1-6/+18
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk1-0/+4
2005-08-07drm: remove version.h and any version checks..Dave Airlie1-34/+0
2005-08-05drm: updated DRM map patch for 32/64 bit systemsDave Airlie1-8/+6
2005-07-10drm: cleanup buffer/map codeDave Airlie1-2/+7
2005-07-10drm: make drm_alloc_agp take a dev arg.Dave Airlie1-1/+1
2005-07-10drm: add test for AGP devices and driver override for it.Dave Airlie1-0/+28
2005-07-10drm: destatic exported function.Dave Airlie1-0/+2
2005-07-10drm: update some function so a driver can call themDave Airlie1-13/+21
2005-07-10drm: update support for drm pci buffersDave Airlie1-6/+10
2005-07-10drm: add framebuffer mapsDave Airlie1-1/+3
2005-07-07drm: misc cleanupDave Airlie1-22/+0
2005-07-07drm: use kcalloc now that it is available..Dave Airlie1-1/+7
2005-06-23drm: 32/64-bit DRM ioctl compatibility patchDave Airlie1-0/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1073