File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
drivers/gpu/drm/msm/disp/dpu1/catalog Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ static const struct dpu_wb_cfg sm8150_wb[] = {
297
297
{
298
298
.name = "wb_2" , .id = WB_2 ,
299
299
.base = 0x65000 , .len = 0x2c8 ,
300
- .features = WB_SDM845_MASK ,
300
+ .features = WB_SM8250_MASK ,
301
301
.format_list = wb2_formats_rgb ,
302
302
.num_formats = ARRAY_SIZE (wb2_formats_rgb ),
303
303
.clk_ctrl = DPU_CLK_CTRL_WB2 ,
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ static const struct dpu_wb_cfg sc8180x_wb[] = {
304
304
{
305
305
.name = "wb_2" , .id = WB_2 ,
306
306
.base = 0x65000 , .len = 0x2c8 ,
307
- .features = WB_SDM845_MASK ,
307
+ .features = WB_SM8250_MASK ,
308
308
.format_list = wb2_formats_rgb ,
309
309
.num_formats = ARRAY_SIZE (wb2_formats_rgb ),
310
310
.clk_ctrl = DPU_CLK_CTRL_WB2 ,
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ static const struct dpu_wb_cfg sm6125_wb[] = {
144
144
{
145
145
.name = "wb_2" , .id = WB_2 ,
146
146
.base = 0x65000 , .len = 0x2c8 ,
147
- .features = WB_SDM845_MASK ,
147
+ .features = WB_SM8250_MASK ,
148
148
.format_list = wb2_formats_rgb ,
149
149
.num_formats = ARRAY_SIZE (wb2_formats_rgb ),
150
150
.clk_ctrl = DPU_CLK_CTRL_WB2 ,
You can’t perform that action at this time.
0 commit comments