Home
last modified time | relevance | path

Searched refs:hubp201 (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_hubp.c33 hubp201->hubp_regs->reg
36 hubp201->base.ctx
40 hubp201->hubp_shift->field_name, hubp201->hubp_mask->field_name
69 struct dcn201_hubp *hubp201 = TO_DCN201_HUBP(hubp); in hubp201_program_requestor() local
132 struct dcn201_hubp *hubp201, in dcn201_hubp_construct() argument
139 hubp201->base.funcs = &dcn201_hubp_funcs; in dcn201_hubp_construct()
140 hubp201->base.ctx = ctx; in dcn201_hubp_construct()
141 hubp201->hubp_regs = hubp_regs; in dcn201_hubp_construct()
142 hubp201->hubp_shift = hubp_shift; in dcn201_hubp_construct()
143 hubp201->hubp_mask = hubp_mask; in dcn201_hubp_construct()
[all …]
Ddcn201_resource.c989 struct dcn201_hubp *hubp201 = in dcn201_hubp_create() local
992 if (!hubp201) in dcn201_hubp_create()
995 if (dcn201_hubp_construct(hubp201, ctx, inst, in dcn201_hubp_create()
997 return &hubp201->base; in dcn201_hubp_create()
999 kfree(hubp201); in dcn201_hubp_create()
Ddcn201_hubp.h125 struct dcn201_hubp *hubp201,