File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -196,12 +196,6 @@ static const struct de2_fmt_info de2_formats[] = {
196
196
.rgb = false,
197
197
.csc = SUN8I_CSC_MODE_YUV2RGB ,
198
198
},
199
- {
200
- .drm_fmt = DRM_FORMAT_YUV444 ,
201
- .de2_fmt = SUN8I_MIXER_FBFMT_RGB888 ,
202
- .rgb = true,
203
- .csc = SUN8I_CSC_MODE_YUV2RGB ,
204
- },
205
199
{
206
200
.drm_fmt = DRM_FORMAT_YUV422 ,
207
201
.de2_fmt = SUN8I_MIXER_FBFMT_YUV422 ,
@@ -220,12 +214,6 @@ static const struct de2_fmt_info de2_formats[] = {
220
214
.rgb = false,
221
215
.csc = SUN8I_CSC_MODE_YUV2RGB ,
222
216
},
223
- {
224
- .drm_fmt = DRM_FORMAT_YVU444 ,
225
- .de2_fmt = SUN8I_MIXER_FBFMT_RGB888 ,
226
- .rgb = true,
227
- .csc = SUN8I_CSC_MODE_YVU2RGB ,
228
- },
229
217
{
230
218
.drm_fmt = DRM_FORMAT_YVU422 ,
231
219
.de2_fmt = SUN8I_MIXER_FBFMT_YUV422 ,
Original file line number Diff line number Diff line change @@ -431,11 +431,9 @@ static const u32 sun8i_vi_layer_formats[] = {
431
431
DRM_FORMAT_YUV411 ,
432
432
DRM_FORMAT_YUV420 ,
433
433
DRM_FORMAT_YUV422 ,
434
- DRM_FORMAT_YUV444 ,
435
434
DRM_FORMAT_YVU411 ,
436
435
DRM_FORMAT_YVU420 ,
437
436
DRM_FORMAT_YVU422 ,
438
- DRM_FORMAT_YVU444 ,
439
437
};
440
438
441
439
struct sun8i_vi_layer * sun8i_vi_layer_init_one (struct drm_device * drm ,
You can’t perform that action at this time.
0 commit comments