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/
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
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 Ddcn30_vpg.h149 void vpg3_construct(struct dcn30_vpg *vpg3,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
A Ddcn302_resource.c299 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn302_vpg_create() local
301 if (!vpg3) in dcn302_vpg_create()
304 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn302_vpg_create()
306 return &vpg3->base; in dcn302_vpg_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
A Ddcn303_resource.c293 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn303_vpg_create() local
295 if (!vpg3) in dcn303_vpg_create()
298 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn303_vpg_create()
300 return &vpg3->base; in dcn303_vpg_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
A Ddcn301_resource.c953 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); 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/
A Ddcn321_resource.c1106 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); 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/
A Ddcn30_resource.c982 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); 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/
A Ddcn32_resource.c1123 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn32_vpg_create() local
1125 if (!vpg3) in dcn32_vpg_create()
1141 vpg3_construct(vpg3, ctx, inst, in dcn32_vpg_create()
1146 return &vpg3->base; in dcn32_vpg_create()

Completed in 29 milliseconds