Home
last modified time | relevance | path

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

/openbmc/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_hw_pingpong.c298 c->ops.disable_dsc = dpu_hw_pp_dsc_disable; in _setup_pingpong_ops()
H A Ddpu_encoder.c2010 if (hw_pp->ops.disable_dsc) in dpu_encoder_dsc_pipe_clr()
2011 hw_pp->ops.disable_dsc(hw_pp); in dpu_encoder_dsc_pipe_clr()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h149 void (*disable_dsc)( member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c301 if (hws->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) in dcn314_dsc_pg_control()
302 hws->ctx->dc->res_pool->dccg->funcs->disable_dsc( in dcn314_dsc_pg_control()
H A Ddcn314_dccg.c373 .disable_dsc = dccg31_disable_dscclk,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hwseq.c333 if (hws->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) in dcn31_dsc_pg_control()
334 hws->ctx->dc->res_pool->dccg->funcs->disable_dsc( in dcn31_dsc_pg_control()
H A Ddcn31_dccg.c728 .disable_dsc = dccg31_disable_dscclk,
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dhub.c1015 goto disable_dsc; in tegra_display_hub_runtime_resume()
1034 disable_dsc: in tegra_display_hub_runtime_resume()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c482 if (!dsc->ctx->dc->debug.disable_dsc) in get_dsc_enc_caps()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h749 bool disable_dsc; member
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1724 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()