Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_pingpong.h134 void (*disable_dsc)(struct dpu_hw_pingpong *pp); member
Ddpu_hw_pingpong.c287 c->ops.disable_dsc = dpu_hw_pp_dsc_disable; in _setup_pingpong_ops()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddccg.h143 void (*disable_dsc)( member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_hwseq.c303 if (hws->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) in dcn314_dsc_pg_control()
304 hws->ctx->dc->res_pool->dccg->funcs->disable_dsc( in dcn314_dsc_pg_control()
Ddcn314_dccg.c308 .disable_dsc = dccg31_disable_dscclk,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hwseq.c355 if (hws->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) in dcn31_dsc_pg_control()
356 hws->ctx->dc->res_pool->dccg->funcs->disable_dsc( in dcn31_dsc_pg_control()
Ddcn31_dccg.c701 .disable_dsc = dccg31_disable_dscclk,
/linux-6.1.9/drivers/gpu/drm/tegra/
Dhub.c1015 goto disable_dsc; in tegra_display_hub_runtime_resume()
1034 disable_dsc: in tegra_display_hub_runtime_resume()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c381 if (!dsc->ctx->dc->debug.disable_dsc) in get_dsc_enc_caps()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc.h714 bool disable_dsc; member
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1585 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()