Home
last modified time | relevance | path

Searched refs:vpg3 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_vpg.c32 vpg3->base.ctx->logger
35 (vpg3->regs->reg)
39 vpg3->vpg_shift->field_name, vpg3->vpg_mask->field_name
43 vpg3->base.ctx
51 struct dcn30_vpg *vpg3 = DCN30_VPG_FROM_VPG(vpg); in vpg3_update_generic_info_packet() local
179 void vpg3_construct(struct dcn30_vpg *vpg3, in vpg3_construct() argument
186 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 …]
Ddcn30_vpg.h125 void vpg3_construct(struct dcn30_vpg *vpg3,
Ddcn30_resource.c1112 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn30_vpg_create() local
1114 if (!vpg3) in dcn30_vpg_create()
1117 vpg3_construct(vpg3, ctx, inst, in dcn30_vpg_create()
1122 return &vpg3->base; in dcn30_vpg_create()