Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/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
137 struct dcn201_hubp *hubp201, in dcn201_hubp_construct() argument
144 hubp201->base.funcs = &dcn201_hubp_funcs; in dcn201_hubp_construct()
145 hubp201->base.ctx = ctx; in dcn201_hubp_construct()
146 hubp201->hubp_regs = hubp_regs; in dcn201_hubp_construct()
147 hubp201->hubp_shift = hubp_shift; in dcn201_hubp_construct()
148 hubp201->hubp_mask = hubp_mask; in dcn201_hubp_construct()
[all …]
Ddcn201_hubp.h125 struct dcn201_hubp *hubp201,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn201/
Ddcn201_resource.c986 struct dcn201_hubp *hubp201 = in dcn201_hubp_create() local
989 if (!hubp201) in dcn201_hubp_create()
992 if (dcn201_hubp_construct(hubp201, ctx, inst, in dcn201_hubp_create()
994 return &hubp201->base; in dcn201_hubp_create()
996 kfree(hubp201); in dcn201_hubp_create()