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()
288 void (*disable_dsc)( member
375 .disable_dsc = dccg31_disable_dscclk,
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()
990 bool disable_dsc; member
2062 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()