Home
last modified time | relevance | path

Searched hist:"8837 deeab462a30d5a760fa1ae7c29242d985700" (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.hdiff 8837deeab462a30d5a760fa1ae7c29242d985700 Mon Nov 03 21:13:27 CET 2014 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove struct exynos_drm_overlay

struct exynos_drm_overlay has no practical advantage nor serves as
important piece of the exynos API design. The only place it was used
was inside the struct exynos_plane which was just causing a extra
access overhead. Users had to access the overlay first and just then
get the plane information it contains.

This patch merges struct exynos_drm_overlay into struct exynos_plane.
It also renames struct exynos_plane to struct exynos_drm_plane.

The rational is to cut one step to access plane information.

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 8837deeab462a30d5a760fa1ae7c29242d985700 Mon Nov 03 21:13:27 CET 2014 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove struct exynos_drm_overlay

struct exynos_drm_overlay has no practical advantage nor serves as
important piece of the exynos API design. The only place it was used
was inside the struct exynos_plane which was just causing a extra
access overhead. Users had to access the overlay first and just then
get the plane information it contains.

This patch merges struct exynos_drm_overlay into struct exynos_plane.
It also renames struct exynos_plane to struct exynos_drm_plane.

The rational is to cut one step to access plane information.

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 8837deeab462a30d5a760fa1ae7c29242d985700 Mon Nov 03 21:13:27 CET 2014 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove struct exynos_drm_overlay

struct exynos_drm_overlay has no practical advantage nor serves as
important piece of the exynos API design. The only place it was used
was inside the struct exynos_plane which was just causing a extra
access overhead. Users had to access the overlay first and just then
get the plane information it contains.

This patch merges struct exynos_drm_overlay into struct exynos_plane.
It also renames struct exynos_plane to struct exynos_drm_plane.

The rational is to cut one step to access plane information.

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 8837deeab462a30d5a760fa1ae7c29242d985700 Mon Nov 03 21:13:27 CET 2014 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove struct exynos_drm_overlay

struct exynos_drm_overlay has no practical advantage nor serves as
important piece of the exynos API design. The only place it was used
was inside the struct exynos_plane which was just causing a extra
access overhead. Users had to access the overlay first and just then
get the plane information it contains.

This patch merges struct exynos_drm_overlay into struct exynos_plane.
It also renames struct exynos_plane to struct exynos_drm_plane.

The rational is to cut one step to access plane information.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
H A Dexynos_mixer.cdiff 8837deeab462a30d5a760fa1ae7c29242d985700 Mon Nov 03 21:13:27 CET 2014 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove struct exynos_drm_overlay

struct exynos_drm_overlay has no practical advantage nor serves as
important piece of the exynos API design. The only place it was used
was inside the struct exynos_plane which was just causing a extra
access overhead. Users had to access the overlay first and just then
get the plane information it contains.

This patch merges struct exynos_drm_overlay into struct exynos_plane.
It also renames struct exynos_plane to struct exynos_drm_plane.

The rational is to cut one step to access plane information.

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 8837deeab462a30d5a760fa1ae7c29242d985700 Mon Nov 03 21:13:27 CET 2014 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove struct exynos_drm_overlay

struct exynos_drm_overlay has no practical advantage nor serves as
important piece of the exynos API design. The only place it was used
was inside the struct exynos_plane which was just causing a extra
access overhead. Users had to access the overlay first and just then
get the plane information it contains.

This patch merges struct exynos_drm_overlay into struct exynos_plane.
It also renames struct exynos_plane to struct exynos_drm_plane.

The rational is to cut one step to access plane information.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>