Searched refs:apg31 (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_apg.c | 33 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 …]
|
D | dcn31_resource.c | 1216 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/ |
D | dcn314_resource.c | 1242 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/ |
D | dcn315_resource.c | 1212 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/ |
D | dcn316_resource.c | 1212 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/ |
D | dcn321_resource.c | 1170 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/ |
D | dcn32_resource.c | 1184 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()
|