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