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