Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f0f6dfc authored by Inki Dae's avatar Inki Dae
Browse files

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: default avatarInki Dae <inki.dae@samsung.com>
parent 120a264f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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