projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
836b131
)
drm/fourcc: Fill out all block sizes for P210
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 26 Nov 2019 09:14:14 +0000
(10:14 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Thu, 28 Nov 2019 10:19:32 +0000
(11:19 +0100)
0 means 1 as the default, but it's mighty confusing if the block size
for the first plane is spelled out explicitly, but not for the 2nd
plane.
No cc: stable because this is just confusion, but 0 functional issue.
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Fixes:
7ba0fee247ee
("drm/fourcc: Add AFBC yuv fourccs for Mali")
Cc: Brian Starkey <brian.starkey@arm.com>
Cc: Ayan Kumar Halder <ayan.halder@arm.com>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20191126091414.226070-2-daniel.vetter@ffwll.ch
drivers/gpu/drm/drm_fourcc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_fourcc.c
b/drivers/gpu/drm/drm_fourcc.c
index
fe79ce8
..
b234bfa
100644
(file)
--- a/
drivers/gpu/drm/drm_fourcc.c
+++ b/
drivers/gpu/drm/drm_fourcc.c
@@
-263,7
+263,7
@@
const struct drm_format_info *__drm_format_info(u32 format)
.hsub = 2, .vsub = 2, .is_yuv = true},
{ .format = DRM_FORMAT_P210, .depth = 0,
.num_planes = 2, .char_per_block = { 2, 4, 0 },
- .block_w = { 1,
0, 0 }, .block_h = { 1, 0
, 0 }, .hsub = 2,
+ .block_w = { 1,
1, 0 }, .block_h = { 1, 1
, 0 }, .hsub = 2,
.vsub = 1, .is_yuv = true },
{ .format = DRM_FORMAT_VUY101010, .depth = 0,
.num_planes = 1, .cpp = { 0, 0, 0 }, .hsub = 1, .vsub = 1,