};
static const struct dpu_vbif_cfg msm8996_vbif = {
- .name = "vbif_rt", .id = VBIF_RT,
- .base = 0, .len = 0x1040,
+ .len = 0x1040,
.default_ot_rd_limit = 32,
.default_ot_wr_limit = 16,
.features = BIT(DPU_VBIF_QOS_REMAP) | BIT(DPU_VBIF_QOS_OTLIM),
};
static const struct dpu_vbif_cfg msm8998_vbif = {
- .name = "vbif_rt", .id = VBIF_RT,
- .base = 0, .len = 0x1040,
+ .len = 0x1040,
.default_ot_rd_limit = 32,
.default_ot_wr_limit = 32,
.features = BIT(DPU_VBIF_QOS_REMAP) | BIT(DPU_VBIF_QOS_OTLIM),
};
static const struct dpu_vbif_cfg sdm845_vbif = {
- .name = "vbif_rt", .id = VBIF_RT,
- .base = 0, .len = 0x1040,
+ .len = 0x1040,
.features = BIT(DPU_VBIF_QOS_REMAP),
.xin_halt_timeout = 0x4000,
.qos_rp_remap_size = 0x40,
};
static const struct dpu_vbif_cfg sm8550_vbif = {
- .name = "vbif_rt", .id = VBIF_RT,
- .base = 0, .len = 0x1040,
+ .len = 0x1040,
.features = BIT(DPU_VBIF_QOS_REMAP),
.xin_halt_timeout = 0x4000,
.qos_rp_remap_size = 0x40,
};
static const struct dpu_vbif_cfg sm8650_vbif = {
- .name = "vbif_rt", .id = VBIF_RT,
- .base = 0, .len = 0x1074,
+ .len = 0x1074,
.features = BIT(DPU_VBIF_QOS_REMAP),
.xin_halt_timeout = 0x4000,
.qos_rp_remap_size = 0x40,