2018-10-03 09:41:24

by Christoph Manszewski

[permalink] [raw]
Subject: [PATCH 0/2] drm/exynos: decon: Add properties

Hello,

This patch series adds two new configurable properties
to exynos5433_drm_decon.

Patch 1 add window alpha property.
Patch 2 add pixel blend mode property.

Regards,
Chris

Christoph Manszewski (2):
drm/exynos: decon: Make plane alpha configurable
drm/exynos: decon: Make pixel blend mode configurable

drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 51 ++++++++++++++++++++++++++-
drivers/gpu/drm/exynos/regs-decon5433.h | 5 +++
2 files changed, 55 insertions(+), 1 deletion(-)

--
2.7.4



2018-10-08 09:34:16

by Christoph Manszewski

[permalink] [raw]
Subject: [PATCH 0/2] drm/exynos: fimd: Add properties

Hello,

This patch series adds two new configurable properties
to exynos_drm_fimd.

Patch 1 add window alpha property.
Patch 2 add pixel blend mode property.

Regards,
Chris


Christoph Manszewski (2):
drm/exynos: fimd: Make plane alpha configurable
drm/exynos: fimd: Make pixel blend mode configurable

drivers/gpu/drm/exynos/exynos_drm_fimd.c | 87 ++++++++++++++++++++++++--------
include/video/samsung_fimd.h | 2 +
2 files changed, 69 insertions(+), 20 deletions(-)

--
2.7.4