Searched refs:disable_dsc (Results 1 – 11 of 11) sorted by relevance
88 void (*disable_dsc)(struct dpu_hw_pingpong *pp); member
2226 if (hw_pp->ops.disable_dsc) in dpu_encoder_dsc_pipe_clr()2227 hw_pp->ops.disable_dsc(hw_pp); in dpu_encoder_dsc_pipe_clr()
288 void (*disable_dsc)( member
375 .disable_dsc = dccg31_disable_dscclk,
335 if (hws->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) in dcn31_dsc_pg_control()336 hws->ctx->dc->res_pool->dccg->funcs->disable_dsc( in dcn31_dsc_pg_control()
1015 goto disable_dsc; in tegra_display_hub_runtime_resume()1034 disable_dsc: in tegra_display_hub_runtime_resume()
2406 .disable_dsc = dccg35_disable_dscclk_cb,2441 .disable_dsc = dccg35_disable_dscclk,
851 .disable_dsc = dccg31_disable_dscclk,
1328 if (dc->res_pool->dccg->funcs->disable_dsc) in dcn35_root_clock_control()1329 dc->res_pool->dccg->funcs->disable_dsc(dc->res_pool->dccg, i); in dcn35_root_clock_control()
987 bool disable_dsc; member
2039 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()