HomeSort by: relevance | last modified time | path
    Searched refs:bot_mpcc_id (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_mpc.c 408 int bot_mpcc_id; local in function:mpc1_init_mpcc_list_from_hw
429 bot_mpcc_id = bot_sel;
430 REG_GET(MPCC_OPP_ID[bot_mpcc_id], MPCC_OPP_ID, &opp_id);
431 REG_GET(MPCC_TOP_SEL[bot_mpcc_id], MPCC_TOP_SEL, &top_sel);
433 struct mpcc *mpcc_bottom = mpc1_get_mpcc(mpc, bot_mpcc_id);
452 REG_GET(MPCC_BOT_SEL[mpcc_inst], MPCC_BOT_SEL, &s->bot_mpcc_id);
amdgpu_dcn10_hw_sequencer_debug.c 406 i, s.opp_id, s.dpp_id, s.bot_mpcc_id,
amdgpu_dcn10_hw_sequencer.c 337 i, s.opp_id, s.dpp_id, s.bot_mpcc_id,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
mpc.h 132 uint32_t bot_mpcc_id; member in struct:mpcc_state
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 1937 if (s.bot_mpcc_id < MAX_MPCC)
1939 &pool->mpc->mpcc_array[s.bot_mpcc_id];

Completed in 45 milliseconds