aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_fimd.c
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2014-11-04 15:44:47 -0500
committerInki Dae <daeinki@gmail.com>2015-01-25 07:28:07 -0500
commit8a326edda468c4c6972c39594366bcb5c109e526 (patch)
tree50ed572849cd3cdd2cf251029cc17e6577805eed /drivers/gpu/drm/exynos/exynos_drm_fimd.c
parente09f2b0d953235f886e190c5057dae5c5f678b2e (diff)
drm/exynos: remove pipe member of struct exynos_drm_manager
It is not longer used. This is part of the process of removing struct exynos_drm_manager entirely. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_fimd.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_fimd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
index f1f3b3498297..4df151ca74f3 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
@@ -299,7 +299,7 @@ static int fimd_mgr_initialize(struct exynos_drm_manager *mgr,
299 priv = drm_dev->dev_private; 299 priv = drm_dev->dev_private;
300 300
301 mgr->drm_dev = ctx->drm_dev = drm_dev; 301 mgr->drm_dev = ctx->drm_dev = drm_dev;
302 mgr->pipe = ctx->pipe = priv->pipe++; 302 ctx->pipe = priv->pipe++;
303 303
304 /* attach this sub driver to iommu mapping if supported. */ 304 /* attach this sub driver to iommu mapping if supported. */
305 if (is_drm_iommu_supported(ctx->drm_dev)) { 305 if (is_drm_iommu_supported(ctx->drm_dev)) {