summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fops.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-04drm: delete unconsumed pending event list in drm_events_releaseYoungJun Cho1-1/+3
2014-11-21drm/prime: proper locking+refcounting for obj->dma_buf linkDaniel Vetter1-0/+1
2014-11-18upstream: consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-11/+6
2013-04-03drm: correctly restore mappings if drm_open failsIlija Hadzic1-2/+4
2013-01-20drm: revamp locking around fb creation/destructionDaniel Vetter1-0/+1
2012-11-07drm: set dev_mapping before calling drm_open_helperIlija Hadzic1-17/+30
2012-11-07drm: restore open_count if drm_setup failsIlija Hadzic1-1/+4
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-09-13userns: Convert drm to use kuid and kgid and struct pid where appropriateEric W. Biederman1-1/+2
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic1-6/+9
2012-07-19drm: unconditionally clean up dma buffers of closing clientsDaniel Vetter1-3/+3
2012-07-19drm: kill dma queue supportDaniel Vetter1-4/+0
2012-07-19drm: kill reclaim_buffers callbackDaniel Vetter1-3/+2
2012-07-19drm: kill reclaim_buffers_lockedDaniel Vetter1-45/+1
2012-07-19drm: kill reclaim_buffers_idlelocked functionsDaniel Vetter1-8/+0
2012-04-19drm: Releasing FBs before releasing GEM objects during drm_releasePrathyush1-3/+3
2012-03-30drm: base prime/dma-buf support (v5)Dave Airlie1-0/+7
2012-03-15drm: add core support for unplugging a device (v2)Dave Airlie1-0/+8
2012-01-25drm: Fix authentication kernel crashThomas Hellstrom1-0/+5
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven1-1/+1
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker1-0/+1
2011-01-05drm/switcheroo: track state of switch in drivers.Dave Airlie1-0/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-08-27Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie1-0/+1
2010-08-27drm: export drm_global_mutex for drivers to useBen Skeggs1-0/+1
2010-08-12drm: Remove count_lock for calling lastclose() after 58474713 (v2)Chris Wilson1-13/+3
2010-08-05drm: kill BKL from common codeArnd Bergmann1-12/+11
2010-05-18drivers/gpu/drm: Use kzallocJulia Lawall1-2/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-7/+9
2010-03-31drm: Return ENODEV if the inode mapping changesChris Wilson1-7/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-04drm: Add support for drm master_[set|drop] callbacks.Thomas Hellstrom1-0/+14
2009-11-18drm: Add async event synchronization for drmWaitVblankKristian Høgsberg1-2/+96
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-4/+4
2009-03-29drm: drm_fops.c unlock missing on error pathDan Carpenter1-0/+1
2009-03-16Rationalize fasync return valuesJonathan Corbet1-5/+1
2009-03-03drm: Avoid client deadlocks when the master disappears.Thomas Hellstrom1-0/+14
2009-02-20drm: Release user fbs in drm_releaseKristian Høgsberg1-0/+3
2009-01-06Check fops_get() return valueLaurent Pinchart1-0/+4
2008-12-29DRM: add mode setting supportDave Airlie1-10/+12
2008-12-29drm: GEM mmap supportJesse Barnes1-1/+11
2008-12-29drm: move to kref per-master structures.Dave Airlie1-77/+124
2008-11-01saner FASYNC handling on file closeAl Viro1-2/+0
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt1-0/+6
2008-10-18drm/cred: wrap task credential accesses in the drm driver.David Howells1-1/+1
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-2/+7
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-0/+466