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
/
exynos
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-17
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
25
-759
/
+1178
2016-01-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+3
2016-01-17
Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2
-3
/
+3
2016-01-15
mm, dax, gpu: convert vm_insert_mixed to pfn_t
Dan Williams
1
-1
/
+3
2016-01-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-01-13
drm/exynos: fix kernel panic issue at drm releasing
Inki Dae
3
-0
/
+35
2016-01-13
drm/exynos: crtc: do not wait for the scanout completion
Inki Dae
3
-27
/
+0
2016-01-13
drm/exynos: mixer: properly update all planes on the same vblank event
Marek Szyprowski
1
-9
/
+25
2016-01-13
drm/exynos: crtc: rework atomic_{begin,flush}
Marek Szyprowski
5
-40
/
+32
2016-01-13
drm/exynos: mixer: unify a check for video-processor window
Marek Szyprowski
1
-2
/
+2
2016-01-13
drm/exynos: mixer: also allow ARGB1555 and ARGB4444
Tobias Jakobi
1
-0
/
+6
2016-01-13
drm/exynos: mixer: refactor layer setup
Marek Szyprowski
2
-0
/
+44
2016-01-13
drm/exynos: mixer: remove all static blending setup
Tobias Jakobi
1
-23
/
+0
2016-01-13
drm/exynos: mixer: set window priority based on zpos
Marek Szyprowski
2
-18
/
+24
2016-01-13
drm/exynos: make zpos property configurable
Marek Szyprowski
2
-6
/
+49
2016-01-13
drm/exynos: rename zpos to index
Marek Szyprowski
8
-28
/
+28
2016-01-06
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-0
/
+3
2015-12-24
Backmerge drm-fixes merge into Linus's tree into drm-next.
Dave Airlie
1
-0
/
+3
2015-12-20
drm/exynos: atomic check only enabled crtc states
Andrzej Hajda
1
-0
/
+3
2015-12-15
drm/exynos: Constify function pointer structs
Ville Syrjälä
8
-24
/
+24
2015-12-15
Merge branch 'exynos-drm-next' of git://git.kernel.org:/pub/scm/linux/kernel/...
Dave Airlie
20
-600
/
+927
2015-12-13
drm/exynos: gem: remove old unused prototypes
Marek Szyprowski
1
-28
/
+0
2015-12-13
drm/exynos: fimd: fix dma burst size setting for small plane size
Marek Szyprowski
1
-13
/
+11
2015-12-13
drm/exynos: fix clipping when scaling is enabled
Marek Szyprowski
1
-6
/
+7
2015-12-13
drm/exynos: mixer: use ratio precalculated in exynos_state
Marek Szyprowski
1
-30
/
+3
2015-12-13
drm/exynos: add generic check for plane state
Marek Szyprowski
3
-0
/
+37
2015-12-13
drm/exynos: introduce exynos_drm_plane_config structure
Marek Szyprowski
8
-74
/
+121
2015-12-13
drm/exynos: mixer: enable video overlay plane only when VP is available
Marek Szyprowski
1
-0
/
+3
2015-12-13
drm/exynos: mixer: use crtc->state->adjusted_mode instead of crtc->mode
Marek Szyprowski
1
-2
/
+2
2015-12-13
drm/exynos: introduce exynos_drm_plane_state structure
Marek Szyprowski
6
-120
/
+197
2015-12-13
drm/exynos: move dma_addr attribute from exynos plane to exynos fb
Marek Szyprowski
9
-53
/
+39
2015-12-13
drm/exynos: exynos7-decon: remove excessive check
Marek Szyprowski
1
-10
/
+0
2015-12-13
drm/exynos: rotator: convert to common clock framework
Marek Szyprowski
1
-2
/
+2
2015-12-13
drm/exynos: gsc: add device tree support and remove usage of static mappings
Seung-Woo Kim
3
-7
/
+29
2015-12-13
drm/exynos: gsc: fix wrong pm_runtime state
Seung-Woo Kim
1
-1
/
+0
2015-12-13
drm/exynos: gsc: prepare and unprepare gsc clock
Seung-Woo Kim
1
-2
/
+2
2015-12-13
drm/exynos: dp: add of_graph dt binding support for panel
Inki Dae
1
-1
/
+20
2015-12-13
drm/exynos: decon: remove unused variables
Inki Dae
1
-2
/
+0
2015-12-13
drm/exynos: dsi: modify a error type when getting a node failed
Inki Dae
1
-2
/
+2
2015-12-13
drm/exynos: simplify sleep PM ops
Andrzej Hajda
1
-46
/
+30
2015-12-13
drm/exynos: dsi: add runtime pm support
Inki Dae
1
-66
/
+81
2015-12-13
drm/exynos: add pm_runtime to DECON 7
Gustavo Padovan
1
-38
/
+55
2015-12-13
drm/exynos: add pm_runtime to DECON 5433
Gustavo Padovan
1
-15
/
+39
2015-12-13
drm/exynos: add pm_runtime to FIMD
Gustavo Padovan
1
-17
/
+37
2015-12-13
drm/exynos: add pm_runtime to Mixer
Gustavo Padovan
1
-42
/
+64
2015-12-13
drm/exynos: add pm_runtime to HDMI
Gustavo Padovan
1
-9
/
+40
2015-12-13
drm/exynos: add pm_runtime to DP
Gustavo Padovan
1
-3
/
+48
2015-12-13
drm/exynos: do not start enabling DP at bind() phase
Gustavo Padovan
2
-30
/
+78
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
5
-5
/
+5
2015-12-11
drm: Pass 'name' to drm_universal_plane_init()
Ville Syrjälä
1
-1
/
+1
[next]