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()
1025 goto disable_dsc; in tegra_display_hub_runtime_resume() 1044 disable_dsc:
2408 .disable_dsc = dccg35_disable_dscclk_cb,2443 .disable_dsc = dccg35_disable_dscclk,
853 .disable_dsc = dccg31_disable_dscclk,
1330 if (dc->res_pool->dccg->funcs->disable_dsc) in dcn35_root_clock_control() 1331 dc->res_pool->dccg->funcs->disable_dsc(dc->res_pool->dccg, i); in dcn35_root_clock_control()
990 bool disable_dsc;987 bool disable_dsc; global() member
2057 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()