drm/vc4: Use .pixel_order instead of custom .flip_cbcr
authorDave Stevenson <dave.stevenson@raspberrypi.org>
Thu, 16 Nov 2017 14:22:30 +0000 (14:22 +0000)
committerEric Anholt <eric@anholt.net>
Mon, 20 Nov 2017 23:19:50 +0000 (15:19 -0800)
commit090cb0c690183be849e2bfa0427220f1e435fa30
tree685752f9634f8fdb46488c00d7c42dc9776f1bbd
parent88f8156fba43d040dc5af42f88db2c53d6c69443
drm/vc4: Use .pixel_order instead of custom .flip_cbcr

The hardware has enums for altering the Cr and Cb order,
so use this instead of having a flag which swaps the
order the pointers are presented to the hardware
(that only worked for 3 plane formats anyway).

Explicitly sets .pixel_order in each case, rather than
relying on then default XYCBCR order being a value 0.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/563872b69c1e5df142cb15ebfca7f20056b8a64c.1510841336.git.dave.stevenson@raspberrypi.org
drivers/gpu/drm/vc4/vc4_plane.c