Home
last modified time | relevance | path

Searched refs:apg31 (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_apg.c33 apg31->base.ctx->logger
36 (apg31->regs->reg)
40 apg31->apg_shift->field_name, apg31->apg_mask->field_name
44 apg31->base.ctx
50 struct dcn31_apg *apg31 = DCN31_APG_FROM_APG(apg); in apg31_enable() local
69 struct dcn31_apg *apg31 = DCN31_APG_FROM_APG(apg); in apg31_disable() local
114 struct dcn31_apg *apg31 = DCN31_APG_FROM_APG(apg); in apg31_se_audio_setup() local
158 void apg31_construct(struct dcn31_apg *apg31, in apg31_construct() argument
165 apg31->base.ctx = ctx; in apg31_construct()
167 apg31->base.inst = inst; in apg31_construct()
[all …]
Ddcn31_resource.c1216 struct dcn31_apg *apg31 = kzalloc(sizeof(struct dcn31_apg), GFP_KERNEL); in dcn31_apg_create() local
1218 if (!apg31) in dcn31_apg_create()
1221 apg31_construct(apg31, ctx, inst, in dcn31_apg_create()
1226 return &apg31->base; in dcn31_apg_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1242 struct dcn31_apg *apg31 = kzalloc(sizeof(struct dcn31_apg), GFP_KERNEL); in dcn31_apg_create() local
1244 if (!apg31) in dcn31_apg_create()
1247 apg31_construct(apg31, ctx, inst, in dcn31_apg_create()
1252 return &apg31->base; in dcn31_apg_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1212 struct dcn31_apg *apg31 = kzalloc(sizeof(struct dcn31_apg), GFP_KERNEL); in dcn31_apg_create() local
1214 if (!apg31) in dcn31_apg_create()
1217 apg31_construct(apg31, ctx, inst, in dcn31_apg_create()
1222 return &apg31->base; in dcn31_apg_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1212 struct dcn31_apg *apg31 = kzalloc(sizeof(struct dcn31_apg), GFP_KERNEL); in dcn31_apg_create() local
1214 if (!apg31) in dcn31_apg_create()
1217 apg31_construct(apg31, ctx, inst, in dcn31_apg_create()
1222 return &apg31->base; in dcn31_apg_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1170 struct dcn31_apg *apg31 = kzalloc(sizeof(struct dcn31_apg), GFP_KERNEL); in dcn321_apg_create() local
1172 if (!apg31) in dcn321_apg_create()
1182 apg31_construct(apg31, ctx, inst, in dcn321_apg_create()
1187 return &apg31->base; in dcn321_apg_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1184 struct dcn31_apg *apg31 = kzalloc(sizeof(struct dcn31_apg), GFP_KERNEL); in dcn31_apg_create() local
1186 if (!apg31) in dcn31_apg_create()
1196 apg31_construct(apg31, ctx, inst, in dcn31_apg_create()
1201 return &apg31->base; in dcn31_apg_create()