summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fops.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm: rip out dev->last_checkedDaniel Vetter2013-07-231-1/+0
* drm: kill dev->buf_readers and dev->buf_writersDaniel Vetter2013-07-231-2/+0
* drm: kill dev->ctx_start and dev->lck_startDaniel Vetter2013-07-231-3/+0
* drm: kill dev->interrupt_flag and dev->dma_flagDaniel Vetter2013-07-231-2/+0
* drm: remove dev->last_switchDaniel Vetter2013-07-231-1/+0
* drm: kill dev->context_waitDaniel Vetter2013-07-231-1/+0
* drm: fix error routines in drm_open_helperSeung-Woo Kim2013-07-041-5/+20
* drm: correctly restore mappings if drm_open failsIlija Hadzic2013-04-031-2/+4
* drm: revamp locking around fb creation/destructionDaniel Vetter2013-01-201-0/+1
* drm: set dev_mapping before calling drm_open_helperIlija Hadzic2012-11-071-17/+30
* drm: restore open_count if drm_setup failsIlija Hadzic2012-11-071-1/+4
* Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-031-1/+1
|\
| * UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
* | userns: Convert drm to use kuid and kgid and struct pid where appropriateEric W. Biederman2012-09-131-1/+2
|/
* drm: track dev_mapping in more robust and flexible wayIlija Hadzic2012-07-251-6/+9
* drm: unconditionally clean up dma buffers of closing clientsDaniel Vetter2012-07-191-3/+3
* drm: kill dma queue supportDaniel Vetter2012-07-191-4/+0
* drm: kill reclaim_buffers callbackDaniel Vetter2012-07-191-3/+2
* drm: kill reclaim_buffers_lockedDaniel Vetter2012-07-191-45/+1
* drm: kill reclaim_buffers_idlelocked functionsDaniel Vetter2012-07-191-8/+0
* drm: Releasing FBs before releasing GEM objects during drm_releasePrathyush2012-04-191-3/+3
* drm: base prime/dma-buf support (v5)Dave Airlie2012-03-301-0/+7
* drm: add core support for unplugging a device (v2)Dave Airlie2012-03-151-0/+8
* drm: Fix authentication kernel crashThomas Hellstrom2012-01-251-0/+5
* drm: Make the per-driver file_operations struct constArjan van de Ven2011-11-111-1/+1
* gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2011-10-311-0/+1
* drm/switcheroo: track state of switch in drivers.Dave Airlie2011-01-051-0/+2
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie2010-08-271-0/+1
|\
| * drm: export drm_global_mutex for drivers to useBen Skeggs2010-08-271-0/+1
* | drm: Remove count_lock for calling lastclose() after 58474713 (v2)Chris Wilson2010-08-121-13/+3
|/
* drm: kill BKL from common codeArnd Bergmann2010-08-051-12/+11
* drivers/gpu/drm: Use kzallocJulia Lawall2010-05-181-2/+1
* Merge branch 'master' into export-slabhTejun Heo2010-04-051-7/+9
|\
| * drm: Return ENODEV if the inode mapping changesChris Wilson2010-03-311-7/+9
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* drm: Add support for drm master_[set|drop] callbacks.Thomas Hellstrom2009-12-041-0/+14
* drm: Add async event synchronization for drmWaitVblankKristian Høgsberg2009-11-181-2/+96
* drm: Remove memory debugging infrastructure.Eric Anholt2009-06-181-4/+4
* drm: drm_fops.c unlock missing on error pathDan Carpenter2009-03-291-0/+1
* Rationalize fasync return valuesJonathan Corbet2009-03-161-5/+1
* drm: Avoid client deadlocks when the master disappears.Thomas Hellstrom2009-03-031-0/+14
* drm: Release user fbs in drm_releaseKristian Høgsberg2009-02-201-0/+3
* Check fops_get() return valueLaurent Pinchart2009-01-061-0/+4
* DRM: add mode setting supportDave Airlie2008-12-291-10/+12
* drm: GEM mmap supportJesse Barnes2008-12-291-1/+11
* drm: move to kref per-master structures.Dave Airlie2008-12-291-77/+124
* saner FASYNC handling on file closeAl Viro2008-11-011-2/+0
* drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt2008-10-181-0/+6
* drm/cred: wrap task credential accesses in the drm driver.David Howells2008-10-181-1/+1
OpenPOWER on IntegriCloud