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.h298 void (*disable_dsc)(
288 void (*disable_dsc)( global() member
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.c400 .disable_dsc = dccg31_disable_dscclk, in dccg314_create()
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c1069 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()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1047 bool disable_dsc;
990 bool disable_dsc; global() member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2172 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()