File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
drivers/gpu/drm/amd/display/dc Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ void dcn321_link_encoder_construct(
186
186
__func__ ,
187
187
result );
188
188
}
189
- if (enc10 -> base .ctx -> dc -> debug .hdmi20_disable ) {
189
+ if (enc10 -> base .ctx -> dc -> debug .hdmi20_disable )
190
190
enc10 -> base .features .flags .bits .HDMI_6GB_EN = 0 ;
191
- }
192
191
}
Original file line number Diff line number Diff line change 36
36
struct dc_dp_mst_stream_allocation_table ;
37
37
struct aux_payload ;
38
38
enum aux_return_code_type ;
39
+ enum set_config_status ;
39
40
40
41
/*
41
42
* Allocate memory accessible by the GPU
@@ -200,7 +201,7 @@ int dm_helper_dmub_aux_transfer_sync(
200
201
const struct dc_link * link ,
201
202
struct aux_payload * payload ,
202
203
enum aux_return_code_type * operation_result );
203
- enum set_config_status ;
204
+
204
205
int dm_helpers_dmub_set_config_sync (struct dc_context * ctx ,
205
206
const struct dc_link * link ,
206
207
struct set_config_cmd_payload * payload ,
You can’t perform that action at this time.
0 commit comments