drm: vc4: Omit pixel_order from the hvs_format for hvs5 only formats
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Mon, 6 Jun 2022 11:23:28 +0000 (12:23 +0100)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Mon, 6 Jun 2022 19:33:59 +0000 (20:33 +0100)
commit3731be698f07e9ec9bc02e21909588e09e2a28ce
tree0040fe83364829642650888b3292fe96b5f10b1e
parentc28ba4651a297ada4cbf8a31e64662d04db95705
drm: vc4: Omit pixel_order from the hvs_format for hvs5 only formats

pixel_order is used for the earlier versions of the HVS, so is
redundant on the 10:10:10:2 and 10bit YUV formats that are only
supported on HVS5.
Remove the assignment from the table to avoid confusion.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_plane.c