Searched refs:vpg3 (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
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 52 struct dcn30_vpg *vpg3 = DCN30_VPG_FROM_VPG(vpg); in vpg3_update_generic_info_packet() local 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() [all …]
|
D | dcn30_vpg.h | 170 void vpg3_construct(struct dcn30_vpg *vpg3,
|
D | dcn30_resource.c | 989 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn30_vpg_create() local 991 if (!vpg3) in dcn30_vpg_create() 994 vpg3_construct(vpg3, ctx, inst, in dcn30_vpg_create() 999 return &vpg3->base; in dcn30_vpg_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_resource.c | 305 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn302_vpg_create() local 307 if (!vpg3) in dcn302_vpg_create() 310 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn302_vpg_create() 312 return &vpg3->base; in dcn302_vpg_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_resource.c | 281 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn303_vpg_create() local 283 if (!vpg3) in dcn303_vpg_create() 286 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn303_vpg_create() 288 return &vpg3->base; in dcn303_vpg_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_resource.c | 967 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn301_vpg_create() local 969 if (!vpg3) in dcn301_vpg_create() 972 vpg3_construct(vpg3, ctx, inst, in dcn301_vpg_create() 977 return &vpg3->base; in dcn301_vpg_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn321/ |
D | dcn321_resource.c | 1114 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn321_vpg_create() local 1116 if (!vpg3) in dcn321_vpg_create() 1132 vpg3_construct(vpg3, ctx, inst, in dcn321_vpg_create() 1137 return &vpg3->base; in dcn321_vpg_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.c | 1128 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn32_vpg_create() local 1130 if (!vpg3) in dcn32_vpg_create() 1146 vpg3_construct(vpg3, ctx, inst, in dcn32_vpg_create() 1151 return &vpg3->base; in dcn32_vpg_create()
|