summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-3/+3
* drm/exynos: Add missing braces around sizeof in exynos_hdmi.cSachin Kamat2012-09-131-3/+3
* drm/exynos: Remove redundant check in exynos_hdmi.c fileSachin Kamat2012-09-131-5/+0
* drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat2012-07-271-29/+7
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-201-1/+1
* drm/exynos: add additional display mode for hdmiSeung-Woo Kim2012-05-171-0/+65
* drm/exynos: enable dvi mode for dvi monitorSeung-Woo Kim2012-05-171-6/+14
* drm/exynos: add PM functions for hdmi and mixerJoonyoung Shim2012-05-081-0/+32
* drm/exynos: add dpms for hdmiJoonyoung Shim2012-05-081-128/+148
* drm/exynos: use threaded irq for hdmi hotplugJoonyoung Shim2012-05-081-35/+5
* drm/exynos: use platform_get_irq_byname for hdmiJoonyoung Shim2012-05-081-6/+5
* drm/exynos: cleanup for hdmi platform dataJoonyoung Shim2012-05-081-7/+6
* drm/exynos: fix struct for operation callback functions to driver nameJoonyoung Shim2012-04-121-10/+9
* drm/exynos: remove unused codes in hdmi and mixerJoonyoung Shim2012-04-121-1/+0
* drm/exynos: remove unnecessary type conversion of hdmi and mixerJoonyoung Shim2012-04-121-11/+11
* drm/exynos: enable hdmi audio featureSeung-Woo Kim2012-03-201-0/+167
* drm/exynos: cleanup exynos_hdmi.hJoonyoung Shim2012-03-201-0/+36
* drm/exynos: remove module of exynos drm subdrvJoonyoung Shim2012-03-201-9/+0
* drm/exynos: added mode_fixup feature and code clean.Inki Dae2012-03-201-7/+74
* drm/exynos: add HDMI version 1.4 supportJoonyoung Shim2012-03-201-99/+1053
* drm/exynos: use release_mem_region instead of release_resourceSeung-Woo Kim2012-01-271-4/+4
* drm/exynos: added hdmi display supportSeung-Woo Kim2011-12-291-0/+1176