HomeSort by: relevance | last modified time | path
    Searched defs:mpc10 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_mpc.c 35 mpc10->mpc_regs->reg
38 mpc10->base.ctx
42 mpc10->mpc_shift->field_name, mpc10->mpc_mask->field_name
49 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
79 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
98 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
110 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
112 ASSERT(!(mpc10->mpcc_in_use_mask & 1 << id));
120 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc) local
140 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
156 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
197 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
281 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
360 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
381 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
401 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
448 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); local
    [all...]
amdgpu_dcn10_resource.c 725 struct dcn10_mpc *mpc10 = kzalloc(sizeof(struct dcn10_mpc), local
728 if (!mpc10)
731 dcn10_mpc_construct(mpc10, ctx,
737 return &mpc10->base;

Completed in 28 milliseconds