Searched refs:vpg3 (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_vpg.c | 32 vpg3->base.ctx->logger 35 (vpg3->regs->reg) 39 vpg3->vpg_shift->field_name, vpg3->vpg_mask->field_name 43 vpg3->base.ctx 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->base.funcs = &dcn30_vpg_funcs; in vpg3_construct() 261 vpg3->regs = vpg_regs; in vpg3_construct() 262 vpg3->vpg_shift = vpg_shift; in vpg3_construct() [all …]
|
A D | dcn30_vpg.h | 170 void vpg3_construct(struct dcn30_vpg *vpg3,
|
A D | dcn30_resource.c | 1116 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn30_vpg_create() local 1118 if (!vpg3) in dcn30_vpg_create() 1121 vpg3_construct(vpg3, ctx, inst, in dcn30_vpg_create() 1126 return &vpg3->base; in dcn30_vpg_create()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
A D | dcn301_resource.c | 970 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn301_vpg_create() local 972 if (!vpg3) in dcn301_vpg_create() 975 vpg3_construct(vpg3, ctx, inst, in dcn301_vpg_create() 980 return &vpg3->base; in dcn301_vpg_create()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
A D | dcn302_resource.c | 434 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn302_vpg_create() local 436 if (!vpg3) in dcn302_vpg_create() 439 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn302_vpg_create() 441 return &vpg3->base; in dcn302_vpg_create()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
A D | dcn303_resource.c | 408 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn303_vpg_create() local 410 if (!vpg3) in dcn303_vpg_create() 413 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn303_vpg_create() 415 return &vpg3->base; in dcn303_vpg_create()
|
Completed in 20 milliseconds