File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
drivers/gpu/drm/msm/disp/dpu1/catalog Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,20 @@ static const struct dpu_dsc_cfg sm8550_dsc[] = {
311
311
},
312
312
};
313
313
314
+ static const struct dpu_wb_cfg sm8550_wb [] = {
315
+ {
316
+ .name = "wb_2" , .id = WB_2 ,
317
+ .base = 0x65000 , .len = 0x2c8 ,
318
+ .features = WB_SM8250_MASK ,
319
+ .format_list = wb2_formats ,
320
+ .num_formats = ARRAY_SIZE (wb2_formats ),
321
+ .xin_id = 6 ,
322
+ .vbif_idx = VBIF_RT ,
323
+ .maxlinewidth = 4096 ,
324
+ .intr_wb_done = DPU_IRQ_IDX (MDP_SSPP_TOP0_INTR , 4 ),
325
+ },
326
+ };
327
+
314
328
static const struct dpu_intf_cfg sm8550_intf [] = {
315
329
{
316
330
.name = "intf_0" , .id = INTF_0 ,
@@ -406,6 +420,8 @@ const struct dpu_mdss_cfg dpu_sm8550_cfg = {
406
420
.dsc = sm8550_dsc ,
407
421
.merge_3d_count = ARRAY_SIZE (sm8550_merge_3d ),
408
422
.merge_3d = sm8550_merge_3d ,
423
+ .wb_count = ARRAY_SIZE (sm8550_wb ),
424
+ .wb = sm8550_wb ,
409
425
.intf_count = ARRAY_SIZE (sm8550_intf ),
410
426
.intf = sm8550_intf ,
411
427
.vbif_count = ARRAY_SIZE (sm8550_vbif ),
You can’t perform that action at this time.
0 commit comments