drm/exynos: remove unnecessary descrptions
authorInki Dae <inki.dae@samsung.com>
Thu, 23 Nov 2017 09:32:06 +0000 (18:32 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:08 +0000 (14:56 +0900)
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>
drivers/gpu/drm/exynos/exynos_drm_drv.h

index 4c14a07..dbe00ef 100644 (file)
@@ -193,11 +193,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