Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c655 struct dml2_hubp_pipe_mcache_regs *mcache_regs) in hubp401_program_mcache_id_and_split_coordinate() argument
660 MCACHEID_REG_READ_1H_P0, mcache_regs->main.p0.mcache_id_first, in hubp401_program_mcache_id_and_split_coordinate()
661 MCACHEID_REG_READ_2H_P0, mcache_regs->main.p0.mcache_id_second, in hubp401_program_mcache_id_and_split_coordinate()
662 MCACHEID_REG_READ_1H_P1, mcache_regs->main.p1.mcache_id_first, in hubp401_program_mcache_id_and_split_coordinate()
663 MCACHEID_REG_READ_2H_P1, mcache_regs->main.p1.mcache_id_second, in hubp401_program_mcache_id_and_split_coordinate()
664 MCACHEID_MALL_PREF_1H_P0, mcache_regs->mall.p0.mcache_id_first, in hubp401_program_mcache_id_and_split_coordinate()
665 MCACHEID_MALL_PREF_2H_P0, mcache_regs->mall.p0.mcache_id_second, in hubp401_program_mcache_id_and_split_coordinate()
666 MCACHEID_MALL_PREF_1H_P1, mcache_regs->mall.p1.mcache_id_first, in hubp401_program_mcache_id_and_split_coordinate()
667 MCACHEID_MALL_PREF_2H_P1, mcache_regs->mall.p1.mcache_id_second); in hubp401_program_mcache_id_and_split_coordinate()
670 VIEWPORT_MCACHE_SPLIT_COORDINATE, mcache_regs->main.p0.split_location, in hubp401_program_mcache_id_and_split_coordinate()
[all …]
H A Ddcn401_hubp.h303 struct dml2_hubp_pipe_mcache_regs *mcache_regs);
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h273 …mcache_id_and_split_coordinate)(struct hubp *hubp, struct dml2_hubp_pipe_mcache_regs *mcache_regs);
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_wrapper.c389 memcpy(&dc_main_pipes[dc_pipe_index]->mcache_regs, in dml21_prepare_mcache_programming()
403 memcpy(&dc_phantom_pipes[dc_pipe_index]->mcache_regs, in dml21_prepare_mcache_programming()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h469 struct dml2_hubp_pipe_mcache_regs mcache_regs; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h759 …struct dml2_display_mcache_regs mcache_regs[DML2_MAX_PLANES][DML2_MAX_DCN_PIPES]; //One set per pi… member
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c578 uint32_t first_id = pipe_ctx->mcache_regs.main.p0.mcache_id_first; in get_dcc_visual_confirm_color()
579 uint32_t second_id = pipe_ctx->mcache_regs.main.p0.mcache_id_second; in get_dcc_visual_confirm_color()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1781 hubp->funcs->hubp_program_mcache_id_and_split_coordinate(hubp, &pipe_ctx->mcache_regs); in dcn20_update_dchubp_dpp()