]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/exynos: remove unnecessary descrptions
authorInki Dae <inki.dae@samsung.com>
Thu, 23 Nov 2017 09:32:06 +0000 (18:32 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 7 Dec 2017 01:34:35 +0000 (10:34 +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 c6847fa708fa1d227fd09283a5d54b1f83aea19e..589d465a7f88937efaf4ab833fade659cfb46f66 100644 (file)
@@ -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