summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fops.c
AgeCommit message (Expand)AuthorLines
2015-01-21drm: Make drm_read() more robust against multithreaded racesChris Wilson-47/+42
2014-12-04drm: Fix memory leak at error path of drm_read()Takashi Iwai-0/+1
2014-10-08drm: Implement O_NONBLOCK support on /dev/dri/cardNChris Wilson-5/+7
2014-10-03drm/core: use helper to check driver featuresAndrzej Hajda-4/+4
2014-09-12drm: unexport drm_global_mutexDaniel Vetter-1/+0
2014-09-12drm: Move piles of functions from drmP.h to drm_internal.hDaniel Vetter-0/+1
2014-09-12drm: Move dma functions into drm_legacy.hDaniel Vetter-1/+1
2014-09-10drm: move drm-lock API to drm_legacy.hDavid Herrmann-3/+3
2014-09-10drm: move "struct drm_vma_entry" to drm_vm.cDavid Herrmann-9/+1
2014-08-26Merge tag 'topic/core-stuff-2014-08-15' of git://anongit.freedesktop.org/drm-...Dave Airlie-0/+2
2014-08-08Revert "drm: drop redundant drm_file->is_master"Dave Airlie-1/+3
2014-08-06drm: Warn when leaking flip events on closeVille Syrjälä-0/+2
2014-08-06Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie-72/+5
2014-08-05drm: mark drm_context support as legacyDavid Herrmann-1/+2
2014-08-05drm: move module initialization to drm_stub.cDavid Herrmann-39/+0
2014-08-05drm: don't de-authenticate clients on master-closeDavid Herrmann-11/+2
2014-08-05drm: drop redundant drm_file->is_masterDavid Herrmann-3/+1
2014-08-05drm: extract legacy ctxbitmap flushingDavid Herrmann-19/+1
2014-08-05drm: Unlink dead file_priv from list of active files firstChris Wilson-4/+4
2014-08-02drm: drop i386 verificationDavid Herrmann-4/+0
2014-04-28drm: remove unused argument from drm_open_helperIlija Hadzic-6/+3
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-75/+46
2014-03-28drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom-11/+11
2014-03-28drm: Improve on minor type helpers v3Thomas Hellstrom-4/+2
2014-03-28drm: Make control nodes master-less v3Thomas Hellstrom-2/+4
2014-03-16Merge branch 'drm-minor' into drm-nextDavid Herrmann-40/+30
2014-03-16drm: make minors independent of global lockDavid Herrmann-10/+1
2014-03-16drm: remove redundant minor->device fieldDavid Herrmann-1/+1
2014-03-16drm: add minor-lookup/release helpersDavid Herrmann-23/+27
2014-03-16drm: skip redundant minor-lookup in open pathDavid Herrmann-12/+7
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann-22/+3
2014-02-14drm: Use list_for_each_entry() for bus traversalYijing Wang-1/+2
2013-12-18drm: remove dev->vma_countDaniel Vetter-2/+0
2013-12-18drm: Kill file_priv->ioctl_count trackingDaniel Vetter-1/+0
2013-12-18drm: rip out dev->ioctl_count trackingDaniel Vetter-7/+1
2013-11-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-6/+71
2013-11-06drm: Do not drop root privileges for a fancier younger processChris Wilson-2/+3
2013-11-06drm: delete unconsumed pending event list in drm_events_releaseYoungJun Cho-1/+3
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro-11/+6
2013-10-09drm: Kill drm perf counter leftoversVille Syrjälä-7/+0
2013-10-09drm: Kill ctx_count from struct drm_deviceVille Syrjälä-1/+0
2013-10-09drm: move drm_lastclose() to drm_fops.cDavid Herrmann-0/+70
2013-09-20Revert "drm: mark context support as a legacy subsystem"Dave Airlie-1/+20
2013-08-30drm: implement experimental render nodesDavid Herrmann-7/+7
2013-08-29drm: allow open of dynamic off devices.Dave Airlie-1/+1
2013-08-21drm/prime: proper locking+refcounting for obj->dma_buf linkDaniel Vetter-0/+1
2013-08-19drm: move dev data clearing from drm_setup to lastcloseDaniel Vetter-24/+3
2013-08-19drm: don't call ->firstopen for KMS driversDaniel Vetter-1/+2
2013-08-19drm: remove FASYNC supportDaniel Vetter-14/+0
2013-08-19drm: mark context support as a legacy subsystemDaniel Vetter-20/+1