summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-3/+1Star
* drm/exynos: Remove module.h header inclusionSachin Kamat2013-07-291-1/+0Star
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-42/+0Star
* drm/exynos: hdmi: use drm_display_mode to check the supported modesRahul Sharma2013-06-281-8/+9
* drm/exynos: fix checks for valid mixer windowKrzysztof Kozlowski2013-06-281-2/+2
* drm/exynos: cleanup device pointer usagesSeung-Woo Kim2013-05-231-1/+1
* exynos/drm: hdmi: cleanup for hdmi common device registrationSeung-Woo Kim2013-04-291-4/+10
* drm/exynos: fix wrong return check for platform_device_register_simpleSeung-Woo Kim2013-04-291-1/+1
* drm/exynos: hdmi: move mode_fixup to drm common hdmiRahul Sharma2013-04-161-4/+36
* drm/exynos: add display-mode-check operation to exynos_mixer_ops structRahul Sharma2013-02-211-0/+12
* drm/exynos: Make 'drm_hdmi_get_edid' staticSachin Kamat2013-01-251-1/+1
* drm/exynos: let drm handle edid allocationsRahul Sharma2013-01-251-5/+4Star
* Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* drm/exynos: move hdmi's wait_for_vblank to manager_opsPrathyush K2012-12-131-11/+11
* drm: exynos: moved exynos drm hdmi device registration to drm driverRahul Sharma2012-12-131-0/+22
* drm/exynos: add iommu support for hdmi driverInki Dae2012-12-041-0/+15
* Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie2012-10-071-25/+37
|\
| * drm: exynos: hdmi: remove drm common hdmi platform data structRahul Sharma2012-10-051-25/+26
| * drm/exynos: make sure that hardware overlay for hdmi is disabledInki Dae2012-10-041-0/+11
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
|/
* drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat2012-09-131-2/+1Star
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-201-1/+1
* drm/exynos: add dpms for hdmiJoonyoung Shim2012-05-081-34/+43
* drm/exynos: fix to pointer manager member of struct exynos_drm_subdrvJoonyoung Shim2012-04-121-6/+9
* drm/exynos: fix struct for operation callback functions to driver nameJoonyoung Shim2012-04-121-53/+39Star
* drm/exynos: remove module of exynos drm subdrvJoonyoung Shim2012-03-201-83/+4Star
* drm/exynos: added mode_fixup feature and code clean.Inki Dae2012-03-201-0/+28
* drm/exynos: added hdmi display supportSeung-Woo Kim2011-12-291-0/+439