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