commit | 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Fri Apr 03 21:03:40 2015 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Apr 13 11:39:39 2015 +0900 |
tree | 2c65b033db13c2ed7175f511fc773dfa6a5ee812 | |
parent | 1be4b7ee800a57ca613131304e01cd91ec8bca2a [diff] |
drm/exynos: remove struct *_win_data abstraction on planes struct {fimd,mixer,vidi}_win_data was just keeping the same data as struct exynos_drm_plane thus get ride of it and use exynos_drm_plane directly. It changes how planes are created and remove .win_mode_set() callback that was only filling all *_win_data structs. v2: check for return of exynos_plane_init() Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>