Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_hubp.c33 hubp201->hubp_regs->reg
36 hubp201->base.ctx
40 hubp201->hubp_shift->field_name, hubp201->hubp_mask->field_name
132 struct dcn201_hubp *hubp201, in dcn201_hubp_construct() argument
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()
144 hubp201->base.inst = inst; in dcn201_hubp_construct()
145 hubp201->base.opp_id = OPP_ID_INVALID; in dcn201_hubp_construct()
[all …]
H A Ddcn201_resource.c981 struct dcn201_hubp *hubp201 = in dcn201_hubp_create() local
984 if (!hubp201) in dcn201_hubp_create()
987 if (dcn201_hubp_construct(hubp201, ctx, inst, in dcn201_hubp_create()
989 return &hubp201->base; in dcn201_hubp_create()
991 kfree(hubp201); in dcn201_hubp_create()
H A Ddcn201_hubp.h125 struct dcn201_hubp *hubp201,