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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_mpc.c 122 ASSERT(mpcc_id < mpc10->num_mpcc);
201 ASSERT(mpcc_id < mpc10->num_mpcc);
365 for (mpcc_id = 0; mpcc_id < mpc10->num_mpcc; mpcc_id++) {
413 for (mpcc_id = 0; mpcc_id < mpc10->num_mpcc; mpcc_id++) {
428 if (bot_sel != 0xf && bot_sel < mpc10->num_mpcc) {
483 int num_mpcc)
496 mpc10->num_mpcc = num_mpcc;
dcn10_mpc.h 124 int num_mpcc; member in struct:dcn10_mpc
135 int num_mpcc);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_mpc.c 570 int num_mpcc)
583 mpc20->num_mpcc = num_mpcc;
dcn20_mpc.h 265 int num_mpcc; member in struct:dcn20_mpc
276 int num_mpcc);

Completed in 13 milliseconds