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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_mpc.c 39 mpc20->mpc_regs->reg
45 mpc20->base.ctx
49 mpc20->mpc_shift->field_name, mpc20->mpc_mask->field_name
58 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
84 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
122 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
144 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
170 ocsc_regs.shifts.csc_c11 = mpc20->mpc_shift->MPC_OCSC_C11_A;
171 ocsc_regs.masks.csc_c11 = mpc20->mpc_mask->MPC_OCSC_C11_A
198 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
254 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
282 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
293 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
306 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
331 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
358 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
388 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
414 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
441 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
477 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
492 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); local
    [all...]
amdgpu_dcn20_resource.c 1082 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), local
1085 if (!mpc20)
1088 dcn20_mpc_construct(mpc20, ctx,
1094 return &mpc20->base;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_resource.c 1299 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), local
1302 if (!mpc20)
1305 dcn20_mpc_construct(mpc20, ctx,
1311 return &mpc20->base;

Completed in 26 milliseconds