aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_bufs.c
Commit message (Expand)AuthorAge
* drm: fd.o bug #11895: Only add the AGP base to map offset if the caller didn't.Eric Anholt2008-02-07
* i915: add suspend/resume supportJesse Barnes2008-02-07
* drm: run cleanfile across drm treeDave Airlie2008-02-07
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-19
* drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt2007-10-14
* drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt2007-10-14
* drm: ioremap return value checksScott Thompson2007-08-25
* drm_rmmap_ioctl(): remove dead codeAdrian Bunk2007-07-23
* drm: detypedef the hashtab and more of smanDave Airlie2007-07-11
* drm: detypedeffing continues...Dave Airlie2007-07-11
* drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structsDave Airlie2007-07-11
* drm: drop drm_buf_t typedefDave Airlie2007-07-11
* drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie2007-07-11
* drm: remove a bunch of typedefs on the userspace interfaceDave Airlie2007-07-11
* drm: cleanup use of Linux list handling macrosDave Airlie2007-07-10
* drm: bring bufs code from git tree.Dave Airlie2007-03-10
* drm: Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom2007-02-08
* drm: remove drm_ioremap and drm_ioremapfreeChristoph Hellwig2007-02-07
* drm: use vmalloc_user instead of vmalloc_32 for DRM_SHMThomas Hellstrom2007-02-07
* drm: add flag for mapping PCI DMA buffers read-only.George Sapountzis2006-12-06
* drm: ioremap balanced with iounmap for drivers/char/drmAmol Lad2006-10-25
* drm: allow multiple addMaps with the same 32-bit map offsset.Thomas Hellstrom2006-09-21
* drm: cleanupsAdrian Bunk2006-09-21
* drm: remove FALSE/TRUE that snuck in with simple memory manager changes.Andrew Morton2006-09-21
* drm: remove a tab that snuck inDave Airlie2006-09-21
* drm: update user token hashing and map handlesThomas Hellstrom2006-09-21
* drm: missing mutex unlockThomas Hellstrom2006-09-21
* drm: possible cleanupsDave Airlie2006-04-23
* drm: fixup PCI DMA supportDave Airlie2006-03-19
* sem2mutex: drivers/char/drm/Dave Airlie2006-02-02
* drm: fixup drm bufs being just under the EOMDave Airlie2006-01-11
* drm: major update from CVS for radeon and coreDave Airlie2006-01-02
* drm: fix warning on 64-bit platforms..Dave Airlie2005-10-24
* drm: fix all sparse warning on 32-bit x86Dave Airlie2005-09-30
* drm: cast handle to a pointer to avoid warningDave Airlie2005-09-25
* drm: lindent the drm directory.Dave Airlie2005-09-25
* drm: small cleanupsDave Airlie2005-09-05
* drm: fix issue with handle lookup for a 0 handleDave Airlie2005-09-05
* drm: fixes for powerpcDave Airlie2005-08-20
* drm: remove version.h and any version checks..Dave Airlie2005-08-07
* drm: updated DRM map patch for 32/64 bit systemsDave Airlie2005-08-05
* drm: cleanup buffer/map codeDave Airlie2005-07-10
* drm: destatic exported function.Dave Airlie2005-07-10
* drm: export symbols for use by driversDave Airlie2005-07-10
* drm: update some function so a driver can call themDave Airlie2005-07-10
* drm: update support for drm pci buffersDave Airlie2005-07-10
* Refactor common, boilerplate ioctl code from drm_addbufs_* functions intoDave Airlie2005-07-10
* drm: add framebuffer mapsDave Airlie2005-07-10
* drm: add _DRM_CONSISTENT map typeDave Airlie2005-07-10
* drm: misc cleanupDave Airlie2005-07-07