summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-13drm/exynos: move hdmi's wait_for_vblank to manager_opsPrathyush K1-11/+11
2012-12-13drm: exynos: moved exynos drm hdmi device registration to drm driverRahul Sharma1-0/+22
2012-12-04drm/exynos: add iommu support for hdmi driverInki Dae1-0/+15
2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie1-25/+37
2012-10-05drm: exynos: hdmi: remove drm common hdmi platform data structRahul Sharma1-25/+26
2012-10-04drm/exynos: make sure that hardware overlay for hdmi is disabledInki Dae1-0/+11
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-09-13drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat1-2/+1
2012-07-20drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+1
2012-05-08drm/exynos: add dpms for hdmiJoonyoung Shim1-34/+43
2012-04-12drm/exynos: fix to pointer manager member of struct exynos_drm_subdrvJoonyoung Shim1-6/+9
2012-04-12drm/exynos: fix struct for operation callback functions to driver nameJoonyoung Shim1-53/+39
2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim1-83/+4
2012-03-20drm/exynos: added mode_fixup feature and code clean.Inki Dae1-0/+28
2011-12-29drm/exynos: added hdmi display supportSeung-Woo Kim1-0/+439