Home
last modified time | relevance | path

Searched refs:set_ref_dscclk (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h337 void (*set_ref_dscclk)(struct dccg *dccg, uint32_t dsc_inst); member
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn401/
H A Ddcn401_dccg.c874 .set_ref_dscclk = dccg401_set_ref_dscclk,
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c934 if (dccg->funcs->set_ref_dscclk) in link_set_dsc_on_stream()
935 dccg->funcs->set_ref_dscclk(dccg, odm_pipe->stream_res.dsc->inst); in link_set_dsc_on_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1877 if (dccg->funcs->set_ref_dscclk) in clean_up_dsc_blocks()
1878 dccg->funcs->set_ref_dscclk(dccg, dsc->inst); in clean_up_dsc_blocks()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2226 if (dccg->funcs->set_ref_dscclk) in dcn20_post_unlock_reset_opp()
2227 dccg->funcs->set_ref_dscclk(dccg, dsc->inst); in dcn20_post_unlock_reset_opp()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2881 if (dccg && dccg->funcs->set_ref_dscclk) in hwss_dccg_set_ref_dscclk()
2882 dccg->funcs->set_ref_dscclk(dccg, dsc_inst); in hwss_dccg_set_ref_dscclk()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3512 if (dccg && dccg->funcs->set_ref_dscclk) in dcn401_dc_ip_request_cntl()