[PATCH 1/2] drm/exynos: fimd: Remove drm_dev and pipe members from fimd_context

2014-12-08 Thread Inki Dae
On 2014년 12월 07일 21:04, Ajay Kumar wrote: > ctx->drm_dev is unnecessary since it can be easily accessed > via ctx->manager->drm_dev. Even the pipe variable inside > fimd_context is redundant. Cleaning up the same. Already applied. Thanks, Inki Dae > > Signed-off-by: Ajay Kumar > --- > d

[PATCH 1/2] drm/exynos: fimd: Remove drm_dev and pipe members from fimd_context

2014-12-07 Thread Ajay Kumar
ctx->drm_dev is unnecessary since it can be easily accessed via ctx->manager->drm_dev. Even the pipe variable inside fimd_context is redundant. Cleaning up the same. Signed-off-by: Ajay Kumar --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 28 ++-- 1 file changed, 14 ins