Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubp/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
69 struct dcn201_hubp *hubp201 = TO_DCN201_HUBP(hubp); in hubp201_program_requestor() local
139 struct dcn201_hubp *hubp201, in dcn201_hubp_construct() argument
146 hubp201->base.funcs = &dcn201_hubp_funcs; in dcn201_hubp_construct()
147 hubp201->base.ctx = ctx; in dcn201_hubp_construct()
148 hubp201->hubp_regs = hubp_regs; in dcn201_hubp_construct()
149 hubp201->hubp_shift = hubp_shift; in dcn201_hubp_construct()
150 hubp201->hubp_mask = hubp_mask; in dcn201_hubp_construct()
[all …]
H A Ddcn201_hubp.h125 struct dcn201_hubp *hubp201,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c1019 struct dcn201_hubp *hubp201 = in dcn201_hubp_create() local
1022 if (!hubp201) in dcn201_hubp_create()
1025 if (dcn201_hubp_construct(hubp201, ctx, inst, in dcn201_hubp_create()
1027 return &hubp201->base; in dcn201_hubp_create()
1029 kfree(hubp201); in dcn201_hubp_create()