drm/exynos: added virtual display driver.
authorInki Dae <inki.dae@samsung.com>
Wed, 21 Mar 2012 01:55:26 +0000 (10:55 +0900)
committerDave Airlie <airlied@redhat.com>
Wed, 21 Mar 2012 10:15:49 +0000 (10:15 +0000)
commitb73d12303ecfc91123363d8900e127da44bf42a6
treeacf71b4c4a932c44cacaf7b69106b872db50dccd
parentda0df92b57311aa1b26a2a90599ed16e1e968b90
drm/exynos: added virtual display driver.

this driver would be used for wireless display. virtual display
driver has independent crtc, encoder and connector and to use
this driver, user application should send edid data to this driver
from wireless display.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/Kconfig
drivers/gpu/drm/exynos/Makefile
drivers/gpu/drm/exynos/exynos_drm_connector.c
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_encoder.c
drivers/gpu/drm/exynos/exynos_drm_vidi.c [new file with mode: 0644]
drivers/gpu/drm/exynos/exynos_drm_vidi.h [new file with mode: 0644]
include/drm/exynos_drm.h