summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
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: Implement drm_connector in hdmi directlySean Paul1-41/+85
2014-03-24drm/exynos: Consolidate suspend/resume in drm_drvSean Paul1-79/+9
2014-03-24drm/exynos: Use drm_mode_copy to copy modesSean Paul1-9/+1
2014-03-24drm/exynos: Remove exynos_drm_hdmi shimSean Paul1-59/+103
2014-03-24drm/exynos: hdmi: remove the i2c drivers and useDaniel Kurtz1-32/+27
2014-03-24drm/exynos: Rename display_op power_on to dpmsSean Paul1-1/+1
2014-03-24drm/exynos: Remove apply manager callbackSean Paul1-0/+1
2014-03-24drm/exynos: hdmi: Implement initialize op for hdmiSean Paul1-4/+14
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-02-07drm/exynos: Convert to use the standard hdmi.h headerSachin Kamat1-40/+26
2013-09-05drm/exynos: Remove non-DT support in exynos_hdmiSachin Kamat1-58/+12
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat1-12/+4
2013-09-05drm/exynos: Add missing of.h header includeSachin Kamat1-0/+1
2013-07-30drm/exynos: Remove module.h header inclusionSachin Kamat1-1/+0
2013-06-28drm/exynos: add new compatible strings for hdmi subsystemRahul Sharma1-0/+3
2013-06-28drm/exynos: fix interlace resolutions for exynos5420Rahul Sharma1-6/+8
2013-06-28drm/exynos: use of_get_named_gpio to get hdmi hpd gpioRahul Sharma1-2/+1
2013-06-28drm/exynos: add mout_hdmi clock in hdmi driver to change parentRahul Sharma1-4/+10
2013-06-28drm/exynos: Prepare/Unprepare HDMI subsystem clocksSean Paul1-12/+12
2013-06-28drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho1-5/+5
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho1-30/+0
2013-06-28drm/exynos: hdmi: use drm_display_mode to check the supported modesRahul Sharma1-15/+14
2013-06-28drm/exynos: remove ignoring return value warning in hdmiSeung-Woo Kim1-1/+3
2013-05-24Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie1-13/+8
2013-05-23drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim1-6/+1
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim1-7/+7
2013-05-22drm/exynos: exynos_hdmi: Pass correct pointer to free_irq()Lars-Peter Clausen1-1/+1
2013-05-18drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-04-29drm/exynos: Remove unnecessary braces in exynos_hdmi.cSachin Kamat1-6/+4
2013-04-17drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-5/+5
2013-04-17drm/exynos: hdmi: move mode_fixup to drm common hdmiRahul Sharma1-47/+0
2013-04-17drm/exynos: hdmi: using drm_display_mode timings for exynos4Rahul Sharma1-413/+246
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-655/+380
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+3
2013-02-21drm/exynos: hdmi: support extra resolutions using drm_display_mode timingsSean Paul1-648/+374
2013-02-21drm/exynos: add display-mode-check operation to exynos_mixer_ops structRahul Sharma1-7/+6
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-25drm/exynos: add check for the device power statusShirish S1-0/+7
2013-01-25drm/exynos: don't include plat/gpio-cfg.hArnd Bergmann1-1/+0
2013-01-25drm/exynos: Remove "internal" interrupt handlingSean Paul1-60/+14
2013-01-25drm/exynos: Replace mdelay with usleep_rangeSean Paul1-7/+7
2013-01-25drm/exynos: let drm handle edid allocationsRahul Sharma1-15/+10
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-12-14drm/exynos: hdmi: Fix potential NULL pointer dereference errorSachin Kamat1-0/+2
2012-12-14drm/exynos: hdmi: Add CONFIG_OF and use of_match_ptr() macroSachin Kamat1-1/+3
2012-12-14drm/exynos: add support for hdmiphy power control for exynos5Rahul Sharma1-0/+21
2012-12-14drm/exynos: added runtime pm support for hdmiRahul Sharma1-8/+52