Home
last modified time | relevance | path

Searched refs:vpg3 (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_vpg.c32 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 …]
H A Ddcn30_vpg.h149 void vpg3_construct(struct dcn30_vpg *vpg3,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c295 struct dcn30_vpg *vpg3 = kzalloc_obj(struct dcn30_vpg); in dcn303_vpg_create() local
297 if (!vpg3) in dcn303_vpg_create()
300 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn303_vpg_create()
302 return &vpg3->base; in dcn303_vpg_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c302 struct dcn30_vpg *vpg3 = kzalloc_obj(struct dcn30_vpg); in dcn302_vpg_create() local
304 if (!vpg3) in dcn302_vpg_create()
307 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn302_vpg_create()
309 return &vpg3->base; in dcn302_vpg_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c953 struct dcn30_vpg *vpg3 = kzalloc_obj(struct dcn30_vpg); in dcn301_vpg_create() local
955 if (!vpg3) in dcn301_vpg_create()
958 vpg3_construct(vpg3, ctx, inst, in dcn301_vpg_create()
963 return &vpg3->base; in dcn301_vpg_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1106 struct dcn30_vpg *vpg3 = kzalloc_obj(struct dcn30_vpg); in dcn321_vpg_create() local
1108 if (!vpg3) in dcn321_vpg_create()
1124 vpg3_construct(vpg3, ctx, inst, in dcn321_vpg_create()
1129 return &vpg3->base; in dcn321_vpg_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c982 struct dcn30_vpg *vpg3 = kzalloc_obj(struct dcn30_vpg); in dcn30_vpg_create() local
984 if (!vpg3) in dcn30_vpg_create()
987 vpg3_construct(vpg3, ctx, inst, in dcn30_vpg_create()
992 return &vpg3->base; in dcn30_vpg_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1125 struct dcn30_vpg *vpg3 = kzalloc_obj(struct dcn30_vpg); in dcn32_vpg_create() local
1127 if (!vpg3) in dcn32_vpg_create()
1143 vpg3_construct(vpg3, ctx, inst, in dcn32_vpg_create()
1148 return &vpg3->base; in dcn32_vpg_create()