aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.h
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2011-10-14 00:29:52 -0400
committerDave Airlie <airlied@redhat.com>2011-10-18 05:01:19 -0400
commita88cab2bb15bbfe7ab39efc45ebd414d30dbb258 (patch)
tree6ae1ecfb19212f991953181007805b00f226dc57 /drivers/gpu/drm/exynos/exynos_drm_drv.h
parentccf4d883f82e10053fa5806f2cd35401012bec84 (diff)
drm/exynos: fixed build warnings and comments.
Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_drv.h')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h
index 915f5cd4d109..c03683f2ae72 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_drv.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h
@@ -123,7 +123,7 @@ struct exynos_drm_overlay {
123 * Exynos DRM Display Structure. 123 * Exynos DRM Display Structure.
124 * - this structure is common to analog tv, digital tv and lcd panel. 124 * - this structure is common to analog tv, digital tv and lcd panel.
125 * 125 *
126 * @type: one of exynos_DISPLAY_TYPE_LCD and HDMI. 126 * @type: one of EXYNOS_DISPLAY_TYPE_LCD and HDMI.
127 * @is_connected: check for that display is connected or not. 127 * @is_connected: check for that display is connected or not.
128 * @get_edid: get edid modes from display driver. 128 * @get_edid: get edid modes from display driver.
129 * @get_timing: get timing object from display driver. 129 * @get_timing: get timing object from display driver.