aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_bufs.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-1601/+0
2008-02-07drm: fd.o bug #11895: Only add the AGP base to map offset if the caller didn't.Eric Anholt1-4/+10
2008-02-07i915: add suspend/resume supportJesse Barnes1-0/+1
2008-02-07drm: run cleanfile across drm treeDave Airlie1-5/+3
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-108/+57
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-38/+28
2007-08-25drm: ioremap return value checksScott Thompson1-1/+7
2007-07-23drm_rmmap_ioctl(): remove dead codeAdrian Bunk1-5/+0
2007-07-12drm: detypedef the hashtab and more of smanDave Airlie1-1/+1
2007-07-11drm: detypedeffing continues...Dave Airlie1-10/+11
2007-07-11drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structsDave Airlie1-16/+17
2007-07-11drm: drop drm_buf_t typedefDave Airlie1-9/+9
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie1-28/+28
2007-07-11drm: remove a bunch of typedefs on the userspace interfaceDave Airlie1-29/+29
2007-07-11drm: cleanup use of Linux list handling macrosDave Airlie1-26/+17
2007-03-11drm: bring bufs code from git tree.Dave Airlie1-9/+66
2007-02-08drm: Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom1-4/+5
2007-02-08drm: remove drm_ioremap and drm_ioremapfreeChristoph Hellwig1-4/+4
2007-02-08drm: use vmalloc_user instead of vmalloc_32 for DRM_SHMThomas Hellstrom1-1/+1
2006-12-07drm: add flag for mapping PCI DMA buffers read-only.George Sapountzis1-3/+7
2006-10-25drm: ioremap balanced with iounmap for drivers/char/drmAmol Lad1-0/+4
2006-09-22drm: allow multiple addMaps with the same 32-bit map offsset.Thomas Hellstrom1-6/+8
2006-09-22drm: cleanupsAdrian Bunk1-2/+2
2006-09-22drm: remove FALSE/TRUE that snuck in with simple memory manager changes.Andrew Morton1-1/+1
2006-09-22drm: remove a tab that snuck inDave Airlie1-1/+1
2006-09-22drm: update user token hashing and map handlesThomas Hellstrom1-36/+32
2006-09-22drm: missing mutex unlockThomas Hellstrom1-1/+3
2006-04-23drm: possible cleanupsDave Airlie1-4/+1
2006-03-19drm: fixup PCI DMA supportDave Airlie1-9/+11
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie1-40/+40
2006-01-11drm: fixup drm bufs being just under the EOMDave Airlie1-1/+1
2006-01-02drm: major update from CVS for radeon and coreDave Airlie1-15/+32
2005-10-24drm: fix warning on 64-bit platforms..Dave Airlie1-1/+3
2005-09-30drm: fix all sparse warning on 32-bit x86Dave Airlie1-3/+3
2005-09-25drm: cast handle to a pointer to avoid warningDave Airlie1-1/+1
2005-09-25drm: lindent the drm directory.Dave Airlie1-443/+440
2005-09-05drm: small cleanupsDave Airlie1-1/+1
2005-09-05drm: fix issue with handle lookup for a 0 handleDave Airlie1-32/+32
2005-08-20drm: fixes for powerpcDave Airlie1-2/+2
2005-08-07drm: remove version.h and any version checks..Dave Airlie1-16/+0
2005-08-05drm: updated DRM map patch for 32/64 bit systemsDave Airlie1-22/+59
2005-07-10drm: cleanup buffer/map codeDave Airlie1-70/+159
2005-07-10drm: destatic exported function.Dave Airlie1-2/+2
2005-07-10drm: export symbols for use by driversDave Airlie1-0/+2
2005-07-10drm: update some function so a driver can call themDave Airlie1-25/+59
2005-07-10drm: update support for drm pci buffersDave Airlie1-9/+13
2005-07-10Refactor common, boilerplate ioctl code from drm_addbufs_* functions intoDave Airlie1-82/+44
2005-07-10drm: add framebuffer mapsDave Airlie1-2/+173
2005-07-10drm: add _DRM_CONSISTENT map typeDave Airlie1-1/+19
2005-07-07drm: misc cleanupDave Airlie1-6/+6
2005-06-23drm: 32/64-bit DRM ioctl compatibility patchDave Airlie1-7/+18
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1270