Searched refs:disable_dsc (Results 1 – 15 of 15) sorted by relevance
88 void (*disable_dsc)(struct dpu_hw_pingpong *pp); member
325 c->ops.disable_dsc = dpu_hw_pp_dsc_disable; in dpu_hw_pingpong_init()
2220 if (hw_pp->ops.disable_dsc) in dpu_encoder_dsc_pipe_clr()2221 hw_pp->ops.disable_dsc(hw_pp); in dpu_encoder_dsc_pipe_clr()
166 void (*disable_dsc)( member
148 if (pg_cntl->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) { in pg_cntl35_dsc_pg_control()150 pg_cntl->ctx->dc->res_pool->dccg->funcs->disable_dsc( in pg_cntl35_dsc_pg_control()
288 if (hws->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) in dcn314_dsc_pg_control()289 hws->ctx->dc->res_pool->dccg->funcs->disable_dsc( in dcn314_dsc_pg_control()
374 .disable_dsc = dccg31_disable_dscclk,
337 if (hws->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) in dcn31_dsc_pg_control()338 hws->ctx->dc->res_pool->dccg->funcs->disable_dsc( in dcn31_dsc_pg_control()
1014 goto disable_dsc; in tegra_display_hub_runtime_resume()1033 disable_dsc: in tegra_display_hub_runtime_resume()
601 … (!dc->clk_mgr || !dc->clk_mgr->funcs->get_max_clock_khz || !dc->res_pool || dc->debug.disable_dsc) in build_dsc_enc_caps()674 if (!dsc || !dsc->ctx || !dsc->ctx->dc || dsc->ctx->dc->debug.disable_dsc) in get_dsc_enc_caps()
728 .disable_dsc = dccg31_disable_dscclk,
2378 .disable_dsc = dccg35_disable_dscclk_cb,2409 .disable_dsc = dccg35_disable_dscclk,
1413 if (dc->res_pool->dccg->funcs->disable_dsc) in dcn35_root_clock_control()1414 dc->res_pool->dccg->funcs->disable_dsc(dc->res_pool->dccg, i); in dcn35_root_clock_control()
933 bool disable_dsc; member
1997 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()
Completed in 64 milliseconds