Searched refs:disable_dsc (Results 1 – 7 of 7) 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()
298 void (*disable_dsc)(288 void (*disable_dsc)( global() member
400 .disable_dsc = dccg31_disable_dscclk, in dccg314_create()
1069 if (!dc->clk_mgr || !dc->clk_mgr->funcs->get_max_clock_khz || !dc->res_pool || dc->debug.disable_dsc) in setup_dsc_config() 1142 if (!dsc || !dsc->ctx || !dsc->ctx->dc || dsc->ctx->dc->debug.disable_dsc) in setup_dsc_config()
1047 bool disable_dsc;990 bool disable_dsc; global() member
2172 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()