Searched refs:bot_mpcc_id (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_mpc.c | 417 int bot_mpcc_id; in mpc1_init_mpcc_list_from_hw() local 438 bot_mpcc_id = bot_sel; in mpc1_init_mpcc_list_from_hw() 439 REG_GET(MPCC_OPP_ID[bot_mpcc_id], MPCC_OPP_ID, &opp_id); in mpc1_init_mpcc_list_from_hw() 440 REG_GET(MPCC_TOP_SEL[bot_mpcc_id], MPCC_TOP_SEL, &top_sel); in mpc1_init_mpcc_list_from_hw() 442 struct mpcc *mpcc_bottom = mpc1_get_mpcc(mpc, bot_mpcc_id); in mpc1_init_mpcc_list_from_hw() 461 REG_GET(MPCC_BOT_SEL[mpcc_inst], MPCC_BOT_SEL, &s->bot_mpcc_id); in mpc1_read_mpcc_state()
|
H A D | dcn10_hw_sequencer_debug.c | 401 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_get_mpcc_states()
|
H A D | dcn10_hw_sequencer.c | 334 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_log_hw_state()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_mpc.c | 423 int bot_mpcc_id; in mpc1_init_mpcc_list_from_hw() local 444 bot_mpcc_id = bot_sel; in mpc1_init_mpcc_list_from_hw() 445 REG_GET(MPCC_OPP_ID[bot_mpcc_id], MPCC_OPP_ID, &opp_id); in mpc1_init_mpcc_list_from_hw() 446 REG_GET(MPCC_TOP_SEL[bot_mpcc_id], MPCC_TOP_SEL, &top_sel); in mpc1_init_mpcc_list_from_hw() 448 struct mpcc *mpcc_bottom = mpc1_get_mpcc(mpc, bot_mpcc_id); in mpc1_init_mpcc_list_from_hw() 467 REG_GET(MPCC_BOT_SEL[mpcc_inst], MPCC_BOT_SEL, &s->bot_mpcc_id); in mpc1_read_mpcc_state()
|
H A D | dcn10_hw_sequencer_debug.c | 402 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_get_mpcc_states()
|
H A D | dcn10_hw_sequencer.c | 346 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_log_hw_state()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | mpc.h | 151 uint32_t bot_mpcc_id; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | mpc.h | 189 uint32_t bot_mpcc_id; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 2054 if (s.bot_mpcc_id < MAX_MPCC) in acquire_resource_from_hw_enabled_state() 2056 &pool->mpc->mpcc_array[s.bot_mpcc_id]; in acquire_resource_from_hw_enabled_state()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 2666 if (s.bot_mpcc_id < MAX_MPCC) in acquire_resource_from_hw_enabled_state() 2668 &pool->mpc->mpcc_array[s.bot_mpcc_id]; in acquire_resource_from_hw_enabled_state()
|
Completed in 32 milliseconds