summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2014-03-25drm/radeon/dp: use i2c_get_adapdata rather than castingAlex Deucher1-1/+1
2014-03-24Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie31-2266/+5665
2014-03-24drm/gma500: add locking to fixed panel edid probingDaniel Vetter3-0/+11
2014-03-24drm/i915: add locking to fixed panel edid probingDaniel Vetter2-0/+7
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/bridge: Add PTN3460 bridge driverSean Paul5-0/+359
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
2014-03-24drm/exynos: set the active aspect ratio as per modeShirish S1-7/+28
2014-03-24drm/exynos: add phy settings for RB resolutionsShirish S1-0/+45
2014-03-24drm/exynos: Fix (more) freeing issues in exynos_drm_drv.cDaniel Kurtz1-3/+7
2014-03-22drm/helper: lock all around force mode restoreDave Airlie1-0/+2
2014-03-22drm/fb-helper: improve drm_fb_helper_initial_config lockingDaniel Vetter1-0/+2
2014-03-22drm/crtc-helper: fix locking for drm_helper_disable_unused_functionsDaniel Vetter1-14/+21
2014-03-21Merge branch 'gma500-next' of git://github.com/patjak/drm-gma500 into drm-nextDave Airlie26-884/+720