OSDN Git Service

drm/fourcc: Fix vsub/hsub for Q410 and Q401
authorBrian Starkey <brian.starkey@arm.com>
Tue, 13 Sep 2022 14:43:06 +0000 (15:43 +0100)
committerLiviu Dudau <liviu.dudau@arm.com>
Wed, 16 Nov 2022 11:29:09 +0000 (11:29 +0000)
commitb230555f3257f197dd98641ef6ebaf778b52dd51
tree1ee24fc1e66ff61a645ac40a2b0ec3377f2aa82e
parentf574f3772cdda0adacce0bff03ba59f754d7d42e
drm/fourcc: Fix vsub/hsub for Q410 and Q401

These formats are not subsampled, but that means hsub and vsub should be
1, not 0.

Fixes: 94b292b27734 ("drm: drm_fourcc: add NV15, Q410, Q401 YUV formats")
Reported-by: George Kennedy <george.kennedy@oracle.com>
Reported-by: butt3rflyh4ck <butterflyhuangxx@gmail.com>
Signed-off-by: Brian Starkey <brian.starkey@arm.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220913144306.17279-1-brian.starkey@arm.com
drivers/gpu/drm/drm_fourcc.c