summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fops.c
AgeCommit message (Expand)AuthorFilesLines
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