Searched refs:vpg31 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_vpg.c | 33 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 72 void vpg31_construct(struct dcn31_vpg *vpg31, in vpg31_construct() argument 79 vpg31->base.ctx = ctx; in vpg31_construct() 81 vpg31->base.inst = inst; in vpg31_construct() 82 vpg31->base.funcs = &dcn31_vpg_funcs; in vpg31_construct() [all …]
|
D | dcn31_vpg.h | 155 void vpg31_construct(struct dcn31_vpg *vpg31,
|
D | dcn31_resource.c | 1180 struct dcn31_vpg *vpg31 = kzalloc(sizeof(struct dcn31_vpg), GFP_KERNEL); in dcn31_vpg_create() local 1182 if (!vpg31) in dcn31_vpg_create() 1185 vpg31_construct(vpg31, ctx, inst, in dcn31_vpg_create() 1190 return &vpg31->base; in dcn31_vpg_create()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_resource.c | 1206 struct dcn31_vpg *vpg31 = kzalloc(sizeof(struct dcn31_vpg), GFP_KERNEL); in dcn31_vpg_create() local 1208 if (!vpg31) in dcn31_vpg_create() 1211 vpg31_construct(vpg31, ctx, inst, in dcn31_vpg_create() 1216 return &vpg31->base; in dcn31_vpg_create()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn316/ |
D | dcn316_resource.c | 1175 struct dcn31_vpg *vpg31 = kzalloc(sizeof(struct dcn31_vpg), GFP_KERNEL); in dcn31_vpg_create() local 1177 if (!vpg31) in dcn31_vpg_create() 1180 vpg31_construct(vpg31, ctx, inst, in dcn31_vpg_create() 1185 return &vpg31->base; in dcn31_vpg_create()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn315/ |
D | dcn315_resource.c | 1176 struct dcn31_vpg *vpg31 = kzalloc(sizeof(struct dcn31_vpg), GFP_KERNEL); in dcn31_vpg_create() local 1178 if (!vpg31) in dcn31_vpg_create() 1181 vpg31_construct(vpg31, ctx, inst, in dcn31_vpg_create() 1186 return &vpg31->base; in dcn31_vpg_create()
|