| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/core: use helper to check driver features | Andrzej Hajda | 2014-10-03 | 1 | -4/+4 |
* | drm: unexport drm_global_mutex | Daniel Vetter | 2014-09-12 | 1 | -1/+0 |
* | drm: Move piles of functions from drmP.h to drm_internal.h | Daniel Vetter | 2014-09-12 | 1 | -0/+1 |
* | drm: Move dma functions into drm_legacy.h | Daniel Vetter | 2014-09-12 | 1 | -1/+1 |
* | drm: move drm-lock API to drm_legacy.h | David Herrmann | 2014-09-10 | 1 | -3/+3 |
* | drm: move "struct drm_vma_entry" to drm_vm.c | David Herrmann | 2014-09-10 | 1 | -9/+1 |
* | Merge tag 'topic/core-stuff-2014-08-15' of git://anongit.freedesktop.org/drm-... | Dave Airlie | 2014-08-26 | 1 | -0/+2 |
|\ |
|
| * | drm: Warn when leaking flip events on close | Ville Syrjälä | 2014-08-06 | 1 | -0/+2 |
* | | Revert "drm: drop redundant drm_file->is_master" | Dave Airlie | 2014-08-08 | 1 | -1/+3 |
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr... | Dave Airlie | 2014-08-06 | 1 | -72/+5 |
|\ \
| |/
|/| |
|
| * | drm: mark drm_context support as legacy | David Herrmann | 2014-08-05 | 1 | -1/+2 |
| * | drm: move module initialization to drm_stub.c | David Herrmann | 2014-08-05 | 1 | -39/+0 |
| * | drm: don't de-authenticate clients on master-close | David Herrmann | 2014-08-05 | 1 | -11/+2 |
| * | drm: drop redundant drm_file->is_master | David Herrmann | 2014-08-05 | 1 | -3/+1 |
| * | drm: extract legacy ctxbitmap flushing | David Herrmann | 2014-08-05 | 1 | -19/+1 |
* | | drm: Unlink dead file_priv from list of active files first | Chris Wilson | 2014-08-05 | 1 | -4/+4 |
|/ |
|
* | drm: drop i386 verification | David Herrmann | 2014-08-02 | 1 | -4/+0 |
* | drm: remove unused argument from drm_open_helper | Ilija Hadzic | 2014-04-28 | 1 | -6/+3 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2014-04-08 | 1 | -75/+46 |
|\ |
|
| * | drm: Protect the master management with a drm_device::master_mutex v3 | Thomas Hellstrom | 2014-03-28 | 1 | -11/+11 |
| * | drm: Improve on minor type helpers v3 | Thomas Hellstrom | 2014-03-28 | 1 | -4/+2 |
| * | drm: Make control nodes master-less v3 | Thomas Hellstrom | 2014-03-28 | 1 | -2/+4 |
| * | Merge branch 'drm-minor' into drm-next | David Herrmann | 2014-03-16 | 1 | -40/+30 |
| |\ |
|
| | * | drm: make minors independent of global lock | David Herrmann | 2014-03-16 | 1 | -10/+1 |
| | * | drm: remove redundant minor->device field | David Herrmann | 2014-03-16 | 1 | -1/+1 |
| | * | drm: add minor-lookup/release helpers | David Herrmann | 2014-03-16 | 1 | -23/+27 |
| | * | drm: skip redundant minor-lookup in open path | David Herrmann | 2014-03-16 | 1 | -12/+7 |
| * | | drm: use anon-inode instead of relying on cdevs | David Herrmann | 2014-03-16 | 1 | -22/+3 |
| |/ |
|
* | | drm: Use list_for_each_entry() for bus traversal | Yijing Wang | 2014-02-14 | 1 | -1/+2 |
|/ |
|
* | drm: remove dev->vma_count | Daniel Vetter | 2013-12-18 | 1 | -2/+0 |
* | drm: Kill file_priv->ioctl_count tracking | Daniel Vetter | 2013-12-18 | 1 | -1/+0 |
* | drm: rip out dev->ioctl_count tracking | Daniel Vetter | 2013-12-18 | 1 | -7/+1 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-11-15 | 1 | -6/+71 |
|\ |
|
| * | drm: Do not drop root privileges for a fancier younger process | Chris Wilson | 2013-11-06 | 1 | -2/+3 |
| * | drm: delete unconsumed pending event list in drm_events_release | YoungJun Cho | 2013-11-06 | 1 | -1/+3 |
| * | drm: Kill drm perf counter leftovers | Ville Syrjälä | 2013-10-09 | 1 | -7/+0 |
| * | drm: Kill ctx_count from struct drm_device | Ville Syrjälä | 2013-10-09 | 1 | -1/+0 |
| * | drm: move drm_lastclose() to drm_fops.c | David Herrmann | 2013-10-09 | 1 | -0/+70 |
* | | consolidate the reassignments of ->f_op in ->open() instances | Al Viro | 2013-10-24 | 1 | -11/+6 |
|/ |
|
* | Revert "drm: mark context support as a legacy subsystem" | Dave Airlie | 2013-09-20 | 1 | -1/+20 |
* | drm: implement experimental render nodes | David Herrmann | 2013-08-30 | 1 | -7/+7 |
* | drm: allow open of dynamic off devices. | Dave Airlie | 2013-08-29 | 1 | -1/+1 |
* | drm/prime: proper locking+refcounting for obj->dma_buf link | Daniel Vetter | 2013-08-21 | 1 | -0/+1 |
* | drm: move dev data clearing from drm_setup to lastclose | Daniel Vetter | 2013-08-19 | 1 | -24/+3 |
* | drm: don't call ->firstopen for KMS drivers | Daniel Vetter | 2013-08-19 | 1 | -1/+2 |
* | drm: remove FASYNC support | Daniel Vetter | 2013-08-19 | 1 | -14/+0 |
* | drm: mark context support as a legacy subsystem | Daniel Vetter | 2013-08-19 | 1 | -20/+1 |
* | drm: mark dma setup/teardown as legacy systems | Daniel Vetter | 2013-08-19 | 1 | -9/+3 |
* | drm: rip out dev->last_checked | Daniel Vetter | 2013-07-23 | 1 | -1/+0 |
* | drm: kill dev->buf_readers and dev->buf_writers | Daniel Vetter | 2013-07-23 | 1 | -2/+0 |