summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: hdmi: use i2c_adapter instead of i2c_clientInki Dae2014-03-241-8/+8
* drm/exynos: hdmi: consider APB PHYInki Dae2014-03-241-3/+23
* drm/exynos: Implement drm_connector in hdmi directlySean Paul2014-03-241-41/+85
* drm/exynos: Consolidate suspend/resume in drm_drvSean Paul2014-03-241-79/+9
* drm/exynos: Use drm_mode_copy to copy modesSean Paul2014-03-241-9/+1
* drm/exynos: Remove exynos_drm_hdmi shimSean Paul2014-03-241-59/+103
* drm/exynos: hdmi: remove the i2c drivers and useDaniel Kurtz2014-03-241-32/+27
* drm/exynos: Rename display_op power_on to dpmsSean Paul2014-03-241-1/+1
* drm/exynos: Remove apply manager callbackSean Paul2014-03-241-0/+1
* drm/exynos: hdmi: Implement initialize op for hdmiSean Paul2014-03-241-4/+14
* drm/exynos: set the active aspect ratio as per modeShirish S2014-03-241-7/+28
* drm/exynos: add phy settings for RB resolutionsShirish S2014-03-241-0/+45
* drm/exynos: Convert to use the standard hdmi.h headerSachin Kamat2014-02-071-40/+26
* drm/exynos: Remove non-DT support in exynos_hdmiSachin Kamat2013-09-051-58/+12
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-12/+4
* drm/exynos: Add missing of.h header includeSachin Kamat2013-09-051-0/+1
* drm/exynos: Remove module.h header inclusionSachin Kamat2013-07-301-1/+0
* drm/exynos: add new compatible strings for hdmi subsystemRahul Sharma2013-06-281-0/+3
* drm/exynos: fix interlace resolutions for exynos5420Rahul Sharma2013-06-281-6/+8
* drm/exynos: use of_get_named_gpio to get hdmi hpd gpioRahul Sharma2013-06-281-2/+1
* drm/exynos: add mout_hdmi clock in hdmi driver to change parentRahul Sharma2013-06-281-4/+10
* drm/exynos: Prepare/Unprepare HDMI subsystem clocksSean Paul2013-06-281-12/+12
* drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho2013-06-281-5/+5
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-30/+0
* drm/exynos: hdmi: use drm_display_mode to check the supported modesRahul Sharma2013-06-281-15/+14
* drm/exynos: remove ignoring return value warning in hdmiSeung-Woo Kim2013-06-281-1/+3
* Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2013-05-241-13/+8
|\
| * drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim2013-05-231-6/+1
| * drm/exynos: cleanup device pointer usagesSeung-Woo Kim2013-05-231-7/+7
| * drm/exynos: exynos_hdmi: Pass correct pointer to free_irq()Lars-Peter Clausen2013-05-221-1/+1
* | drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
|/
* drm/exynos: Remove unnecessary braces in exynos_hdmi.cSachin Kamat2013-04-291-6/+4
* drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat2013-04-171-5/+5
* drm/exynos: hdmi: move mode_fixup to drm common hdmiRahul Sharma2013-04-171-47/+0
* drm/exynos: hdmi: using drm_display_mode timings for exynos4Rahul Sharma2013-04-171-413/+246
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-251-655/+380
|\
| * drm/exynos: hdmi: support extra resolutions using drm_display_mode timingsSean Paul2013-02-211-648/+374
| * drm/exynos: add display-mode-check operation to exynos_mixer_ops structRahul Sharma2013-02-211-7/+6
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-5/+3
|\ \ | |/ |/|
| * drm: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+3
* | drm/exynos: add check for the device power statusShirish S2013-01-251-0/+7
* | drm/exynos: don't include plat/gpio-cfg.hArnd Bergmann2013-01-251-1/+0
* | drm/exynos: Remove "internal" interrupt handlingSean Paul2013-01-251-60/+14
* | drm/exynos: Replace mdelay with usleep_rangeSean Paul2013-01-251-7/+7
* | drm/exynos: let drm handle edid allocationsRahul Sharma2013-01-251-15/+10
|/
* Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* drm/exynos: hdmi: Fix potential NULL pointer dereference errorSachin Kamat2012-12-141-0/+2
* drm/exynos: hdmi: Add CONFIG_OF and use of_match_ptr() macroSachin Kamat2012-12-141-1/+3
* drm/exynos: add support for hdmiphy power control for exynos5Rahul Sharma2012-12-141-0/+21
* drm/exynos: added runtime pm support for hdmiRahul Sharma2012-12-141-8/+52
OpenPOWER on IntegriCloud