index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
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
Files
Lines
2014-08-06
drm: move drm_stub.c to drm_drv.c
Dave Airlie
1
-921
/
+0
2014-08-05
drm: mark drm_context support as legacy
David Herrmann
1
-3
/
+4
2014-08-05
drm: make sysfs device always available for minors
David Herrmann
1
-6
/
+16
2014-08-05
drm: make minor->index available early
David Herrmann
1
-38
/
+46
2014-08-05
drm: move module initialization to drm_stub.c
David Herrmann
1
-2
/
+115
2014-08-05
drm: drop redundant drm_file->is_master
David Herrmann
1
-7
/
+3
2014-07-08
drm: Remove command line guard for universal planes
Matt Roper
1
-4
/
+0
2014-07-08
Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...
Dave Airlie
1
-5
/
+1
2014-07-08
drm: enable render-nodes by default
David Herrmann
1
-6
/
+1
2014-06-18
drm: Don't export internal module variables
Daniel Vetter
1
-4
/
+0
2014-06-05
drm: Add device registration documentation
Thierry Reding
1
-11
/
+11
2014-06-05
drm: Introduce drm_dev_set_unique()
Thierry Reding
1
-0
/
+26
2014-05-16
drm: fix memory leak around mode_group (v2)
Dave Airlie
1
-0
/
+1
2014-05-01
Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...
Dave Airlie
1
-6
/
+1
2014-04-23
drm: rip out dev->devname
Daniel Vetter
1
-5
/
+0
2014-04-23
drm: rename dev->count_lock to dev->buf_lock
Daniel Vetter
1
-1
/
+1
2014-04-22
drm: Fix error handling in drm_master_create
Daniel Vetter
1
-1
/
+4
2014-04-01
drm: Allow userspace to ask for universal plane list (v2)
Matt Roper
1
-0
/
+5
2014-03-28
drm: Protect the master management with a drm_device::master_mutex v3
Thomas Hellstrom
1
-15
/
+28
2014-03-28
drm: Remove the minor master list
Thomas Hellstrom
1
-5
/
+0
2014-03-28
drm: Remove the ', ' after the function name in debug logs
Lespiau, Damien
1
-1
/
+1
2014-03-28
drm: Remove the prefix argument of drm_ut_debug_printk()
Lespiau, Damien
1
-4
/
+2
2014-03-28
drm: drm_ut_debug_printk() isn't called with NULL anywmore
Lespiau, Damien
1
-5
/
+1
2014-03-28
drm: Pull the test on drm_debug in the logging macros
Lespiau, Damien
1
-14
/
+12
2014-03-16
Merge branch 'drm-minor' into drm-next
David Herrmann
1
-132
/
+216
2014-03-16
drm: make minors independent of global lock
David Herrmann
1
-6
/
+45
2014-03-16
drm: inline drm_minor_get_id()
David Herrmann
1
-21
/
+6
2014-03-16
drm: coding-style fixes in minor handling
David Herrmann
1
-5
/
+3
2014-03-16
drm: remove redundant minor->device field
David Herrmann
1
-1
/
+0
2014-03-16
drm: remove unneeded #ifdef CONFIG_DEBUGFS
David Herrmann
1
-7
/
+0
2014-03-16
drm: rename drm_unplug/get_minor() to drm_minor_register/unregister()
David Herrmann
1
-37
/
+17
2014-03-16
drm: move drm_put_minor() to drm_minor_free()
David Herrmann
1
-27
/
+18
2014-03-16
drm: allocate minors early
David Herrmann
1
-39
/
+71
2014-03-16
drm: add minor-lookup/release helpers
David Herrmann
1
-0
/
+39
2014-03-16
drm: provide device-refcount
David Herrmann
1
-14
/
+42
2014-03-16
drm: use anon-inode instead of relying on cdevs
David Herrmann
1
-1
/
+11
2014-03-16
drm: add pseudo filesystem for shared inodes
David Herrmann
1
-0
/
+74
2014-01-20
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...
Dave Airlie
1
-3
/
+3
2013-12-18
drm: kill the ->agp_destroy callback
Daniel Vetter
1
-2
/
+2
2013-12-18
drm: remove agp_init() bus callback
Daniel Vetter
1
-7
/
+1
2013-12-18
drm: ->agp_init can't fail
Daniel Vetter
1
-5
/
+2
2013-12-18
drm: restrict the device list for shadow attached drivers
Daniel Vetter
1
-4
/
+0
2013-12-18
drm: Don't split up debug output
Daniel Vetter
1
-3
/
+9
2013-12-13
drm: don't double-free on driver load error
Ilia Mirkin
1
-3
/
+3
2013-11-15
drm: check for !kdev in drm_unplug_minor()
David Herrmann
1
-1
/
+1
2013-11-06
drm: delay minor destruction to drm_dev_free()
David Herrmann
1
-3
/
+7
2013-11-06
drm: remove minor-id during unplug
David Herrmann
1
-3
/
+1
2013-11-06
drm: cleanup debugfs in drm_unplug_minor()
David Herrmann
1
-4
/
+4
2013-11-06
drm: make drm_get_minor() static
David Herrmann
1
-8
/
+11
2013-11-06
drm: simplify drm_put_minor()
David Herrmann
1
-18
/
+13
[next]