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