Searched refs:vpg3 (Results 1 – 3 of 3) sorted by relevance
32 vpg3->base.ctx->logger35 (vpg3->regs->reg)39 vpg3->vpg_shift->field_name, vpg3->vpg_mask->field_name43 vpg3->base.ctx51 struct dcn30_vpg *vpg3 = DCN30_VPG_FROM_VPG(vpg); in vpg3_update_generic_info_packet() local179 void vpg3_construct(struct dcn30_vpg *vpg3, in vpg3_construct() argument186 vpg3->base.ctx = ctx; in vpg3_construct()188 vpg3->base.inst = inst; in vpg3_construct()189 vpg3->base.funcs = &dcn30_vpg_funcs; in vpg3_construct()191 vpg3->regs = vpg_regs; in vpg3_construct()[all …]
125 void vpg3_construct(struct dcn30_vpg *vpg3,
1112 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn30_vpg_create() local1114 if (!vpg3) in dcn30_vpg_create()1117 vpg3_construct(vpg3, ctx, inst, in dcn30_vpg_create()1122 return &vpg3->base; in dcn30_vpg_create()