summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-25drm/radeon/atom: rework encoder enable/disable sequenceAlex Deucher1-48/+34
2014-03-25drm/radeon/dp: move sink power control to a separate functionAlex Deucher2-5/+23
2014-03-25drm/radeon/dp: use i2c_get_adapdata rather than castingAlex Deucher1-1/+1
2014-03-24drm/bridge/ptn3460: fix modular buildDave Airlie1-1/+1
2014-03-23drm/gma500: add locking to fixed panel edid probingDaniel Vetter3-0/+11
2014-03-23drm/i915: add locking to fixed panel edid probingDaniel Vetter2-0/+7
2014-03-23drm/exynos: fimd: remove unused variableAndrzej Hajda1-14/+6
2014-03-23ARM: dts: exynos4210-universal: add exynos/fimd nodeAndrzej Hajda1-0/+27
2014-03-23drm/exynos: restore parallel output interface supportAndrzej Hajda5-0/+360
2014-03-23exynos/fimd: add parallel output related bindingsAndrzej Hajda1-0/+15
2014-03-23drm/exynos: correct timing porch conversionAndrzej Hajda1-7/+5
2014-03-23drm/exynos: init kms poll after creation of connectorsAndrzej Hajda1-3/+3
2014-03-23drm/exynos: delay fbdev initialization until an output is connectedAndrzej Hajda2-12/+7
2014-03-23drm/exynos: fix unnecessary resource cleanupInki Dae1-3/+2
2014-03-23drm/exynos: hdmi: use i2c_adapter instead of i2c_clientInki Dae1-8/+8
2014-03-23drm/exynos: hdmi: consider APB PHYInki Dae1-3/+23
2014-03-23drm/exynos: Remove the exynos_drm_connector shimSean Paul4-29/+6
2014-03-23drm/exynos: Implement lvds bridge discovery to DP driverSean Paul1-0/+41
2014-03-23drm/bridge: Add PTN3460 bridge driverSean Paul7-0/+423
2014-03-23drm/exynos: Implement drm_connector directly in vidi driverSean Paul1-54/+108
2014-03-23drm/exynos: Implement drm_connector directly in dp driverSean Paul2-9/+94
2014-03-23drm/exynos: Implement drm_connector in hdmi directlySean Paul1-41/+85
2014-03-23drm/exynos: Add create_connector callbackSean Paul2-0/+5
2014-03-23drm/exynos: Consolidate suspend/resume in drm_drvSean Paul5-288/+170
2014-03-23drm/exynos: Clean up FIMD power on/off routinesSean Paul1-111/+134
2014-03-23drm/exynos: Implement dpms display callback in DPSean Paul2-62/+81
2014-03-23drm/exynos: Move display implementation into dpSean Paul7-86/+131
2014-03-23drm/exynos: Move dp driver from video/ to drm/Sean Paul9-14/+8
2014-03-23drm/exynos: Remove unused/useless fimd_context membersSean Paul1-12/+1
2014-03-23drm/exynos: Use mode_set to configure fimdSean Paul1-69/+74
2014-03-23drm/exynos: Implement mode_fixup manager operationSean Paul2-1/+10
2014-03-23drm/exynos: Add mode_set manager operationSean Paul2-0/+7
2014-03-23drm/exynos: Disable unused crtc planes from crtcSean Paul2-63/+15
2014-03-23drm/exynos: Use drm_mode_copy to copy modesSean Paul1-9/+1
2014-03-23drm/exynos: Remove exynos_drm_hdmi shimSean Paul7-658/+217
2014-03-23drm/exynos: hdmi: remove the i2c drivers and useDaniel Kurtz3-33/+32
2014-03-23drm/exynos: Split manager/display/subdrvSean Paul14-709/+641
2014-03-23drm/exynos: Use unsigned long for possible_crtcsSean Paul5-5/+5
2014-03-23drm/exynos: Don't keep dpms state in encoderSean Paul1-17/+0
2014-03-23drm/exynos: Rename display_op power_on to dpmsSean Paul7-27/+10
2014-03-23drm/exynos: Remove dpms link between encoder/connectorSean Paul3-88/+8
2014-03-23drm/exynos: Remove apply manager callbackSean Paul7-43/+8
2014-03-23drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul6-153/+180
2014-03-23drm/exynos: hdmi: Implement initialize op for hdmiSean Paul4-188/+219
2014-03-23drm/exynos: Use manager_op initialize in fimdSean Paul1-4/+15
2014-03-23drm/exynos: Add an initialize function to manager and displaySean Paul2-0/+26
2014-03-23drm/exynos: Merge overlay_ops into manager_opsSean Paul6-89/+62
2014-03-23drm/exynos: Remove useless slab.h includeStephane Marchesin1-1/+0
2014-03-23drm/exynos: set the active aspect ratio as per modeShirish S1-7/+28
2014-03-23drm/exynos: add phy settings for RB resolutionsShirish S1-0/+45