index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
2015-02-13
19
-226
/
+1102
|
\
|
*
drm/exynos: Add DECON driver
Ajay Kumar
2015-02-11
5
-3
/
+1006
|
*
drm/exynos: fix NULL pointer reference
Joonyoung Shim
2015-02-09
1
-1
/
+1
|
*
drm/exynos: remove exynos_plane_dpms
Joonyoung Shim
2015-02-09
2
-28
/
+6
|
*
drm/exynos: remove mode property of exynos crtc
Joonyoung Shim
2015-02-09
2
-68
/
+0
|
*
drm/exynos: Remove exynos_plane_dpms() call with no effect
Gustavo Padovan
2015-02-09
1
-2
/
+0
|
*
drm/exynos: fix DMA_ATTR_NO_KERNEL_MAPPING usage
Carlo Caione
2015-02-07
3
-23
/
+14
|
*
drm/exynos: hdmi: replace fb size with mode size from win commit
Seung-Woo Kim
2015-02-07
1
-2
/
+2
|
*
drm/exynos: fix no hdmi output
Alban Browaeys
2015-02-07
1
-4
/
+5
|
*
drm/exynos: use driver internal struct
Joonyoung Shim
2015-02-07
5
-67
/
+47
|
*
drm/exynos: fix wrong pipe calculation for crtc
Joonyoung Shim
2015-02-07
2
-8
/
+9
|
*
drm/exynos: remove to use unnecessary MODULE_xxx macro
Joonyoung Shim
2015-02-07
1
-4
/
+0
|
*
drm/exynos: remove DRM_EXYNOS_DMABUF config
Joonyoung Shim
2015-02-07
3
-13
/
+1
|
*
drm/exynos: IOMMU support should not be selectable by user
Marek Szyprowski
2015-02-07
1
-3
/
+2
|
*
drm/exynos: add support for 'hdmi' clock
Marek Szyprowski
2015-02-07
1
-0
/
+9
*
|
Merge tag 'topic/drm-misc-2015-02-06' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-02-11
4
-21
/
+2
|
\
\
|
|
/
|
/
|
|
*
drm: remove DRM_FORMAT_NV12MT
Daniel Vetter
2015-02-04
4
-21
/
+2
*
|
drm/exynos: dp: support drm_bridge
Ajay Kumar
2015-01-28
2
-6
/
+32
*
|
drm/bridge: ptn3460: Convert to I2C driver model
Ajay Kumar
2015-01-28
1
-22
/
+0
*
|
Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
2015-01-27
8
-495
/
+426
|
\
\
|
*
|
drm/exynos: fimd: check error status for drm_iommu_attach_device
Ajay Kumar
2015-01-25
1
-2
/
+15
|
*
|
drm/exynos: create exynos_check_plane()
Gustavo Padovan
2015-01-25
3
-20
/
+36
|
*
|
drm/exynos: remove mode_set() ops from exynos_crtc
Gustavo Padovan
2015-01-25
1
-3
/
+0
|
*
|
drm/exynos: don't duplicate drm_display_mode in fimd context
Gustavo Padovan
2015-01-25
2
-16
/
+1
|
*
|
drm/exynos: remove struct exynos_drm_manager
Gustavo Padovan
2015-01-25
7
-244
/
+211
|
*
|
drm/exynos: remove drm_dev from struct exynos_drm_manager
Gustavo Padovan
2015-01-25
6
-12
/
+13
|
*
|
drm/exynos: move 'type' from manager to crtc struct
Gustavo Padovan
2015-01-25
6
-14
/
+17
|
*
|
drm/exynos: remove pipe member of struct exynos_drm_manager
Gustavo Padovan
2015-01-25
5
-6
/
+4
|
*
|
drm/exynos: add pipe param to exynos_drm_crtc_create()
Gustavo Padovan
2015-01-25
5
-8
/
+8
|
*
|
drm/exynos: rename base object of struct exynos_drm_crtc to 'base'
Gustavo Padovan
2015-01-25
2
-6
/
+5
|
*
|
drm/exynos: remove exynos_drm_crtc_mode_set_commit()
Gustavo Padovan
2015-01-25
1
-7
/
+1
|
*
|
drm/exynos: call exynos_update_plane() directly on page flips
Gustavo Padovan
2015-01-25
1
-2
/
+6
|
*
|
drm/exynos: unify plane update on exynos_update_plane()
Gustavo Padovan
2015-01-25
3
-16
/
+8
|
*
|
drm/exynos: remove exynos_plane_commit() wrapper
Gustavo Padovan
2015-01-25
3
-12
/
+8
|
*
|
drm/exynos: don't do any DPMS operation while updating planes
Gustavo Padovan
2015-01-25
1
-1
/
+7
|
*
|
drm/exynos: Don't touch DPMS when updating overlay planes
Gustavo Padovan
2015-01-25
1
-1
/
+0
|
*
|
drm/exynos/vidi: remove useless ops->commit()
Gustavo Padovan
2015-01-25
1
-12
/
+0
|
*
|
drm/exynos/fimd: don't initialize 'ret' variable in fimd_probe()
Gustavo Padovan
2015-01-25
1
-1
/
+1
|
*
|
drm/exynos: remove struct exynos_drm_overlay
Gustavo Padovan
2015-01-25
6
-117
/
+112
|
*
|
drm/exynos: remove exynos_drm_crtc_plane_* wrappers
Gustavo Padovan
2015-01-25
2
-37
/
+15
|
*
|
drm/exynos: expose struct exynos_drm_crtc
Gustavo Padovan
2015-01-25
2
-30
/
+30
|
*
|
drm/exynos: move to_exynos_crtc() macro to main header
Gustavo Padovan
2015-01-25
2
-3
/
+3
*
|
|
Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2015-01-27
1
-1
/
+0
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
drm: Drop superfluous "select VT_HW_CONSOLE_BINDING"
Geert Uytterhoeven
2015-01-21
1
-1
/
+0
*
|
drm/exynos: fix warning of vblank reference count
Joonyoung Shim
2015-01-18
1
-1
/
+6
*
|
drm/exynos: remove unnecessary runtime pm operations
Joonyoung Shim
2015-01-18
1
-4
/
+0
*
|
drm/exynos: fix reset codes for memory mapped hdmi phy
Joonyoung Shim
2015-01-18
1
-6
/
+2
*
|
drm/exynos: remove the redundant machine checking code
Hyungwon Hwang
2015-01-12
1
-12
/
+0
|
/
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-12-15
14
-664
/
+597
|
\
|
*
Merge tag 'v3.18-rc7' into drm-next
Dave Airlie
2014-12-02
1
-0
/
+12
|
|
\
[next]