aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-30drm/exynos: use %pad for dma_addr_tJingoo Han2-2/+2
2014-04-30drm/exynos: dsi: use IS_ERR() to check devm_ioremap_resource() resultsJingoo Han1-2/+2
2014-04-30drm/exynos: balance framebuffer refcountAndrzej Hajda1-0/+1
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds28-2276/+6882
2014-04-04drm/exynos: remove MODULE_DEVICE_TABLE definitionsInki Dae2-2/+0
2014-04-04drm/exynos: add DSIM driverAndrzej Hajda5-0/+1551
2014-04-04drm/exynos: disallow fbdev initialization if no device is connectedAndrzej Hajda1-0/+21
2014-04-02Merge branch 'for-3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds3-7/+2
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-10/+10
2014-04-01drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2-2/+2
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2014-03-28drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2-2/+2
2014-03-24drm/exynos: fimd: remove unused variableAndrzej Hajda1-14/+6
2014-03-24drm/exynos: restore parallel output interface supportAndrzej Hajda5-0/+360
2014-03-24drm/exynos: correct timing porch conversionAndrzej Hajda1-7/+5
2014-03-24drm/exynos: init kms poll after creation of connectorsAndrzej Hajda1-3/+3
2014-03-24drm/exynos: delay fbdev initialization until an output is connectedAndrzej Hajda2-12/+7
2014-03-24drm/exynos: fix unnecessary resource cleanupInki Dae1-3/+2
2014-03-24drm/exynos: hdmi: use i2c_adapter instead of i2c_clientInki Dae1-8/+8
2014-03-24drm/exynos: hdmi: consider APB PHYInki Dae1-3/+23
2014-03-24drm/exynos: Remove the exynos_drm_connector shimSean Paul4-29/+6
2014-03-24drm/exynos: Implement lvds bridge discovery to DP driverSean Paul1-0/+41
2014-03-24drm/exynos: Implement drm_connector directly in vidi driverSean Paul1-54/+108
2014-03-24drm/exynos: Implement drm_connector directly in dp driverSean Paul2-9/+94
2014-03-24drm/exynos: Implement drm_connector in hdmi directlySean Paul1-41/+85
2014-03-24drm/exynos: Add create_connector callbackSean Paul2-0/+5
2014-03-24drm/exynos: Consolidate suspend/resume in drm_drvSean Paul5-288/+170
2014-03-24drm/exynos: Clean up FIMD power on/off routinesSean Paul1-111/+134
2014-03-24drm/exynos: Implement dpms display callback in DPSean Paul2-62/+81
2014-03-24drm/exynos: Move display implementation into dpSean Paul5-86/+112
2014-03-24drm/exynos: Move dp driver from video/ to drm/Sean Paul6-0/+3092
2014-03-24drm/exynos: Remove unused/useless fimd_context membersSean Paul1-12/+1
2014-03-24drm/exynos: Use mode_set to configure fimdSean Paul1-69/+74
2014-03-24drm/exynos: Implement mode_fixup manager operationSean Paul2-1/+10
2014-03-24drm/exynos: Add mode_set manager operationSean Paul2-0/+7
2014-03-24drm/exynos: Disable unused crtc planes from crtcSean Paul2-63/+15
2014-03-24drm/exynos: Use drm_mode_copy to copy modesSean Paul1-9/+1
2014-03-24drm/exynos: Remove exynos_drm_hdmi shimSean Paul7-658/+217
2014-03-24drm/exynos: hdmi: remove the i2c drivers and useDaniel Kurtz2-33/+27
2014-03-24drm/exynos: Split manager/display/subdrvSean Paul14-709/+641
2014-03-24drm/exynos: Use unsigned long for possible_crtcsSean Paul5-5/+5
2014-03-24drm/exynos: Don't keep dpms state in encoderSean Paul1-17/+0
2014-03-24drm/exynos: Rename display_op power_on to dpmsSean Paul7-27/+10
2014-03-24drm/exynos: Remove dpms link between encoder/connectorSean Paul3-88/+8
2014-03-24drm/exynos: Remove apply manager callbackSean Paul7-43/+8
2014-03-24drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul6-153/+180
2014-03-24drm/exynos: hdmi: Implement initialize op for hdmiSean Paul4-188/+219
2014-03-24drm/exynos: Use manager_op initialize in fimdSean Paul1-4/+15
2014-03-24drm/exynos: Add an initialize function to manager and displaySean Paul2-0/+26
2014-03-24drm/exynos: Merge overlay_ops into manager_opsSean Paul6-89/+62