Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c34 hubp2->hubp_regs->reg
37 hubp2->base.ctx
41 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name
46 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_set_vm_system_aperture_settings() local
82 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_program_deadline() local
172 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_vready_at_or_After_vsync() local
194 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_program_requestor() local
245 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_setup_interdependent() local
306 struct dcn20_hubp *hubp2, in hubp2_program_tiling() argument
328 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_program_size() local
[all …]
Ddcn20_hubp.h233 struct dcn20_hubp *hubp2,
Ddcn20_resource.c1308 struct dcn20_hubp *hubp2 = in dcn20_hubp_create() local
1311 if (!hubp2) in dcn20_hubp_create()
1314 if (hubp2_construct(hubp2, ctx, inst, in dcn20_hubp_create()
1316 return &hubp2->base; in dcn20_hubp_create()
1319 kfree(hubp2); in dcn20_hubp_create()