Home
last modified time | relevance | path

Searched refs:disable_dsc (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.h88 void (*disable_dsc)(struct dpu_hw_pingpong *pp); member
H A Ddpu_encoder.c2226 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()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h288 void (*disable_dsc)( member
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.c375 .disable_dsc = dccg31_disable_dscclk,
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c601 … (!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()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h990 bool disable_dsc; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2062 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()