index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
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
2015-08-16
drm/exynos: remove struct exynos_drm_encoder layer
Gustavo Padovan
15
-308
/
+258
2015-08-16
drm/exynos: fold encoder setup into exynos_drm_load()
Gustavo Padovan
3
-16
/
+10
2015-08-16
drm/exynos: remove exynos_drm_create_enc_conn()
Gustavo Padovan
11
-69
/
+101
2015-08-16
drm/exynos: remove exynos_encoder's .commit() op
Gustavo Padovan
2
-5
/
+0
2015-08-16
drm/exynos: remove extra call to exynos_dp_commit()
Gustavo Padovan
1
-4
/
+3
2015-08-16
drm/exynos: remove extra call to hdmi_commit()
Gustavo Padovan
1
-12
/
+1
2015-08-16
drm/exynos: remove struct exynos_drm_display
Gustavo Padovan
14
-252
/
+177
2015-08-16
drm/exynos: simplify calculation of possible CRTCs
Gustavo Padovan
1
-24
/
+5
2015-08-16
drm/exynos: remove unused .remove() and .check_mode() ops from display
Gustavo Padovan
1
-5
/
+0
2015-08-16
drm/exynos: remove wrappers for phy_power_{on,off}
Gustavo Padovan
1
-15
/
+3
2015-08-16
drm/exynos: split display's .dpms() into .enable() and .disable()
Gustavo Padovan
6
-130
/
+65
2015-08-16
drm/exynos: return return value of exynos_crtc->enable_vblank
Gustavo Padovan
1
-1
/
+1
2015-08-16
drm/exynos: unify exynos_drm_plane names with drm core
Gustavo Padovan
6
-43
/
+44
2015-08-16
drm/exynos: remove unused fields from struct exynos_drm_plane
Gustavo Padovan
1
-18
/
+0
2015-08-16
drm/exynos: use drm atomic state directly
Gustavo Padovan
5
-75
/
+75
2015-08-16
drm/exynos: pass struct exynos_drm_plane in update/enable
Gustavo Padovan
7
-65
/
+40
2015-08-16
drm/exynos: rename win_commit/disable to atomic-like names
Gustavo Padovan
7
-32
/
+32
2015-08-16
drm/exynos: remove duplicated check for suspend
Gustavo Padovan
2
-6
/
+0
2015-08-16
drm/exynos: use KMS version of DRM vblanks functions
Gustavo Padovan
7
-22
/
+20
2015-08-16
drm/exynos: pass the correct pipe number
Gustavo Padovan
1
-1
/
+1
2015-08-16
drm/exynos: clear channels only when iommu is enabled
Joonyoung Shim
1
-1
/
+2
2015-08-16
drm/exynos: remove drm_iommu_attach_device_if_possible
Joonyoung Shim
7
-31
/
+10
2015-08-16
drm/exynos: move order to register vidi kms driver
Joonyoung Shim
1
-3
/
+3
2015-08-16
drm/exynos/mixer: replace MXR_INT_EN register cache with flag
Andrzej Hajda
1
-11
/
+9
2015-08-16
drm/exynos/mixer: simplify poweron flag
Andrzej Hajda
1
-38
/
+14
2015-08-16
drm/exynos: remove unnecessary checking to support iommu
Joonyoung Shim
7
-38
/
+13
2015-08-16
drm/exynos: remove to use ifdef CONFIG_ARM_DMA_USE_IOMMU
Joonyoung Shim
1
-4
/
+0
2015-08-16
drm/exynos: gsc: Handles the combination of rotation and flip
Hyungwon Hwang
1
-0
/
+16
2015-08-16
drm/exynos/hdmi: remove hdmi_v14_conf struct
Andrzej Hajda
1
-318
/
+109
2015-08-16
drm/exynos/hdmi: remove hdmi_v13_conf struct
Andrzej Hajda
1
-179
/
+101
2015-08-16
drm/exynos/hdmi: remove redundant configuration fields
Andrzej Hajda
1
-44
/
+24
2015-08-16
drm/exynos/hdmi: add driver data pointer to private context
Andrzej Hajda
1
-29
/
+20
2015-08-16
drm/exynos/hdmi: remove private lock code
Andrzej Hajda
1
-24
/
+3
2015-08-16
drm/exynos/hdmi: Simplify HPD gpio handling
Andrzej Hajda
1
-10
/
+3
2015-08-16
drm/exynos/hdmi: remove old platform data code
Andrzej Hajda
1
-31
/
+5
2015-08-16
drm/exynos/fimc: fix runtime pm support
Marek Szyprowski
1
-1
/
+0
2015-08-16
drm/exynos/mixer: always update INT_EN cache
Andrzej Hajda
1
-0
/
+5
2015-08-16
drm/exynos/mixer: correct vsync configuration sequence
Andrzej Hajda
1
-2
/
+5
2015-08-16
drm/exynos/mixer: fix interrupt clearing
Andrzej Hajda
1
-5
/
+4
2015-08-16
drm/exynos/hdmi: fix edid memory leak
Andrzej Hajda
1
-1
/
+6
2015-08-16
drm/exynos: gsc: fix wrong bitwise operation for swap detection
Hyungwon Hwang
1
-4
/
+2
2015-08-13
drm/exynos: Remove PTN3460 dependency
Thierry Reding
1
-1
/
+1
2015-08-06
drm/exynos: Use new drm_fb_helper functions
Archit Taneja
1
-35
/
+12
2015-07-27
drm/atomic: pass old crtc state to atomic_begin/flush.
Maarten Lankhorst
1
-2
/
+4
2015-06-22
drm/exynos: dsi: do not set TE GPIO direction by input
Hyungwon Hwang
1
-2
/
+2
2015-06-22
drm/exynos: dsi: add support for MIC driver as a bridge
Hyungwon Hwang
1
-0
/
+24
2015-06-22
drm/exynos: dsi: add support for Exynos5433
Hyungwon Hwang
2
-16
/
+86
2015-06-22
drm/exynos: dsi: make use of array for clock access
Hyungwon Hwang
1
-35
/
+33
2015-06-22
drm/exynos: dsi: make use of driver data for static values
Hyungwon Hwang
1
-51
/
+145
2015-06-22
drm/exynos: dsi: add macros for register access
Hyungwon Hwang
1
-47
/
+51
[prev]
[next]