summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-18drm/exynos: Remove exynos_drm_hdmi shimSean Paul1-416/+0
2014-11-18drm/exynos: Split manager/display/subdrvSean Paul1-122/+89
2014-11-18drm/exynos: Rename display_op power_on to dpmsSean Paul1-4/+4
2014-11-18drm/exynos: Remove apply manager callbackSean Paul1-17/+0
2014-11-18drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul1-32/+40
2014-11-18drm/exynos: hdmi: Implement initialize op for hdmiSean Paul1-6/+29
2014-11-18drm/exynos: Merge overlay_ops into manager_opsSean Paul1-20/+16
2014-11-18drm/exynos: Remove tracking log functionsYoungJun Cho1-42/+0
2014-11-18drm/exynos: hdmi: use drm_display_mode to check the supported modesRahul Sharma1-8/+9
2014-11-18drm/exynos: Remove redundant error messagesSachin Kamat1-3/+1
2014-11-18drm/exynos: Remove module.h header inclusionSachin Kamat1-1/+0
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim1-1/+1
2013-04-29exynos/drm: hdmi: cleanup for hdmi common device registrationSeung-Woo Kim1-4/+10
2013-04-29drm/exynos: fix wrong return check for platform_device_register_simpleSeung-Woo Kim1-1/+1
2013-04-17drm/exynos: hdmi: move mode_fixup to drm common hdmiRahul Sharma1-4/+36
2013-02-21drm/exynos: add display-mode-check operation to exynos_mixer_ops structRahul Sharma1-0/+12
2013-01-25drm/exynos: Make 'drm_hdmi_get_edid' staticSachin Kamat1-1/+1
2013-01-25drm/exynos: let drm handle edid allocationsRahul Sharma1-5/+4
2013-01-03Drivers: 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-19drm: 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