]> git.karo-electronics.de Git - linux-beck.git/commit
drm/exynos/vidi: stop using manager->ctx pointer
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 17 Nov 2014 08:54:17 +0000 (09:54 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:55 +0000 (18:02 +0900)
commite1819aad14ad6bd799ae5c1f97412b1dd55d2065
tree2e24297af812da2c726d5ce720ae6db3df17a398
parentf01833cd2b36767d350c4f8b3eaaf48c4d2f7da3
drm/exynos/vidi: stop using manager->ctx pointer

The patch replaces accesses to manager->ctx pointer by container_of
construct. It will allow to remove ctx field in the future.

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