Skip to content

Commit 1f37299

Browse files
committed
Merge tag 'drm-misc-fixes-2022-03-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
* drm/sun4i: Fix P010 and P210 format numbers Signed-off-by: Dave Airlie <[email protected]> From: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/YipS65Iuu7RMMlAa@linux-uq9g
2 parents ffb217a + 9470c29 commit 1f37299

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/gpu/drm/sun4i/sun8i_mixer.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111
/* format 13 is semi-planar YUV411 VUVU */
112112
#define SUN8I_MIXER_FBFMT_YUV411 14
113113
/* format 15 doesn't exist */
114-
/* format 16 is P010 YVU */
115-
#define SUN8I_MIXER_FBFMT_P010_YUV 17
116-
/* format 18 is P210 YVU */
117-
#define SUN8I_MIXER_FBFMT_P210_YUV 19
114+
#define SUN8I_MIXER_FBFMT_P010_YUV 16
115+
/* format 17 is P010 YVU */
116+
#define SUN8I_MIXER_FBFMT_P210_YUV 18
117+
/* format 19 is P210 YVU */
118118
/* format 20 is packed YVU444 10-bit */
119119
/* format 21 is packed YUV444 10-bit */
120120

0 commit comments

Comments
 (0)