@@ -28,12 +28,10 @@ enum ipa_resource_type {
28
28
enum ipa_rsrc_group_id {
29
29
/* Source resource group identifiers */
30
30
IPA_RSRC_GROUP_SRC_UL_DL = 0 ,
31
- IPA_RSRC_GROUP_SRC_UC_RX_Q ,
32
31
IPA_RSRC_GROUP_SRC_COUNT , /* Last in set; not a source group */
33
32
34
33
/* Destination resource group identifiers */
35
- IPA_RSRC_GROUP_DST_UL_DL_DPL = 0 ,
36
- IPA_RSRC_GROUP_DST_UNUSED_1 ,
34
+ IPA_RSRC_GROUP_DST_UL_DL = 0 ,
37
35
IPA_RSRC_GROUP_DST_COUNT , /* Last; not a destination group */
38
36
};
39
37
@@ -81,7 +79,7 @@ static const struct ipa_gsi_endpoint_data ipa_gsi_endpoint_data[] = {
81
79
},
82
80
.endpoint = {
83
81
.config = {
84
- .resource_group = IPA_RSRC_GROUP_DST_UL_DL_DPL ,
82
+ .resource_group = IPA_RSRC_GROUP_DST_UL_DL ,
85
83
.aggregation = true,
86
84
.status_enable = true,
87
85
.rx = {
@@ -128,7 +126,7 @@ static const struct ipa_gsi_endpoint_data ipa_gsi_endpoint_data[] = {
128
126
},
129
127
.endpoint = {
130
128
.config = {
131
- .resource_group = IPA_RSRC_GROUP_DST_UL_DL_DPL ,
129
+ .resource_group = IPA_RSRC_GROUP_DST_UL_DL ,
132
130
.qmap = true,
133
131
.aggregation = true,
134
132
.rx = {
@@ -197,12 +195,12 @@ static const struct ipa_resource ipa_resource_src[] = {
197
195
/* Destination resource configuration data for an SoC having IPA v4.7 */
198
196
static const struct ipa_resource ipa_resource_dst [] = {
199
197
[IPA_RESOURCE_TYPE_DST_DATA_SECTORS ] = {
200
- .limits [IPA_RSRC_GROUP_DST_UL_DL_DPL ] = {
198
+ .limits [IPA_RSRC_GROUP_DST_UL_DL ] = {
201
199
.min = 7 , .max = 7 ,
202
200
},
203
201
},
204
202
[IPA_RESOURCE_TYPE_DST_DPS_DMARS ] = {
205
- .limits [IPA_RSRC_GROUP_DST_UL_DL_DPL ] = {
203
+ .limits [IPA_RSRC_GROUP_DST_UL_DL ] = {
206
204
.min = 2 , .max = 2 ,
207
205
},
208
206
},
0 commit comments