aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2017-11-23 04:32:06 -0500
committerInki Dae <inki.dae@samsung.com>2017-12-06 20:34:35 -0500
commit2f0f6dfcf925c3bdc6468599fa33b729fbd9247d (patch)
tree168ebb08dc3be592e1bb31f991fce61fddf70995
parent120a264f9c2782682027d931d83dcbd22e01da80 (diff)
drm/exynos: remove unnecessary descrptions
Removed two descriptions to 'da_start' and 'da_space_size' from exynos_drm_private structure. These members don't exist anymore. Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_drv.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h
index c6847fa708fa..589d465a7f88 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_drv.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h
@@ -194,11 +194,6 @@ struct drm_exynos_file_private {
194/* 194/*
195 * Exynos drm private structure. 195 * Exynos drm private structure.
196 * 196 *
197 * @da_start: start address to device address space.
198 * with iommu, device address space starts from this address
199 * otherwise default one.
200 * @da_space_size: size of device address space.
201 * if 0 then default value is used for it.
202 * @pending: the crtcs that have pending updates to finish 197 * @pending: the crtcs that have pending updates to finish
203 * @lock: protect access to @pending 198 * @lock: protect access to @pending
204 * @wait: wait an atomic commit to finish 199 * @wait: wait an atomic commit to finish