/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_plane.h | diff 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 Fri Apr 03 14:03:40 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> 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>
|
H A D | exynos_drm_crtc.h | diff 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 Fri Apr 03 14:03:40 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> 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>
|
H A D | exynos7_drm_decon.c | diff 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 Fri Apr 03 14:03:40 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> 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>
|
H A D | exynos_drm_plane.c | diff 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 Fri Apr 03 14:03:40 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> 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>
|
H A D | exynos_drm_crtc.c | diff 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 Fri Apr 03 14:03:40 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> 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>
|
H A D | exynos_drm_vidi.c | diff 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 Fri Apr 03 14:03:40 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> 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>
|
H A D | exynos_drm_drv.h | diff 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 Fri Apr 03 14:03:40 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> 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>
|
H A D | exynos_mixer.c | diff 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 Fri Apr 03 14:03:40 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> 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>
|
H A D | exynos_drm_fimd.c | diff 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 Fri Apr 03 14:03:40 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> 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>
|
H A D | exynos_drm_drv.c | diff 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 Fri Apr 03 14:03:40 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> 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>
|