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-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
2013-08-19
drm: mark context support as a legacy subsystem
Daniel Vetter
2013-08-07
drm/agp: move AGP cleanup paths to drm_agpsupport.c
David Herrmann
2013-06-27
drm: drm_stub: Fixing return value if driver master_set call failed
Benjamin Gaignard
2013-05-31
drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optional
Andy Lutomirski
2013-05-01
drm: proc: Use minor->index to label things, not PDE->name
David Howells
2013-02-27
drm: convert to idr_alloc()
Tejun Heo
2012-11-20
drm: add support for monotonic vblank timestamps
Imre Deak
[next]