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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-04
drm/panel: add ld9040 driver
Andrzej Hajda
3
-0
/
+384
2014-04-04
drm/exynos: add DSIM driver
Andrzej Hajda
5
-0
/
+1551
2014-04-04
drm/exynos: disallow fbdev initialization if no device is connected
Andrzej Hajda
1
-0
/
+21
2014-04-04
drm/mipi_dsi: create dsi devices only for nodes with reg property
Andrzej Hajda
1
-1
/
+5
2014-04-03
Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
31
-930
/
+1304
2014-04-02
Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux ...
Dave Airlie
56
-333
/
+786
2014-04-02
drm/crtc-helper: don't disable disconnected outputs
Daniel Vetter
1
-2
/
+0
2014-04-02
drm/crtc-helpers: fix dpms on logic
Daniel Vetter
1
-1
/
+2
2014-04-02
drm/qxl: unset a pointer in sync_obj_unref
Maarten Lankhorst
1
-0
/
+1
2014-04-02
drm/nouveau: don't suspend/resume display on runtime s/r
Dave Airlie
1
-7
/
+5
2014-04-01
drm: Allow userspace to ask for universal plane list (v2)
Matt Roper
3
-5
/
+27
2014-04-01
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
49
-279
/
+282
2014-04-01
drm/msm: Switch to universal plane API's
Matt Roper
4
-8
/
+18
2014-04-01
drm: Add drm_crtc_init_with_planes() (v2)
Matt Roper
2
-4
/
+36
2014-04-01
drm: Add plane type property (v2)
Rob Clark
1
-0
/
+27
2014-04-01
drm: Add drm_universal_plane_init()
Matt Roper
1
-29
/
+51
2014-04-01
drm: Add primary plane helpers (v3)
Matt Roper
2
-1
/
+314
2014-04-01
drm: Make drm_crtc_check_viewport non-static
Matt Roper
1
-7
/
+13
2014-04-01
drm/shmobile: Restrict plane loops to only operate on legacy planes
Matt Roper
1
-1
/
+1
2014-04-01
drm/i915: Restrict plane loops to only operate on overlay planes (v2)
Matt Roper
2
-3
/
+9
2014-04-01
drm/exynos: Restrict plane loops to only operate on overlay planes (v2)
Matt Roper
2
-2
/
+2
2014-04-01
drm: Add support for multiple plane types (v2)
Matt Roper
2
-6
/
+18
2014-03-28
drm/vmwgfx: Bump driver minor and date
Thomas Hellstrom
1
-2
/
+2
2014-03-28
drm/vmwgfx: Enable render nodes
Thomas Hellstrom
1
-22
/
+21
2014-03-28
drm/vmwgfx: Tighten the security around buffer maps
Thomas Hellstrom
1
-2
/
+7
2014-03-28
drm/ttm: Add a ttm_ref_object_exists function
Thomas Hellstrom
1
-0
/
+46
2014-03-28
drm/vmwgfx: Tighten security around surface sharing v2
Thomas Hellstrom
1
-0
/
+24
2014-03-28
drm/vmwgfx: Allow prime fds in the surface reference ioctls
Thomas Hellstrom
1
-35
/
+70
2014-03-28
drm/vmwgfx: Drop authentication requirement on UNREF ioctls
Thomas Hellstrom
1
-5
/
+5
2014-03-28
drm/vmwgfx: Reinstate and tighten security around legacy master model
Thomas Hellstrom
1
-5
/
+89
2014-03-28
drm/vmwgfx: Use a per-device semaphore for reservation protection
Thomas Hellstrom
11
-58
/
+46
2014-03-28
drm: Add a function to get the ioctl flags
Thomas Hellstrom
1
-0
/
+18
2014-03-28
drm: Protect the master management with a drm_device::master_mutex v3
Thomas Hellstrom
2
-26
/
+39
2014-03-28
drm: Remove the minor master list
Thomas Hellstrom
1
-5
/
+0
2014-03-28
drm: Improve on minor type helpers v3
Thomas Hellstrom
2
-6
/
+4
2014-03-28
drm: Make control nodes master-less v3
Thomas Hellstrom
2
-5
/
+8
2014-03-28
drm: Break out ioctl permission check to a separate function v2
Thomas Hellstrom
1
-38
/
+75
2014-03-28
drm: Have the crtc code only reference master from legacy nodes v2
Thomas Hellstrom
1
-6
/
+8
2014-03-28
drm/i915: fix build warning on 32-bit (v2)
Dave Airlie
1
-1
/
+1
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-28
drm/i915: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()
Lespiau, Damien
5
-39
/
+39
2014-03-28
drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()
Lespiau, Damien
1
-10
/
+10
2014-03-28
drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()
Lespiau, Damien
2
-2
/
+2
2014-03-27
drm/bridge: PTN3460 needs DRM_KMS_HELPER
Arnd Bergmann
1
-1
/
+2
2014-03-26
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
154
-4412
/
+10033
2014-03-26
drm/nouveau: fix missing newline
Alexandre Courbot
1
-1
/
+1
2014-03-26
drm/nouveau/bios: fetch the vbios from PROM using only aligned 32-bit accesses
Martin Peres
1
-14
/
+19
[next]