aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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