Home
last modified time | relevance | path

Searched hist:"7 ee14cdcbc4f813b9c5875d6e8e3daef71c366b3" (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.hdiff 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 Dexynos_drm_crtc.hdiff 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 Dexynos7_drm_decon.cdiff 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 Dexynos_drm_plane.cdiff 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 Dexynos_drm_crtc.cdiff 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 Dexynos_drm_vidi.cdiff 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 Dexynos_drm_drv.hdiff 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 Dexynos_mixer.cdiff 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 Dexynos_drm_fimd.cdiff 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 Dexynos_drm_drv.cdiff 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>