summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_stub.c
Commit message (Expand)AuthorAgeFilesLines
* drm: move drm_stub.c to drm_drv.cDave Airlie2014-08-061-921/+0
* drm: mark drm_context support as legacyDavid Herrmann2014-08-051-3/+4
* drm: make sysfs device always available for minorsDavid Herrmann2014-08-051-6/+16
* drm: make minor->index available earlyDavid Herrmann2014-08-051-38/+46
* drm: move module initialization to drm_stub.cDavid Herrmann2014-08-051-2/+115
* drm: drop redundant drm_file->is_masterDavid Herrmann2014-08-051-7/+3
* drm: Remove command line guard for universal planesMatt Roper2014-07-081-4/+0
* Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-07-081-5/+1
|\
| * drm: enable render-nodes by defaultDavid Herrmann2014-07-081-6/+1
* | drm: Don't export internal module variablesDaniel Vetter2014-06-181-4/+0
|/
* drm: Add device registration documentationThierry Reding2014-06-051-11/+11
* drm: Introduce drm_dev_set_unique()Thierry Reding2014-06-051-0/+26
* drm: fix memory leak around mode_group (v2)Dave Airlie2014-05-161-0/+1
* Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...Dave Airlie2014-05-011-6/+1
|\
| * drm: rip out dev->devnameDaniel Vetter2014-04-231-5/+0
| * drm: rename dev->count_lock to dev->buf_lockDaniel Vetter2014-04-231-1/+1
* | drm: Fix error handling in drm_master_createDaniel Vetter2014-04-221-1/+4
|/
* drm: Allow userspace to ask for universal plane list (v2)Matt Roper2014-04-011-0/+5
* drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom2014-03-281-15/+28
* drm: Remove the minor master listThomas Hellstrom2014-03-281-5/+0
* drm: Remove the ', ' after the function name in debug logsLespiau, Damien2014-03-281-1/+1
* drm: Remove the prefix argument of drm_ut_debug_printk()Lespiau, Damien2014-03-281-4/+2
* drm: drm_ut_debug_printk() isn't called with NULL anywmoreLespiau, Damien2014-03-281-5/+1
* drm: Pull the test on drm_debug in the logging macrosLespiau, Damien2014-03-281-14/+12
* Merge branch 'drm-minor' into drm-nextDavid Herrmann2014-03-161-132/+216
|\
| * drm: make minors independent of global lockDavid Herrmann2014-03-161-6/+45
| * drm: inline drm_minor_get_id()David Herrmann2014-03-161-21/+6
| * drm: coding-style fixes in minor handlingDavid Herrmann2014-03-161-5/+3
| * drm: remove redundant minor->device fieldDavid Herrmann2014-03-161-1/+0
| * drm: remove unneeded #ifdef CONFIG_DEBUGFSDavid Herrmann2014-03-161-7/+0
| * drm: rename drm_unplug/get_minor() to drm_minor_register/unregister()David Herrmann2014-03-161-37/+17
| * drm: move drm_put_minor() to drm_minor_free()David Herrmann2014-03-161-27/+18
| * drm: allocate minors earlyDavid Herrmann2014-03-161-39/+71
| * drm: add minor-lookup/release helpersDavid Herrmann2014-03-161-0/+39
| * drm: provide device-refcountDavid Herrmann2014-03-161-14/+42
* | drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-161-1/+11
* | drm: add pseudo filesystem for shared inodesDavid Herrmann2014-03-161-0/+74
|/
* Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2014-01-201-3/+3
|\
| * drm: don't double-free on driver load errorIlia Mirkin2013-12-131-3/+3
* | drm: kill the ->agp_destroy callbackDaniel Vetter2013-12-181-2/+2
* | drm: remove agp_init() bus callbackDaniel Vetter2013-12-181-7/+1
* | drm: ->agp_init can't failDaniel Vetter2013-12-181-5/+2
* | drm: restrict the device list for shadow attached driversDaniel Vetter2013-12-181-4/+0
* | drm: Don't split up debug outputDaniel Vetter2013-12-181-3/+9
|/
* drm: check for !kdev in drm_unplug_minor()David Herrmann2013-11-151-1/+1
* drm: delay minor destruction to drm_dev_free()David Herrmann2013-11-061-3/+7
* drm: remove minor-id during unplugDavid Herrmann2013-11-061-3/+1
* drm: cleanup debugfs in drm_unplug_minor()David Herrmann2013-11-061-4/+4
* drm: make drm_get_minor() staticDavid Herrmann2013-11-061-8/+11
* drm: simplify drm_put_minor()David Herrmann2013-11-061-18/+13