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
2014-04-08
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
28
-2276
/
+6882
2014-04-04
drm/exynos: remove MODULE_DEVICE_TABLE definitions
Inki Dae
2
-2
/
+0
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-02
Merge branch 'for-3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-...
Linus Torvalds
3
-7
/
+2
2014-04-01
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
1
-10
/
+10
2014-04-01
drm/exynos: Restrict plane loops to only operate on overlay planes (v2)
Matt Roper
2
-2
/
+2
2014-04-01
Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2014-03-28
drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()
Lespiau, Damien
2
-2
/
+2
2014-03-24
drm/exynos: fimd: remove unused variable
Andrzej Hajda
1
-14
/
+6
2014-03-24
drm/exynos: restore parallel output interface support
Andrzej Hajda
5
-0
/
+360
2014-03-24
drm/exynos: correct timing porch conversion
Andrzej Hajda
1
-7
/
+5
2014-03-24
drm/exynos: init kms poll after creation of connectors
Andrzej Hajda
1
-3
/
+3
2014-03-24
drm/exynos: delay fbdev initialization until an output is connected
Andrzej Hajda
2
-12
/
+7
2014-03-24
drm/exynos: fix unnecessary resource cleanup
Inki Dae
1
-3
/
+2
2014-03-24
drm/exynos: hdmi: use i2c_adapter instead of i2c_client
Inki Dae
1
-8
/
+8
2014-03-24
drm/exynos: hdmi: consider APB PHY
Inki Dae
1
-3
/
+23
2014-03-24
drm/exynos: Remove the exynos_drm_connector shim
Sean Paul
4
-29
/
+6
2014-03-24
drm/exynos: Implement lvds bridge discovery to DP driver
Sean Paul
1
-0
/
+41
2014-03-24
drm/exynos: Implement drm_connector directly in vidi driver
Sean Paul
1
-54
/
+108
2014-03-24
drm/exynos: Implement drm_connector directly in dp driver
Sean Paul
2
-9
/
+94
2014-03-24
drm/exynos: Implement drm_connector in hdmi directly
Sean Paul
1
-41
/
+85
2014-03-24
drm/exynos: Add create_connector callback
Sean Paul
2
-0
/
+5
2014-03-24
drm/exynos: Consolidate suspend/resume in drm_drv
Sean Paul
5
-288
/
+170
2014-03-24
drm/exynos: Clean up FIMD power on/off routines
Sean Paul
1
-111
/
+134
2014-03-24
drm/exynos: Implement dpms display callback in DP
Sean Paul
2
-62
/
+81
2014-03-24
drm/exynos: Move display implementation into dp
Sean Paul
5
-86
/
+112
2014-03-24
drm/exynos: Move dp driver from video/ to drm/
Sean Paul
6
-0
/
+3092
2014-03-24
drm/exynos: Remove unused/useless fimd_context members
Sean Paul
1
-12
/
+1
2014-03-24
drm/exynos: Use mode_set to configure fimd
Sean Paul
1
-69
/
+74
2014-03-24
drm/exynos: Implement mode_fixup manager operation
Sean Paul
2
-1
/
+10
2014-03-24
drm/exynos: Add mode_set manager operation
Sean Paul
2
-0
/
+7
2014-03-24
drm/exynos: Disable unused crtc planes from crtc
Sean Paul
2
-63
/
+15
2014-03-24
drm/exynos: Use drm_mode_copy to copy modes
Sean Paul
1
-9
/
+1
2014-03-24
drm/exynos: Remove exynos_drm_hdmi shim
Sean Paul
7
-658
/
+217
2014-03-24
drm/exynos: hdmi: remove the i2c drivers and use
Daniel Kurtz
2
-33
/
+27
2014-03-24
drm/exynos: Split manager/display/subdrv
Sean Paul
14
-709
/
+641
2014-03-24
drm/exynos: Use unsigned long for possible_crtcs
Sean Paul
5
-5
/
+5
2014-03-24
drm/exynos: Don't keep dpms state in encoder
Sean Paul
1
-17
/
+0
2014-03-24
drm/exynos: Rename display_op power_on to dpms
Sean Paul
7
-27
/
+10
2014-03-24
drm/exynos: Remove dpms link between encoder/connector
Sean Paul
3
-88
/
+8
2014-03-24
drm/exynos: Remove apply manager callback
Sean Paul
7
-43
/
+8
2014-03-24
drm/exynos: Pass exynos_drm_manager in manager ops instead of dev
Sean Paul
6
-153
/
+180
2014-03-24
drm/exynos: hdmi: Implement initialize op for hdmi
Sean Paul
4
-188
/
+219
2014-03-24
drm/exynos: Use manager_op initialize in fimd
Sean Paul
1
-4
/
+15
2014-03-24
drm/exynos: Add an initialize function to manager and display
Sean Paul
2
-0
/
+26
2014-03-24
drm/exynos: Merge overlay_ops into manager_ops
Sean Paul
6
-89
/
+62
2014-03-24
drm/exynos: set the active aspect ratio as per mode
Shirish S
1
-7
/
+28
2014-03-24
drm/exynos: add phy settings for RB resolutions
Shirish S
1
-0
/
+45
2014-03-24
drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c
Daniel Kurtz
1
-3
/
+7
[next]