Home
last modified time | relevance | path

Searched refs:disable_dsc (Results 1 – 11 of 11) 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.h288 void (*disable_dsc)( member
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.c375 .disable_dsc = dccg31_disable_dscclk,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H 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/
H A Dhub.c1015 goto disable_dsc; in tegra_display_hub_runtime_resume()
1034 disable_dsc: in tegra_display_hub_runtime_resume()
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/
H A Ddcn35_dccg.c2406 .disable_dsc = dccg35_disable_dscclk_cb,
2441 .disable_dsc = dccg35_disable_dscclk,
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn31/
H A Ddcn31_dccg.c851 .disable_dsc = dccg31_disable_dscclk,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1328 if (dc->res_pool->dccg->funcs->disable_dsc) in dcn35_root_clock_control()
1329 dc->res_pool->dccg->funcs->disable_dsc(dc->res_pool->dccg, i); in dcn35_root_clock_control()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h987 bool disable_dsc; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2039 adev->dm.dc->debug.disable_dsc = true; in amdgpu_dm_init()