Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_pingpong.h88 void (*disable_dsc)(struct dpu_hw_pingpong *pp); member
A Ddpu_hw_pingpong.c316 c->ops.disable_dsc = dpu_hw_pp_dsc_disable; in dpu_hw_pingpong_init()
A Ddpu_encoder.c2060 if (hw_pp->ops.disable_dsc) in dpu_encoder_dsc_pipe_clr()
2061 hw_pp->ops.disable_dsc(hw_pp); in dpu_encoder_dsc_pipe_clr()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
A Ddccg.h166 void (*disable_dsc)( member
/linux/drivers/gpu/drm/amd/display/dc/pg/dcn35/
A Ddcn35_pg_cntl.c148 if (pg_cntl->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) { in pg_cntl35_dsc_pg_control()
150 pg_cntl->ctx->dc->res_pool->dccg->funcs->disable_dsc( in pg_cntl35_dsc_pg_control()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
A Ddcn314_hwseq.c262 if (hws->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) in dcn314_dsc_pg_control()
263 hws->ctx->dc->res_pool->dccg->funcs->disable_dsc( in dcn314_dsc_pg_control()
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
A Ddcn314_dccg.c374 .disable_dsc = dccg31_disable_dscclk,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
A Ddcn31_hwseq.c335 if (hws->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) in dcn31_dsc_pg_control()
336 hws->ctx->dc->res_pool->dccg->funcs->disable_dsc( in dcn31_dsc_pg_control()
/linux/drivers/gpu/drm/tegra/
A Dhub.c1014 goto disable_dsc; in tegra_display_hub_runtime_resume()
1033 disable_dsc: in tegra_display_hub_runtime_resume()
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn31/
A Ddcn31_dccg.c728 .disable_dsc = dccg31_disable_dscclk,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
A Ddcn35_hwseq.c1354 if (dc->res_pool->dccg->funcs->disable_dsc) in dcn35_root_clock_control()
1355 dc->res_pool->dccg->funcs->disable_dsc(dc->res_pool->dccg, i); in dcn35_root_clock_control()
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/
A Ddcn35_dccg.c2363 .disable_dsc = dccg35_disable_dscclk_cb,
2394 .disable_dsc = dccg35_disable_dscclk,
/linux/drivers/gpu/drm/amd/display/dc/dsc/
A Ddc_dsc.c492 if (!dsc->ctx->dc->debug.disable_dsc) in get_dsc_enc_caps()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc.h858 bool disable_dsc; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm.c1974 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()

Completed in 54 milliseconds