Home
last modified time | relevance | path

Searched refs:work_arounds (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
H A Ddcn32_clk_mgr.c499 !dc->work_arounds.clock_update_disable_mask.fclk) { in dcn32_update_clocks()
514 !dc->work_arounds.clock_update_disable_mask.dcfclk) { in dcn32_update_clocks()
520 !dc->work_arounds.clock_update_disable_mask.dcfclk_ds) { in dcn32_update_clocks()
540 !dc->work_arounds.clock_update_disable_mask.uclk) { in dcn32_update_clocks()
573 !dc->work_arounds.clock_update_disable_mask.fclk) { in dcn32_update_clocks()
580 !dc->work_arounds.clock_update_disable_mask.uclk) { in dcn32_update_clocks()
588 !dc->work_arounds.clock_update_disable_mask.uclk) { in dcn32_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_8b_10b.c175 if (!link->ctx->dc->work_arounds.lt_early_cr_pattern) in perform_8b_10b_clock_recovery_sequence()
365 if (link->ctx->dc->work_arounds.lt_early_cr_pattern) in dp_perform_8b_10b_link_training()
H A Dlink_dp_training_fixed_vs_pe_retimer.c125 if (link->ctx->dc->work_arounds.lt_early_cr_pattern) in perform_fixed_vs_pe_nontransparent_training_sequence()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/
H A Ddcn201_clk_mgr.c100 if (dc->work_arounds.skip_clock_update) in dcn201_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv1_clk_mgr.c207 if (dc->work_arounds.skip_clock_update) in rv1_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_resource.c1152 dc->work_arounds.no_connect_phy_config = true; in dcn201_resource_construct()
1153 dc->work_arounds.dedcn20_305_wa = true; in dcn201_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
H A Ddcn30_clk_mgr.c210 if (dc->work_arounds.skip_clock_update || !clk_mgr->smu_present) in dcn3_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H A Ddcn20_clk_mgr.c234 if (dc->work_arounds.skip_clock_update) in dcn2_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mpc.c414 if (mpc->ctx->dc->work_arounds.dedcn20_305_wa == false) { in apply_DEDCN20_305_wa()
H A Ddcn20_resource.c2474 dc->work_arounds.dedcn20_305_wa = true; in dcn20_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_clk_mgr.c148 if (dc->work_arounds.skip_clock_update) in dcn316_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c145 if (dc->work_arounds.skip_clock_update) in rn_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
H A Dvg_clk_mgr.c107 if (dc->work_arounds.skip_clock_update) in vg_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.c146 if (dc->work_arounds.skip_clock_update) in dcn31_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_clk_mgr.c138 if (dc->work_arounds.skip_clock_update) in dcn315_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c173 if (dc->work_arounds.skip_clock_update) in dcn314_update_clocks()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h933 struct dc_bug_wa work_arounds; member