]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/fimd: stop using manager->ctx pointer
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 17 Nov 2014 08:54:19 +0000 (09:54 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:55 +0000 (18:02 +0900)
commitcb9c4d6bd624f917ac468bbd3e1c4e65130c03bf
tree19890bc2bbe68fa5d09e432d70b56b011f4cda84
parentfdf28e9cb2cd68e5592c35bb6e36daaa4851c1da
drm/exynos/fimd: stop using manager->ctx pointer

The patch replaces accesses to manager->ctx pointer by container_of
construct. As fimd was the last user of ctx the patch removes
this field as well.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_fimd.c