Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubp.c31 hubp21->hubp_regs->reg
34 hubp21->base.ctx
38 hubp21->hubp_shift->field_name, hubp21->hubp_mask->field_name
75 struct dcn21_hubp *hubp21 = TO_DCN21_HUBP(hubp); in apply_DEDCN21_142_wa_for_hostvm_deadline() local
120 struct dcn21_hubp *hubp21 = TO_DCN21_HUBP(hubp); in hubp21_program_requestor() local
168 struct dcn21_hubp *hubp21 = TO_DCN21_HUBP(hubp); in hubp21_set_vm_system_aperture_settings() local
197 struct dcn21_hubp *hubp21 = TO_DCN21_HUBP(hubp); in hubp21_init() local
227 struct dcn21_hubp *hubp21, in hubp21_construct() argument
234 hubp21->base.funcs = &dcn21_hubp_funcs; in hubp21_construct()
235 hubp21->base.ctx = ctx; in hubp21_construct()
[all …]
Ddcn21_hubp.h114 struct dcn21_hubp *hubp21,
Ddcn21_resource.c1147 struct dcn21_hubp *hubp21 = in dcn21_hubp_create() local
1150 if (!hubp21) in dcn21_hubp_create()
1153 if (hubp21_construct(hubp21, ctx, inst, in dcn21_hubp_create()
1155 return &hubp21->base; in dcn21_hubp_create()
1158 kfree(hubp21); in dcn21_hubp_create()