summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fops.c
AgeCommit message (Expand)Author
2014-08-08Revert "drm: drop redundant drm_file->is_master"Dave Airlie
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
2013-08-19drm: remove FASYNC supportDaniel Vetter
2013-08-19drm: mark context support as a legacy subsystemDaniel Vetter
2013-08-19drm: mark dma setup/teardown as legacy systemsDaniel Vetter
2013-07-23drm: rip out dev->last_checkedDaniel Vetter
2013-07-23drm: kill dev->buf_readers and dev->buf_writersDaniel Vetter
2013-07-23drm: kill dev->ctx_start and dev->lck_startDaniel Vetter
2013-07-23drm: kill dev->interrupt_flag and dev->dma_flagDaniel Vetter
2013-07-23drm: remove dev->last_switchDaniel Vetter
2013-07-23drm: kill dev->context_waitDaniel Vetter
2013-07-04drm: fix error routines in drm_open_helperSeung-Woo Kim
2013-04-03drm: correctly restore mappings if drm_open failsIlija Hadzic
2013-01-20drm: revamp locking around fb creation/destructionDaniel Vetter
2012-11-07drm: set dev_mapping before calling drm_open_helperIlija Hadzic