File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
drivers/gpu/drm/amd/display/dc/resource/dcn10 Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -559,17 +559,6 @@ static const struct dc_debug_options debug_defaults_drv = {
559
559
.using_dml2 = false,
560
560
};
561
561
562
- static const struct dc_debug_options debug_defaults_diags = {
563
- .disable_dmcu = false,
564
- .force_abm_enable = false,
565
- .clock_trace = true,
566
- .disable_stutter = true,
567
- .disable_pplib_clock_request = true,
568
- .disable_pplib_wm_range = true,
569
- .underflow_assert_delay_us = 0xFFFFFFFF ,
570
- .enable_legacy_fast_update = true,
571
- };
572
-
573
562
static void dcn10_dpp_destroy (struct dpp * * dpp )
574
563
{
575
564
kfree (TO_DCN10_DPP (* dpp ));
@@ -1398,8 +1387,6 @@ static bool dcn10_resource_construct(
1398
1387
1399
1388
if (dc -> ctx -> dce_environment == DCE_ENV_PRODUCTION_DRV )
1400
1389
dc -> debug = debug_defaults_drv ;
1401
- else
1402
- dc -> debug = debug_defaults_diags ;
1403
1390
1404
1391
/*************************************************
1405
1392
* Create resources *
You can’t perform that action at this time.
0 commit comments