index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_stub.c
Age
Commit message (
Expand
)
Author
2014-06-05
drm: Add device registration documentation
Thierry Reding
2014-06-05
drm: Introduce drm_dev_set_unique()
Thierry Reding
2014-05-16
drm: fix memory leak around mode_group (v2)
Dave Airlie
2014-05-01
Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...
Dave Airlie
2014-04-23
drm: rip out dev->devname
Daniel Vetter
2014-04-23
drm: rename dev->count_lock to dev->buf_lock
Daniel Vetter
2014-04-22
drm: Fix error handling in drm_master_create
Daniel Vetter
2014-04-01
drm: Allow userspace to ask for universal plane list (v2)
Matt Roper
2014-03-28
drm: Protect the master management with a drm_device::master_mutex v3
Thomas Hellstrom
2014-03-28
drm: Remove the minor master list
Thomas Hellstrom
2014-03-28
drm: Remove the ', ' after the function name in debug logs
Lespiau, Damien
2014-03-28
drm: Remove the prefix argument of drm_ut_debug_printk()
Lespiau, Damien
2014-03-28
drm: drm_ut_debug_printk() isn't called with NULL anywmore
Lespiau, Damien
2014-03-28
drm: Pull the test on drm_debug in the logging macros
Lespiau, Damien
2014-03-16
Merge branch 'drm-minor' into drm-next
David Herrmann
2014-03-16
drm: make minors independent of global lock
David Herrmann
2014-03-16
drm: inline drm_minor_get_id()
David Herrmann
2014-03-16
drm: coding-style fixes in minor handling
David Herrmann
2014-03-16
drm: remove redundant minor->device field
David Herrmann
2014-03-16
drm: remove unneeded #ifdef CONFIG_DEBUGFS
David Herrmann
2014-03-16
drm: rename drm_unplug/get_minor() to drm_minor_register/unregister()
David Herrmann
2014-03-16
drm: move drm_put_minor() to drm_minor_free()
David Herrmann
2014-03-16
drm: allocate minors early
David Herrmann
2014-03-16
drm: add minor-lookup/release helpers
David Herrmann
2014-03-16
drm: provide device-refcount
David Herrmann
2014-03-16
drm: use anon-inode instead of relying on cdevs
David Herrmann
2014-03-16
drm: add pseudo filesystem for shared inodes
David Herrmann
2014-01-20
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...
Dave Airlie
2013-12-18
drm: kill the ->agp_destroy callback
Daniel Vetter
2013-12-18
drm: remove agp_init() bus callback
Daniel Vetter
2013-12-18
drm: ->agp_init can't fail
Daniel Vetter
2013-12-18
drm: restrict the device list for shadow attached drivers
Daniel Vetter
2013-12-18
drm: Don't split up debug output
Daniel Vetter
2013-12-13
drm: don't double-free on driver load error
Ilia Mirkin
2013-11-15
drm: check for !kdev in drm_unplug_minor()
David Herrmann
2013-11-06
drm: delay minor destruction to drm_dev_free()
David Herrmann
2013-11-06
drm: remove minor-id during unplug
David Herrmann
2013-11-06
drm: cleanup debugfs in drm_unplug_minor()
David Herrmann
2013-11-06
drm: make drm_get_minor() static
David Herrmann
2013-11-06
drm: simplify drm_put_minor()
David Herrmann
2013-11-06
drm: call drm_unplug_minor() from drm_put_minor()
David Herrmann
2013-10-09
drm: Kill drm perf counter leftovers
Ville Syrjälä
2013-10-09
drm: move device unregistration into drm_dev_unregister()
David Herrmann
2013-10-09
drm: introduce drm_dev_free() to fix error paths
David Herrmann
2013-10-09
drm: merge device setup into drm_dev_register()
David Herrmann
2013-10-09
drm: add drm_dev_alloc() helper
David Herrmann
2013-09-20
Revert "drm: mark context support as a legacy subsystem"
Dave Airlie
2013-08-30
drm: implement experimental render nodes
David Herrmann
2013-08-19
drm: remove procfs code, take 2
Daniel Vetter
2013-08-19
drm: fix minor number range calculation
Kristian Høgsberg
[next]