Home
last modified time | relevance | path

Searched refs:vpg31 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_vpg.c33 vpg31->base.ctx->logger
36 (vpg31->regs->reg)
40 vpg31->vpg_shift->field_name, vpg31->vpg_mask->field_name
44 vpg31->base.ctx
54 struct dcn31_vpg *vpg31 = DCN31_VPG_FROM_VPG(vpg); in vpg31_powerdown() local
64 struct dcn31_vpg *vpg31 = DCN31_VPG_FROM_VPG(vpg); in vpg31_poweron() local
77 void vpg31_construct(struct dcn31_vpg *vpg31, in vpg31_construct() argument
84 vpg31->base.ctx = ctx; in vpg31_construct()
86 vpg31->base.inst = inst; in vpg31_construct()
87 vpg31->base.funcs = &dcn31_vpg_funcs; in vpg31_construct()
[all …]
H A Ddcn31_vpg.h156 void vpg31_construct(struct dcn31_vpg *vpg31,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1188 struct dcn31_vpg *vpg31 = kzalloc(sizeof(struct dcn31_vpg), GFP_KERNEL); in dcn31_vpg_create() local
1190 if (!vpg31) in dcn31_vpg_create()
1206 vpg31_construct(vpg31, ctx, inst, in dcn31_vpg_create()
1211 return &vpg31->base; in dcn31_vpg_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1168 struct dcn31_vpg *vpg31 = kzalloc(sizeof(struct dcn31_vpg), GFP_KERNEL); in dcn31_vpg_create() local
1170 if (!vpg31) in dcn31_vpg_create()
1186 vpg31_construct(vpg31, ctx, inst, in dcn31_vpg_create()
1191 return &vpg31->base; in dcn31_vpg_create()