@@ -2886,24 +2886,24 @@ intel_display_power_put_mask_in_set(struct drm_i915_private *i915,
2886
2886
BIT_ULL(POWER_DOMAIN_PIPE_B) | \
2887
2887
BIT_ULL(POWER_DOMAIN_TRANSCODER_B) | \
2888
2888
BIT_ULL(POWER_DOMAIN_PIPE_B_PANEL_FITTER) | \
2889
- BIT_ULL(POWER_DOMAIN_PORT_DDI_D_LANES ) | \
2890
- BIT_ULL(POWER_DOMAIN_PORT_DDI_E_LANES ) | \
2891
- BIT_ULL(POWER_DOMAIN_PORT_DDI_F_LANES ) | \
2892
- BIT_ULL(POWER_DOMAIN_PORT_DDI_G_LANES ) | \
2893
- BIT_ULL(POWER_DOMAIN_PORT_DDI_H_LANES ) | \
2894
- BIT_ULL(POWER_DOMAIN_PORT_DDI_I_LANES ) | \
2895
- BIT_ULL(POWER_DOMAIN_AUX_D ) | \
2896
- BIT_ULL(POWER_DOMAIN_AUX_E ) | \
2897
- BIT_ULL(POWER_DOMAIN_AUX_F ) | \
2898
- BIT_ULL(POWER_DOMAIN_AUX_G ) | \
2899
- BIT_ULL(POWER_DOMAIN_AUX_H ) | \
2900
- BIT_ULL(POWER_DOMAIN_AUX_I ) | \
2901
- BIT_ULL(POWER_DOMAIN_AUX_D_TBT ) | \
2902
- BIT_ULL(POWER_DOMAIN_AUX_E_TBT ) | \
2903
- BIT_ULL(POWER_DOMAIN_AUX_F_TBT ) | \
2904
- BIT_ULL(POWER_DOMAIN_AUX_G_TBT ) | \
2905
- BIT_ULL(POWER_DOMAIN_AUX_H_TBT ) | \
2906
- BIT_ULL(POWER_DOMAIN_AUX_I_TBT ) | \
2889
+ BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC1 ) | \
2890
+ BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC2 ) | \
2891
+ BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC3 ) | \
2892
+ BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC4 ) | \
2893
+ BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC5 ) | \
2894
+ BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC6 ) | \
2895
+ BIT_ULL(POWER_DOMAIN_AUX_USBC1 ) | \
2896
+ BIT_ULL(POWER_DOMAIN_AUX_USBC2 ) | \
2897
+ BIT_ULL(POWER_DOMAIN_AUX_USBC3 ) | \
2898
+ BIT_ULL(POWER_DOMAIN_AUX_USBC4 ) | \
2899
+ BIT_ULL(POWER_DOMAIN_AUX_USBC5 ) | \
2900
+ BIT_ULL(POWER_DOMAIN_AUX_USBC6 ) | \
2901
+ BIT_ULL(POWER_DOMAIN_AUX_TBT1 ) | \
2902
+ BIT_ULL(POWER_DOMAIN_AUX_TBT2 ) | \
2903
+ BIT_ULL(POWER_DOMAIN_AUX_TBT3 ) | \
2904
+ BIT_ULL(POWER_DOMAIN_AUX_TBT4 ) | \
2905
+ BIT_ULL(POWER_DOMAIN_AUX_TBT5 ) | \
2906
+ BIT_ULL(POWER_DOMAIN_AUX_TBT6 ) | \
2907
2907
BIT_ULL(POWER_DOMAIN_VGA) | \
2908
2908
BIT_ULL(POWER_DOMAIN_AUDIO) | \
2909
2909
BIT_ULL(POWER_DOMAIN_INIT))
@@ -2921,18 +2921,12 @@ intel_display_power_put_mask_in_set(struct drm_i915_private *i915,
2921
2921
BIT_ULL(POWER_DOMAIN_AUX_C) | \
2922
2922
BIT_ULL(POWER_DOMAIN_INIT))
2923
2923
2924
- #define TGL_DDI_IO_D_TC1_POWER_DOMAINS ( \
2925
- BIT_ULL(POWER_DOMAIN_PORT_DDI_D_IO))
2926
- #define TGL_DDI_IO_E_TC2_POWER_DOMAINS ( \
2927
- BIT_ULL(POWER_DOMAIN_PORT_DDI_E_IO))
2928
- #define TGL_DDI_IO_F_TC3_POWER_DOMAINS ( \
2929
- BIT_ULL(POWER_DOMAIN_PORT_DDI_F_IO))
2930
- #define TGL_DDI_IO_G_TC4_POWER_DOMAINS ( \
2931
- BIT_ULL(POWER_DOMAIN_PORT_DDI_G_IO))
2932
- #define TGL_DDI_IO_H_TC5_POWER_DOMAINS ( \
2933
- BIT_ULL(POWER_DOMAIN_PORT_DDI_H_IO))
2934
- #define TGL_DDI_IO_I_TC6_POWER_DOMAINS ( \
2935
- BIT_ULL(POWER_DOMAIN_PORT_DDI_I_IO))
2924
+ #define TGL_DDI_IO_TC1_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_PORT_DDI_IO_TC1)
2925
+ #define TGL_DDI_IO_TC2_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_PORT_DDI_IO_TC2)
2926
+ #define TGL_DDI_IO_TC3_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_PORT_DDI_IO_TC3)
2927
+ #define TGL_DDI_IO_TC4_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_PORT_DDI_IO_TC4)
2928
+ #define TGL_DDI_IO_TC5_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_PORT_DDI_IO_TC5)
2929
+ #define TGL_DDI_IO_TC6_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_PORT_DDI_IO_TC6)
2936
2930
2937
2931
#define TGL_AUX_A_IO_POWER_DOMAINS ( \
2938
2932
BIT_ULL(POWER_DOMAIN_AUX_IO_A) | \
@@ -2941,44 +2935,34 @@ intel_display_power_put_mask_in_set(struct drm_i915_private *i915,
2941
2935
BIT_ULL(POWER_DOMAIN_AUX_B))
2942
2936
#define TGL_AUX_C_IO_POWER_DOMAINS ( \
2943
2937
BIT_ULL(POWER_DOMAIN_AUX_C))
2944
- #define TGL_AUX_D_TC1_IO_POWER_DOMAINS ( \
2945
- BIT_ULL(POWER_DOMAIN_AUX_D))
2946
- #define TGL_AUX_E_TC2_IO_POWER_DOMAINS ( \
2947
- BIT_ULL(POWER_DOMAIN_AUX_E))
2948
- #define TGL_AUX_F_TC3_IO_POWER_DOMAINS ( \
2949
- BIT_ULL(POWER_DOMAIN_AUX_F))
2950
- #define TGL_AUX_G_TC4_IO_POWER_DOMAINS ( \
2951
- BIT_ULL(POWER_DOMAIN_AUX_G))
2952
- #define TGL_AUX_H_TC5_IO_POWER_DOMAINS ( \
2953
- BIT_ULL(POWER_DOMAIN_AUX_H))
2954
- #define TGL_AUX_I_TC6_IO_POWER_DOMAINS ( \
2955
- BIT_ULL(POWER_DOMAIN_AUX_I))
2956
- #define TGL_AUX_D_TBT1_IO_POWER_DOMAINS ( \
2957
- BIT_ULL(POWER_DOMAIN_AUX_D_TBT))
2958
- #define TGL_AUX_E_TBT2_IO_POWER_DOMAINS ( \
2959
- BIT_ULL(POWER_DOMAIN_AUX_E_TBT))
2960
- #define TGL_AUX_F_TBT3_IO_POWER_DOMAINS ( \
2961
- BIT_ULL(POWER_DOMAIN_AUX_F_TBT))
2962
- #define TGL_AUX_G_TBT4_IO_POWER_DOMAINS ( \
2963
- BIT_ULL(POWER_DOMAIN_AUX_G_TBT))
2964
- #define TGL_AUX_H_TBT5_IO_POWER_DOMAINS ( \
2965
- BIT_ULL(POWER_DOMAIN_AUX_H_TBT))
2966
- #define TGL_AUX_I_TBT6_IO_POWER_DOMAINS ( \
2967
- BIT_ULL(POWER_DOMAIN_AUX_I_TBT))
2938
+
2939
+ #define TGL_AUX_IO_USBC1_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_USBC1)
2940
+ #define TGL_AUX_IO_USBC2_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_USBC2)
2941
+ #define TGL_AUX_IO_USBC3_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_USBC3)
2942
+ #define TGL_AUX_IO_USBC4_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_USBC4)
2943
+ #define TGL_AUX_IO_USBC5_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_USBC5)
2944
+ #define TGL_AUX_IO_USBC6_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_USBC6)
2945
+
2946
+ #define TGL_AUX_IO_TBT1_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_TBT1)
2947
+ #define TGL_AUX_IO_TBT2_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_TBT2)
2948
+ #define TGL_AUX_IO_TBT3_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_TBT3)
2949
+ #define TGL_AUX_IO_TBT4_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_TBT4)
2950
+ #define TGL_AUX_IO_TBT5_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_TBT5)
2951
+ #define TGL_AUX_IO_TBT6_POWER_DOMAINS BIT_ULL(POWER_DOMAIN_AUX_TBT6)
2968
2952
2969
2953
#define TGL_TC_COLD_OFF_POWER_DOMAINS ( \
2970
- BIT_ULL(POWER_DOMAIN_AUX_D ) | \
2971
- BIT_ULL(POWER_DOMAIN_AUX_E ) | \
2972
- BIT_ULL(POWER_DOMAIN_AUX_F ) | \
2973
- BIT_ULL(POWER_DOMAIN_AUX_G ) | \
2974
- BIT_ULL(POWER_DOMAIN_AUX_H ) | \
2975
- BIT_ULL(POWER_DOMAIN_AUX_I ) | \
2976
- BIT_ULL(POWER_DOMAIN_AUX_D_TBT) | \
2977
- BIT_ULL(POWER_DOMAIN_AUX_E_TBT) | \
2978
- BIT_ULL(POWER_DOMAIN_AUX_F_TBT) | \
2979
- BIT_ULL(POWER_DOMAIN_AUX_G_TBT) | \
2980
- BIT_ULL(POWER_DOMAIN_AUX_H_TBT) | \
2981
- BIT_ULL(POWER_DOMAIN_AUX_I_TBT) | \
2954
+ BIT_ULL(POWER_DOMAIN_AUX_USBC1 ) | \
2955
+ BIT_ULL(POWER_DOMAIN_AUX_USBC2 ) | \
2956
+ BIT_ULL(POWER_DOMAIN_AUX_USBC3 ) | \
2957
+ BIT_ULL(POWER_DOMAIN_AUX_USBC4 ) | \
2958
+ BIT_ULL(POWER_DOMAIN_AUX_USBC5 ) | \
2959
+ BIT_ULL(POWER_DOMAIN_AUX_USBC6 ) | \
2960
+ BIT_ULL(POWER_DOMAIN_AUX_TBT1) | \
2961
+ BIT_ULL(POWER_DOMAIN_AUX_TBT2) | \
2962
+ BIT_ULL(POWER_DOMAIN_AUX_TBT3) | \
2963
+ BIT_ULL(POWER_DOMAIN_AUX_TBT4) | \
2964
+ BIT_ULL(POWER_DOMAIN_AUX_TBT5) | \
2965
+ BIT_ULL(POWER_DOMAIN_AUX_TBT6) | \
2982
2966
BIT_ULL(POWER_DOMAIN_TC_COLD_OFF))
2983
2967
2984
2968
#define RKL_PW_4_POWER_DOMAINS ( \
@@ -2994,10 +2978,10 @@ intel_display_power_put_mask_in_set(struct drm_i915_private *i915,
2994
2978
BIT_ULL(POWER_DOMAIN_AUDIO) | \
2995
2979
BIT_ULL(POWER_DOMAIN_VGA) | \
2996
2980
BIT_ULL(POWER_DOMAIN_TRANSCODER_B) | \
2997
- BIT_ULL(POWER_DOMAIN_PORT_DDI_D_LANES ) | \
2998
- BIT_ULL(POWER_DOMAIN_PORT_DDI_E_LANES ) | \
2999
- BIT_ULL(POWER_DOMAIN_AUX_D ) | \
3000
- BIT_ULL(POWER_DOMAIN_AUX_E ) | \
2981
+ BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC1 ) | \
2982
+ BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC2 ) | \
2983
+ BIT_ULL(POWER_DOMAIN_AUX_USBC1 ) | \
2984
+ BIT_ULL(POWER_DOMAIN_AUX_USBC2 ) | \
3001
2985
BIT_ULL(POWER_DOMAIN_INIT))
3002
2986
3003
2987
/*
@@ -4145,8 +4129,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4145
4129
}
4146
4130
},
4147
4131
{
4148
- .name = "DDI D TC1 IO " ,
4149
- .domains = TGL_DDI_IO_D_TC1_POWER_DOMAINS ,
4132
+ .name = "DDI IO TC1" ,
4133
+ .domains = TGL_DDI_IO_TC1_POWER_DOMAINS ,
4150
4134
.ops = & hsw_power_well_ops ,
4151
4135
.id = DISP_PW_ID_NONE ,
4152
4136
{
@@ -4155,8 +4139,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4155
4139
},
4156
4140
},
4157
4141
{
4158
- .name = "DDI E TC2 IO " ,
4159
- .domains = TGL_DDI_IO_E_TC2_POWER_DOMAINS ,
4142
+ .name = "DDI IO TC2" ,
4143
+ .domains = TGL_DDI_IO_TC2_POWER_DOMAINS ,
4160
4144
.ops = & hsw_power_well_ops ,
4161
4145
.id = DISP_PW_ID_NONE ,
4162
4146
{
@@ -4165,8 +4149,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4165
4149
},
4166
4150
},
4167
4151
{
4168
- .name = "DDI F TC3 IO " ,
4169
- .domains = TGL_DDI_IO_F_TC3_POWER_DOMAINS ,
4152
+ .name = "DDI IO TC3" ,
4153
+ .domains = TGL_DDI_IO_TC3_POWER_DOMAINS ,
4170
4154
.ops = & hsw_power_well_ops ,
4171
4155
.id = DISP_PW_ID_NONE ,
4172
4156
{
@@ -4175,8 +4159,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4175
4159
},
4176
4160
},
4177
4161
{
4178
- .name = "DDI G TC4 IO " ,
4179
- .domains = TGL_DDI_IO_G_TC4_POWER_DOMAINS ,
4162
+ .name = "DDI IO TC4" ,
4163
+ .domains = TGL_DDI_IO_TC4_POWER_DOMAINS ,
4180
4164
.ops = & hsw_power_well_ops ,
4181
4165
.id = DISP_PW_ID_NONE ,
4182
4166
{
@@ -4185,8 +4169,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4185
4169
},
4186
4170
},
4187
4171
{
4188
- .name = "DDI H TC5 IO " ,
4189
- .domains = TGL_DDI_IO_H_TC5_POWER_DOMAINS ,
4172
+ .name = "DDI IO TC5" ,
4173
+ .domains = TGL_DDI_IO_TC5_POWER_DOMAINS ,
4190
4174
.ops = & hsw_power_well_ops ,
4191
4175
.id = DISP_PW_ID_NONE ,
4192
4176
{
@@ -4195,8 +4179,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4195
4179
},
4196
4180
},
4197
4181
{
4198
- .name = "DDI I TC6 IO " ,
4199
- .domains = TGL_DDI_IO_I_TC6_POWER_DOMAINS ,
4182
+ .name = "DDI IO TC6" ,
4183
+ .domains = TGL_DDI_IO_TC6_POWER_DOMAINS ,
4200
4184
.ops = & hsw_power_well_ops ,
4201
4185
.id = DISP_PW_ID_NONE ,
4202
4186
{
@@ -4241,8 +4225,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4241
4225
},
4242
4226
},
4243
4227
{
4244
- .name = "AUX D TC1 " ,
4245
- .domains = TGL_AUX_D_TC1_IO_POWER_DOMAINS ,
4228
+ .name = "AUX USBC1 " ,
4229
+ .domains = TGL_AUX_IO_USBC1_POWER_DOMAINS ,
4246
4230
.ops = & icl_aux_power_well_ops ,
4247
4231
.id = DISP_PW_ID_NONE ,
4248
4232
{
@@ -4252,8 +4236,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4252
4236
},
4253
4237
},
4254
4238
{
4255
- .name = "AUX E TC2 " ,
4256
- .domains = TGL_AUX_E_TC2_IO_POWER_DOMAINS ,
4239
+ .name = "AUX USBC2 " ,
4240
+ .domains = TGL_AUX_IO_USBC2_POWER_DOMAINS ,
4257
4241
.ops = & icl_aux_power_well_ops ,
4258
4242
.id = DISP_PW_ID_NONE ,
4259
4243
{
@@ -4263,8 +4247,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4263
4247
},
4264
4248
},
4265
4249
{
4266
- .name = "AUX F TC3 " ,
4267
- .domains = TGL_AUX_F_TC3_IO_POWER_DOMAINS ,
4250
+ .name = "AUX USBC3 " ,
4251
+ .domains = TGL_AUX_IO_USBC3_POWER_DOMAINS ,
4268
4252
.ops = & icl_aux_power_well_ops ,
4269
4253
.id = DISP_PW_ID_NONE ,
4270
4254
{
@@ -4274,8 +4258,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4274
4258
},
4275
4259
},
4276
4260
{
4277
- .name = "AUX G TC4 " ,
4278
- .domains = TGL_AUX_G_TC4_IO_POWER_DOMAINS ,
4261
+ .name = "AUX USBC4 " ,
4262
+ .domains = TGL_AUX_IO_USBC4_POWER_DOMAINS ,
4279
4263
.ops = & icl_aux_power_well_ops ,
4280
4264
.id = DISP_PW_ID_NONE ,
4281
4265
{
@@ -4285,8 +4269,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4285
4269
},
4286
4270
},
4287
4271
{
4288
- .name = "AUX H TC5 " ,
4289
- .domains = TGL_AUX_H_TC5_IO_POWER_DOMAINS ,
4272
+ .name = "AUX USBC5 " ,
4273
+ .domains = TGL_AUX_IO_USBC5_POWER_DOMAINS ,
4290
4274
.ops = & icl_aux_power_well_ops ,
4291
4275
.id = DISP_PW_ID_NONE ,
4292
4276
{
@@ -4296,8 +4280,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4296
4280
},
4297
4281
},
4298
4282
{
4299
- .name = "AUX I TC6 " ,
4300
- .domains = TGL_AUX_I_TC6_IO_POWER_DOMAINS ,
4283
+ .name = "AUX USBC6 " ,
4284
+ .domains = TGL_AUX_IO_USBC6_POWER_DOMAINS ,
4301
4285
.ops = & icl_aux_power_well_ops ,
4302
4286
.id = DISP_PW_ID_NONE ,
4303
4287
{
@@ -4307,8 +4291,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4307
4291
},
4308
4292
},
4309
4293
{
4310
- .name = "AUX D TBT1" ,
4311
- .domains = TGL_AUX_D_TBT1_IO_POWER_DOMAINS ,
4294
+ .name = "AUX TBT1" ,
4295
+ .domains = TGL_AUX_IO_TBT1_POWER_DOMAINS ,
4312
4296
.ops = & icl_aux_power_well_ops ,
4313
4297
.id = DISP_PW_ID_NONE ,
4314
4298
{
@@ -4318,8 +4302,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4318
4302
},
4319
4303
},
4320
4304
{
4321
- .name = "AUX E TBT2" ,
4322
- .domains = TGL_AUX_E_TBT2_IO_POWER_DOMAINS ,
4305
+ .name = "AUX TBT2" ,
4306
+ .domains = TGL_AUX_IO_TBT2_POWER_DOMAINS ,
4323
4307
.ops = & icl_aux_power_well_ops ,
4324
4308
.id = DISP_PW_ID_NONE ,
4325
4309
{
@@ -4329,8 +4313,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4329
4313
},
4330
4314
},
4331
4315
{
4332
- .name = "AUX F TBT3" ,
4333
- .domains = TGL_AUX_F_TBT3_IO_POWER_DOMAINS ,
4316
+ .name = "AUX TBT3" ,
4317
+ .domains = TGL_AUX_IO_TBT3_POWER_DOMAINS ,
4334
4318
.ops = & icl_aux_power_well_ops ,
4335
4319
.id = DISP_PW_ID_NONE ,
4336
4320
{
@@ -4340,8 +4324,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4340
4324
},
4341
4325
},
4342
4326
{
4343
- .name = "AUX G TBT4" ,
4344
- .domains = TGL_AUX_G_TBT4_IO_POWER_DOMAINS ,
4327
+ .name = "AUX TBT4" ,
4328
+ .domains = TGL_AUX_IO_TBT4_POWER_DOMAINS ,
4345
4329
.ops = & icl_aux_power_well_ops ,
4346
4330
.id = DISP_PW_ID_NONE ,
4347
4331
{
@@ -4351,8 +4335,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4351
4335
},
4352
4336
},
4353
4337
{
4354
- .name = "AUX H TBT5" ,
4355
- .domains = TGL_AUX_H_TBT5_IO_POWER_DOMAINS ,
4338
+ .name = "AUX TBT5" ,
4339
+ .domains = TGL_AUX_IO_TBT5_POWER_DOMAINS ,
4356
4340
.ops = & icl_aux_power_well_ops ,
4357
4341
.id = DISP_PW_ID_NONE ,
4358
4342
{
@@ -4362,8 +4346,8 @@ static const struct i915_power_well_desc tgl_power_wells[] = {
4362
4346
},
4363
4347
},
4364
4348
{
4365
- .name = "AUX I TBT6" ,
4366
- .domains = TGL_AUX_I_TBT6_IO_POWER_DOMAINS ,
4349
+ .name = "AUX TBT6" ,
4350
+ .domains = TGL_AUX_IO_TBT6_POWER_DOMAINS ,
4367
4351
.ops = & icl_aux_power_well_ops ,
4368
4352
.id = DISP_PW_ID_NONE ,
4369
4353
{
@@ -4471,8 +4455,8 @@ static const struct i915_power_well_desc rkl_power_wells[] = {
4471
4455
}
4472
4456
},
4473
4457
{
4474
- .name = "DDI D TC1 IO " ,
4475
- .domains = TGL_DDI_IO_D_TC1_POWER_DOMAINS ,
4458
+ .name = "DDI IO TC1" ,
4459
+ .domains = TGL_DDI_IO_TC1_POWER_DOMAINS ,
4476
4460
.ops = & hsw_power_well_ops ,
4477
4461
.id = DISP_PW_ID_NONE ,
4478
4462
{
@@ -4481,8 +4465,8 @@ static const struct i915_power_well_desc rkl_power_wells[] = {
4481
4465
},
4482
4466
},
4483
4467
{
4484
- .name = "DDI E TC2 IO " ,
4485
- .domains = TGL_DDI_IO_E_TC2_POWER_DOMAINS ,
4468
+ .name = "DDI IO TC2" ,
4469
+ .domains = TGL_DDI_IO_TC2_POWER_DOMAINS ,
4486
4470
.ops = & hsw_power_well_ops ,
4487
4471
.id = DISP_PW_ID_NONE ,
4488
4472
{
@@ -4511,8 +4495,8 @@ static const struct i915_power_well_desc rkl_power_wells[] = {
4511
4495
},
4512
4496
},
4513
4497
{
4514
- .name = "AUX D TC1 " ,
4515
- .domains = TGL_AUX_D_TC1_IO_POWER_DOMAINS ,
4498
+ .name = "AUX USBC1 " ,
4499
+ .domains = TGL_AUX_IO_USBC1_POWER_DOMAINS ,
4516
4500
.ops = & icl_aux_power_well_ops ,
4517
4501
.id = DISP_PW_ID_NONE ,
4518
4502
{
@@ -4521,8 +4505,8 @@ static const struct i915_power_well_desc rkl_power_wells[] = {
4521
4505
},
4522
4506
},
4523
4507
{
4524
- .name = "AUX E TC2 " ,
4525
- .domains = TGL_AUX_E_TC2_IO_POWER_DOMAINS ,
4508
+ .name = "AUX USBC2 " ,
4509
+ .domains = TGL_AUX_IO_USBC2_POWER_DOMAINS ,
4526
4510
.ops = & icl_aux_power_well_ops ,
4527
4511
.id = DISP_PW_ID_NONE ,
4528
4512
{
0 commit comments