@@ -317,8 +317,6 @@ static const u32 wb2_formats_rgb_yuv[] = {
317
317
.base = 0x1a00, .len = 0x100,}, \
318
318
.format_list = plane_formats_yuv, \
319
319
.num_formats = ARRAY_SIZE(plane_formats_yuv), \
320
- .virt_format_list = plane_formats, \
321
- .virt_num_formats = ARRAY_SIZE(plane_formats), \
322
320
.rotation_cfg = NULL, \
323
321
}
324
322
@@ -333,8 +331,6 @@ static const u32 wb2_formats_rgb_yuv[] = {
333
331
.base = 0x1a00, .len = 0x100,}, \
334
332
.format_list = plane_formats_yuv, \
335
333
.num_formats = ARRAY_SIZE(plane_formats_yuv), \
336
- .virt_format_list = plane_formats, \
337
- .virt_num_formats = ARRAY_SIZE(plane_formats), \
338
334
.rotation_cfg = rot_cfg, \
339
335
}
340
336
@@ -344,8 +340,6 @@ static const u32 wb2_formats_rgb_yuv[] = {
344
340
.maxupscale = SSPP_UNITY_SCALE, \
345
341
.format_list = plane_formats, \
346
342
.num_formats = ARRAY_SIZE(plane_formats), \
347
- .virt_format_list = plane_formats, \
348
- .virt_num_formats = ARRAY_SIZE(plane_formats), \
349
343
}
350
344
351
345
/* qseed2 is not supported, so disabled scaling */
@@ -360,8 +354,6 @@ static const u32 wb2_formats_rgb_yuv[] = {
360
354
.base = 0x320, .len = 0x100,}, \
361
355
.format_list = plane_formats_yuv, \
362
356
.num_formats = ARRAY_SIZE(plane_formats_yuv), \
363
- .virt_format_list = plane_formats, \
364
- .virt_num_formats = ARRAY_SIZE(plane_formats), \
365
357
.rotation_cfg = NULL, \
366
358
}
367
359
@@ -373,8 +365,6 @@ static const u32 wb2_formats_rgb_yuv[] = {
373
365
.base = 0x200, .len = 0x28,}, \
374
366
.format_list = plane_formats, \
375
367
.num_formats = ARRAY_SIZE(plane_formats), \
376
- .virt_format_list = plane_formats, \
377
- .virt_num_formats = ARRAY_SIZE(plane_formats), \
378
368
}
379
369
380
370
#define _DMA_SBLK () \
@@ -383,8 +373,6 @@ static const u32 wb2_formats_rgb_yuv[] = {
383
373
.maxupscale = SSPP_UNITY_SCALE, \
384
374
.format_list = plane_formats, \
385
375
.num_formats = ARRAY_SIZE(plane_formats), \
386
- .virt_format_list = plane_formats, \
387
- .virt_num_formats = ARRAY_SIZE(plane_formats), \
388
376
}
389
377
390
378
static const struct dpu_rotation_cfg dpu_rot_sc7280_cfg_v2 = {
0 commit comments