Home
last modified time | relevance | path

Searched refs:hubp_program_mcache_id_and_split_coordinate (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h292 …void (*hubp_program_mcache_id_and_split_coordinate)(struct hubp *hubp, struct dml2_hubp_pipe_mcach… member
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c1060 .hubp_program_mcache_id_and_split_coordinate = hubp401_program_mcache_id_and_split_coordinate,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1782 if (hubp->funcs->hubp_program_mcache_id_and_split_coordinate) in dcn20_update_dchubp_dpp()
1783 hubp->funcs->hubp_program_mcache_id_and_split_coordinate(hubp, &pipe_ctx->mcache_regs); in dcn20_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2053 hubp->funcs->hubp_program_mcache_id_and_split_coordinate(hubp, mcache_regs); in hwss_program_mcache_id_and_split_coordinate()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3688 if (hubp->funcs->hubp_program_mcache_id_and_split_coordinate) in dcn401_update_dchubp_dpp_sequence()