summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)Author
2014-04-30drm/exynos: use %pad for dma_addr_tJingoo Han
2014-04-30drm/exynos: dsi: use IS_ERR() to check devm_ioremap_resource() resultsJingoo Han
2014-04-30drm/exynos: balance framebuffer refcountAndrzej Hajda
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-04-04drm/exynos: remove MODULE_DEVICE_TABLE definitionsInki Dae
2014-04-04drm/exynos: add DSIM driverAndrzej Hajda
2014-04-04drm/exynos: disallow fbdev initialization if no device is connectedAndrzej Hajda
2014-04-02Merge branch 'for-3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper
2014-04-01drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-28drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien
2014-03-24drm/exynos: fimd: remove unused variableAndrzej Hajda
2014-03-24drm/exynos: restore parallel output interface supportAndrzej Hajda
2014-03-24drm/exynos: correct timing porch conversionAndrzej Hajda
2014-03-24drm/exynos: init kms poll after creation of connectorsAndrzej Hajda
2014-03-24drm/exynos: delay fbdev initialization until an output is connectedAndrzej Hajda
2014-03-24drm/exynos: fix unnecessary resource cleanupInki Dae
2014-03-24drm/exynos: hdmi: use i2c_adapter instead of i2c_clientInki Dae
2014-03-24drm/exynos: hdmi: consider APB PHYInki Dae
2014-03-24drm/exynos: Remove the exynos_drm_connector shimSean Paul
2014-03-24drm/exynos: Implement lvds bridge discovery to DP driverSean Paul
2014-03-24drm/exynos: Implement drm_connector directly in vidi driverSean Paul
2014-03-24drm/exynos: Implement drm_connector directly in dp driverSean Paul
2014-03-24drm/exynos: Implement drm_connector in hdmi directlySean Paul
2014-03-24drm/exynos: Add create_connector callbackSean Paul
2014-03-24drm/exynos: Consolidate suspend/resume in drm_drvSean Paul
2014-03-24drm/exynos: Clean up FIMD power on/off routinesSean Paul
2014-03-24drm/exynos: Implement dpms display callback in DPSean Paul
2014-03-24drm/exynos: Move display implementation into dpSean Paul
2014-03-24drm/exynos: Move dp driver from video/ to drm/Sean Paul
2014-03-24drm/exynos: Remove unused/useless fimd_context membersSean Paul
2014-03-24drm/exynos: Use mode_set to configure fimdSean Paul
2014-03-24drm/exynos: Implement mode_fixup manager operationSean Paul
2014-03-24drm/exynos: Add mode_set manager operationSean Paul
2014-03-24drm/exynos: Disable unused crtc planes from crtcSean Paul
2014-03-24drm/exynos: Use drm_mode_copy to copy modesSean Paul
2014-03-24drm/exynos: Remove exynos_drm_hdmi shimSean Paul
2014-03-24drm/exynos: hdmi: remove the i2c drivers and useDaniel Kurtz
2014-03-24drm/exynos: Split manager/display/subdrvSean Paul
2014-03-24drm/exynos: Use unsigned long for possible_crtcsSean Paul
2014-03-24drm/exynos: Don't keep dpms state in encoderSean Paul
2014-03-24drm/exynos: Rename display_op power_on to dpmsSean Paul
2014-03-24drm/exynos: Remove dpms link between encoder/connectorSean Paul
2014-03-24drm/exynos: Remove apply manager callbackSean Paul
2014-03-24drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul
2014-03-24drm/exynos: hdmi: Implement initialize op for hdmiSean Paul
2014-03-24drm/exynos: Use manager_op initialize in fimdSean Paul
2014-03-24drm/exynos: Add an initialize function to manager and displaySean Paul
2014-03-24drm/exynos: Merge overlay_ops into manager_opsSean Paul