Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h166 void (*disable_dsc)( member
/linux/drivers/gpu/drm/amd/display/dc/pg/dcn35/
H 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/
H A Ddcn314_hwseq.c274 if (hws->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) in dcn314_dsc_pg_control()
275 hws->ctx->dc->res_pool->dccg->funcs->disable_dsc( in dcn314_dsc_pg_control()
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.c374 .disable_dsc = dccg31_disable_dscclk,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c337 if (hws->ctx->dc->res_pool->dccg->funcs->disable_dsc && !power_on) in dcn31_dsc_pg_control()
338 hws->ctx->dc->res_pool->dccg->funcs->disable_dsc( in dcn31_dsc_pg_control()
/linux/drivers/gpu/drm/tegra/
H 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/
H A Ddcn31_dccg.c728 .disable_dsc = dccg31_disable_dscclk,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1378 if (dc->res_pool->dccg->funcs->disable_dsc) in dcn35_root_clock_control()
1379 dc->res_pool->dccg->funcs->disable_dsc(dc->res_pool->dccg, i); in dcn35_root_clock_control()
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c537 if (!dsc->ctx->dc->debug.disable_dsc) in get_dsc_enc_caps()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c2212 if (hw_pp->ops.disable_dsc) in dpu_encoder_dsc_pipe_clr()
2213 hw_pp->ops.disable_dsc(hw_pp); in dpu_encoder_dsc_pipe_clr()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h872 bool disable_dsc; member