Home
last modified time | relevance | path

Searched refs:vpg3 (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A 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 in vpg3_construct()
[all...]
H A Ddcn30_vpg.h125 void vpg3_construct(struct dcn30_vpg *vpg3,
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A 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
52 struct dcn30_vpg *vpg3 = DCN30_VPG_FROM_VPG(vpg); in vpg3_update_generic_info_packet() local
249 void vpg3_construct(struct dcn30_vpg *vpg3, in vpg3_construct() argument
256 vpg3->base.ctx = ctx; in vpg3_construct()
258 vpg3->base.inst = inst; in vpg3_construct()
259 vpg3 in vpg3_construct()
[all...]
H A Ddcn30_vpg.h170 void vpg3_construct(struct dcn30_vpg *vpg3,
H A Ddcn30_resource.c979 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn30_vpg_create() local
981 if (!vpg3) in dcn30_vpg_create()
984 vpg3_construct(vpg3, ctx, inst, in dcn30_vpg_create()
989 return &vpg3->base; in dcn30_vpg_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c296 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn302_vpg_create() local
298 if (!vpg3) in dcn302_vpg_create()
301 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn302_vpg_create()
303 return &vpg3->base; in dcn302_vpg_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c271 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn303_vpg_create() local
273 if (!vpg3) in dcn303_vpg_create()
276 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn303_vpg_create()
278 return &vpg3->base; in dcn303_vpg_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c1103 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn321_vpg_create() local
1105 if (!vpg3) in dcn321_vpg_create()
1121 vpg3_construct(vpg3, ctx, inst, in dcn321_vpg_create()
1126 return &vpg3->base; in dcn321_vpg_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c949 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn301_vpg_create() local
951 if (!vpg3) in dcn301_vpg_create()
954 vpg3_construct(vpg3, ctx, inst, in dcn301_vpg_create()
959 return &vpg3->base; in dcn301_vpg_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1117 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn32_vpg_create() local
1119 if (!vpg3) in dcn32_vpg_create()
1135 vpg3_construct(vpg3, ctx, inst, in dcn32_vpg_create()
1140 return &vpg3->base; in dcn32_vpg_create()

Completed in 22 milliseconds