commit | 5af3d9bb78f130819204ef44ac9d2b635e49fc35 | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Mon Nov 17 09:54:27 2014 +0100 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Nov 24 18:02:56 2014 +0900 |
tree | 611b65efe3c6984d637008fd874bb365717d7b8d | |
parent | 4cfde1f2af076547ebe86f8632e65119f28438b8 [diff] |
drm/exynos/dpi: stop using display->ctx pointer The patch replaces accesses to display->ctx pointer by container_of construct. The field is removed as well as dpi was the last user of it. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>