commit | 2f26bd7227b80d002dfcd3f60e71bfad168e6517 | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Mon Nov 17 09:54:23 2014 +0100 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Nov 24 18:02:56 2014 +0900 |
tree | a121b5ea484ea7fa30dbfaf1326dc6a17f7f34f4 | |
parent | 7340426affacb4b5988f9cf1c3dbfc28e9679360 [diff] |
drm/exynos/vidi: stop using display->ctx pointer The patch replaces accesses to display->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>