Home
last modified time | relevance | path

Searched refs:mcache_regs (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_wrapper_fpu.c360 memcpy(&dc_main_pipes[dc_pipe_index]->mcache_regs, in dml21_prepare_mcache_programming()
374 memcpy(&dc_phantom_pipes[dc_pipe_index]->mcache_regs, in dml21_prepare_mcache_programming()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c611 uint32_t first_id = pipe_ctx->mcache_regs.main.p0.mcache_id_first; in get_dcc_visual_confirm_color()
612 uint32_t second_id = pipe_ctx->mcache_regs.main.p0.mcache_id_second; in get_dcc_visual_confirm_color()
1782 struct dml2_hubp_pipe_mcache_regs *mcache_regs) in hwss_add_hubp_program_mcache_id() argument
1786 …eps[*seq_state->num_steps].params.program_mcache_id_and_split_coordinate.mcache_regs = mcache_regs; in hwss_add_hubp_program_mcache_id()
2064 …struct dml2_hubp_pipe_mcache_regs *mcache_regs = params->program_mcache_id_and_split_coordinate.mc… in hwss_program_mcache_id_and_split_coordinate() local
2066 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.c3618 hwss_add_hubp_program_mcache_id(seq_state, hubp, &pipe_ctx->mcache_regs); in dcn401_update_dchubp_dpp_sequence()