summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-19drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda1-17/+5
2015-06-19drm/exynos: atomic dpms supportGustavo Padovan1-3/+3
2015-06-19drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan1-0/+4
2015-04-16Merge tag 'topic/drm-misc-2015-04-15' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+1
2015-04-13drm/exynos: fix typos in hdmi and mixerTobias Jakobi1-1/+1
2015-04-07drm/exynos: constify all struct drm_*_helper funcs pointersJani Nikula1-1/+1
2015-02-07drm/exynos: use driver internal structJoonyoung Shim1-7/+5
2015-01-18drm/exynos: fix reset codes for memory mapped hdmi phyJoonyoung Shim1-6/+2
2014-11-24drm/exynos/hdmi: stop using display->ctx pointerAndrzej Hajda1-7/+11
2014-11-24drm/exynos/hdmi: embed display into private contextAndrzej Hajda1-29/+20
2014-11-02drm/exynos: remove explicit encoder/connector de-initializationAndrzej Hajda1-6/+0
2014-09-19drm/exynos/hdmi: unregister connector on removalAndrzej Hajda1-1/+3
2014-08-04drm/exynos: hdmi: add null check for hdmiphy_portSeung-Woo Kim1-1/+2
2014-08-04drm/exynos: Add MODULE_DEVICE_TABLE entries for various componentsSjoerd Simons1-0/+1
2014-08-03drm/exynos: hdmi: enable exynos 4210 and 4x12 soc supportMarek Szyprowski1-0/+10
2014-08-03drm/exynos: hdmi: make 'hdmi-en' regulator optional and keep it enabledMarek Szyprowski1-1/+18
2014-08-03drm/exynos: Remove unused variable from exynos_hdmi.cSachin Kamat1-2/+1
2014-07-08Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-...Dave Airlie1-1/+1
2014-06-24drm/exynos: hdmi: fix power order issueInki Dae1-0/+19
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-1/+1
2014-06-02drm/exynos: consider deferred probe caseInki Dae1-21/+57
2014-06-01drm/exynos: add hdmiphy power on/off sequenceShirish S1-6/+34
2014-06-01drm/exynos: Staticize local symbols in exynos_hdmi.cSachin Kamat1-3/+3
2014-06-01drm/exynos: Remove duplicate inclusion of i2c.hSachin Kamat1-1/+0
2014-06-01drm/exynos: use regmap interface to set hdmiphy control bit in pmuRahul Sharma1-8/+19
2014-06-01drm/exynos: hdmi: consider legacy dt bindingInki Dae1-0/+30
2014-06-01drm/exynos: restore core HDMI settingsShirish S1-0/+2
2014-06-01drm/exynos: enable support for exynos5420 hdmi deviceRahul Sharma1-0/+165
2014-06-01drm/exynos: add support for apb mapped phys in hdmi driverRahul Sharma1-53/+89
2014-06-01drm/exynos: remove unnecessary read for phy configuration valuesRahul Sharma1-10/+0
2014-06-01drm/exynos: replace hdmi reset with hdmi disableRahul Sharma1-24/+16
2014-06-01drm/exynos: Read hpd gpio in is_connected callbackSean Paul1-0/+2
2014-06-01drm/exynos: hdmi: remove unnecessary memsetDaniel Kurtz1-2/+0
2014-06-01drm/exynos: check for null pointers in error handlingPaul Taysom1-1/+2
2014-06-01drm/exynos: Debounce HDMI hotplug interruptsSean Paul1-2/+21
2014-06-01drm/exynos: Don't reset hdmiphy on hdmi offSean Paul1-5/+0
2014-06-01drm/exynos: update phy settings for RB resolutionsShirish S1-21/+12
2014-06-01drm/exynos: add component framework supportInki Dae1-22/+37
2014-06-01drm/exynos: hdmi: make local symbols staticJingoo Han1-2/+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: Implement drm_connector in hdmi directlySean Paul1-41/+85
2014-03-23drm/exynos: Consolidate suspend/resume in drm_drvSean Paul1-79/+9
2014-03-23drm/exynos: Use drm_mode_copy to copy modesSean Paul1-9/+1
2014-03-23drm/exynos: Remove exynos_drm_hdmi shimSean Paul1-59/+103
2014-03-23drm/exynos: hdmi: remove the i2c drivers and useDaniel Kurtz1-32/+27
2014-03-23drm/exynos: Rename display_op power_on to dpmsSean Paul1-1/+1
2014-03-23drm/exynos: Remove apply manager callbackSean Paul1-0/+1
2014-03-23drm/exynos: hdmi: Implement initialize op for hdmiSean Paul1-4/+14
2014-03-23drm/exynos: set the active aspect ratio as per modeShirish S1-7/+28