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