aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.h
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2017-11-23 18:32:06 +0900
committerInki Dae <inki.dae@samsung.com>2017-12-07 10:34:35 +0900
commit2f0f6dfcf925c3bdc6468599fa33b729fbd9247d (patch)
tree168ebb08dc3be592e1bb31f991fce61fddf70995 /drivers/gpu/drm/exynos/exynos_drm_drv.h
parentdrm/exynos: gem: Drop NONCONTIG flag for buffers allocated without IOMMU (diff)
downloadlinux-dev-2f0f6dfcf925c3bdc6468599fa33b729fbd9247d.tar.xz
linux-dev-2f0f6dfcf925c3bdc6468599fa33b729fbd9247d.zip
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>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_drv.h')
-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 {
/*
* Exynos drm private structure.
*
- * @da_start: start address to device address space.
- * with iommu, device address space starts from this address
- * otherwise default one.
- * @da_space_size: size of device address space.
- * if 0 then default value is used for it.
* @pending: the crtcs that have pending updates to finish
* @lock: protect access to @pending
* @wait: wait an atomic commit to finish