commit | dc86d6bc9bc3d0080bd18b54777a22b70eae4aa6 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Thu Aug 06 05:24:34 2020 +0300 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Sep 22 14:10:05 2020 +0300 |
tree | 1f91fc9577d653c4f799237839697129291f485a | |
parent | ef84ad32f41c2b84560ca3577fb0cb85dd4895fb [diff] |
drm: rcar-du: Fix pitch handling for fully planar YUV formats When creating a frame buffer, the driver verifies that the pitches for the chroma planes match the luma plane. This is done incorrectly for fully planar YUV formats, without taking horizontal subsampling into account. Fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>