commit | 400c8ac8fc78f51dc7eb187dcf2320fb616c8215 | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Mon Nov 17 09:54:19 2014 +0100 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Nov 24 18:02:55 2014 +0900 |
tree | 19890bc2bbe68fa5d09e432d70b56b011f4cda84 | |
parent | e152dbd77bc6388c910a3fd2d2acd2439d24631a [diff] |
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>