Commit 80bdb25
drm/vc4: plane: Add support for RGB[AX]8888 and BGR[AX]8888 formats
The [AX]RGB8888 and [AX]BGR8888 formats were all in the translation
list, but RGB[AX]8888 and BGR[AX]8888 weren't. Seeing as the
writeback connector had them in the list of supported formats, that
meant it could generate content that couldn't be input.
Add the relevant translations.
Whilst T-Format support should be possible, it has not been added at
this stage.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>1 parent 42bcead commit 80bdb25
1 file changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
66 | 90 | | |
67 | 91 | | |
68 | 92 | | |
| |||
0 commit comments