projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2265f99
)
drm/exynos: gsc: Increase Exynos5433 buffer width alignment to 16 pixels
author
Marek Szyprowski
<m.szyprowski@samsung.com>
Mon, 28 May 2018 12:34:39 +0000
(14:34 +0200)
committer
Inki Dae
<inki.dae@samsung.com>
Mon, 3 Dec 2018 00:56:49 +0000
(09:56 +0900)
Investigation revealed that GScaler hardware requires the real buffer width
(pitch) to be aligned to 16 pixels.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I27ddbdb73fdcdfbfc4b90e76242196f72be91c98
drivers/gpu/drm/exynos/exynos_drm_gsc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_drm_gsc.c
b/drivers/gpu/drm/exynos/exynos_drm_gsc.c
index 0ad5346de038ce9d6d7f21eeb190930b8da5f948..bf1320ea37127e690b6ee0920954798d8d4b1810 100644
(file)
--- a/
drivers/gpu/drm/exynos/exynos_drm_gsc.c
+++ b/
drivers/gpu/drm/exynos/exynos_drm_gsc.c
@@
-1351,7
+1351,7
@@
static const struct drm_exynos_ipp_limit gsc_5420_limits[] = {
};
static const struct drm_exynos_ipp_limit gsc_5433_limits[] = {
- { IPP_SIZE_LIMIT(BUFFER, .h = { 32, 8191,
2
}, .v = { 16, 8191, 2 }) },
+ { IPP_SIZE_LIMIT(BUFFER, .h = { 32, 8191,
16
}, .v = { 16, 8191, 2 }) },
{ IPP_SIZE_LIMIT(AREA, .h = { 16, 4800, 1 }, .v = { 8, 3344, 1 }) },
{ IPP_SIZE_LIMIT(ROTATED, .h = { 32, 2047 }, .v = { 8, 8191 }) },
{ IPP_SCALE_LIMIT(.h = { (1 << 16) / 16, (1 << 16) * 8 },