summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2014-11-18drm/panel: Add simple panel supportThierry Reding4-0/+433
2014-11-18drm: Add panel supportThierry Reding4-0/+108
2014-11-18drm/exynos: correct timing porch conversionAndrzej Hajda1-7/+5
2014-11-18drm/exynos: init kms poll after creation of connectorsAndrzej Hajda1-3/+3
2014-11-18drm/exynos: delay fbdev initialization until an output is connectedAndrzej Hajda2-12/+6
2014-11-18drm/exynos: call drm_put_dev directly from ->removeDaniel Vetter1-1/+3
2014-11-18drm/exynos: fix unnecessary resource cleanupInki Dae1-3/+2
2014-11-18drm/exynos: hdmi: use i2c_adapter instead of i2c_clientInki Dae1-12/+11
2014-11-18drm/exynos: fimd: remove unnecessary display relevant codesInki Dae1-37/+0
2014-11-18drm/exynos: hdmi: consider APB PHYInki Dae1-4/+28
2014-11-18drm/exynos: Remove the exynos_drm_connector shimSean Paul4-29/+6
2014-11-18drm/exynos: Implement drm_connector directly in vidi driverSean Paul1-56/+108
2014-11-18drm/exynos: Implement drm_connector in hdmi directlySean Paul1-41/+85
2014-11-18drm/exynos: Add create_connector callbackSean Paul2-0/+5
2014-11-18drm/exynos: Consolidate suspend/resume in drm_drvSean Paul5-288/+170
2014-11-18drm/exynos: Clean up FIMD power on/off routinesSean Paul1-112/+134
2014-11-18drm/exynos: Remove unused/useless fimd_context membersSean Paul1-12/+1
2014-11-18drm/exynos: Use mode_set to configure fimdSean Paul1-69/+74
2014-11-18drm/exynos: Implement mode_fixup manager operationSean Paul2-1/+10
2014-11-18drm/exynos: Add mode_set manager operationSean Paul2-0/+7
2014-11-18drm/exynos: Disable unused crtc planes from crtcSean Paul2-63/+15
2014-11-18drm/exynos: Use drm_mode_copy to copy modesSean Paul1-9/+1
2014-11-18drm/exynos: Remove exynos_drm_hdmi shimSean Paul7-654/+218
2014-11-18drm/exynos: hdmi: remove the i2c drivers and useDaniel Kurtz2-98/+58
2014-11-18drm/exynos: Split manager/display/subdrvSean Paul14-898/+771
2014-11-18drm/exynos: Use unsigned long for possible_crtcsSean Paul5-5/+5
2014-11-18drm/exynos: Don't keep dpms state in encoderSean Paul1-17/+0
2014-11-18drm/exynos: Rename display_op power_on to dpmsSean Paul7-41/+10
2014-11-18drm/exynos: Remove dpms link between encoder/connectorSean Paul3-88/+8
2014-11-18drm/exynos: Remove apply manager callbackSean Paul7-43/+8
2014-11-18drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul6-184/+202
2014-11-18drm/exynos: hdmi: Implement initialize op for hdmiSean Paul4-188/+219
2014-11-18drm/exynos: Use manager_op initialize in fimdSean Paul1-4/+15
2014-11-18drm/exynos: Add an initialize function to manager and displaySean Paul2-0/+26
2014-11-18drm/exynos: Merge overlay_ops into manager_opsSean Paul6-82/+55
2014-11-18drm/exynos: add phy settings for RB resolutionsShirish S1-0/+45
2014-11-18drm/exynos: add dmabuf sync support for kms frameworkInki Dae4-21/+218
2014-11-18drm/exynos: remove DRIVER_HAVE_IRQ featureJoonyoung Shim3-22/+1
2014-11-18drm: exynos: hdmi: add support for pixel clock limitationTomasz Stanislawski1-0/+11
2014-11-18drm: exynos: add compatibles for HDMI and Mixer chips and exynos4210 SoCTomasz Stanislawski2-0/+6
2014-11-18drm: exynos: migrate to Common Clock FrameworkTomasz Stanislawski2-16/+16
2014-11-18drm: exynos: hdmi: simplify extracting hpd-gpio from DTTomasz Stanislawski1-10/+4
2014-11-18drm: exynos: hdmi: use hdmiphy as PHYTomasz Stanislawski1-5/+6
2014-11-18exynos: drm_fimd: remove duplicated clock control for fimd_dpmsDonghwa Lee1-14/+3
2014-11-18exynos: drm_fimd: support lcdblk system register controlDonghwa Lee1-0/+24
2014-11-18drm/exynos: fix to calculate offset of each plane for ipp fimcSeung-Woo Kim3-2/+138
2014-11-18drm/exynos: add support ARGB8888 for ipp fimcSeung-Woo Kim1-0/+5
2014-11-18exynos_drm_fimc: simplify and rename fimc_dst_get_buf_seqAndrzej Hajda1-9/+5
2014-11-18exynos_drm_fimc: replace mutex by spinlockAndrzej Hajda1-5/+6
2014-11-18exynos_drm_fimc: replace hw access macros with functionsAndrzej Hajda1-158/+147