Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn21/
A Ddcn21_hubp.c37 hubp21->hubp_regs->reg
40 hubp21->base.ctx
44 hubp21->hubp_shift->field_name, hubp21->hubp_mask->field_name
846 struct dcn21_hubp *hubp21, in hubp21_construct() argument
854 hubp21->base.ctx = ctx; in hubp21_construct()
855 hubp21->hubp_regs = hubp_regs; in hubp21_construct()
856 hubp21->hubp_shift = hubp_shift; in hubp21_construct()
857 hubp21->hubp_mask = hubp_mask; in hubp21_construct()
858 hubp21->base.inst = inst; in hubp21_construct()
859 hubp21->base.opp_id = OPP_ID_INVALID; in hubp21_construct()
[all …]
A Ddcn21_hubp.h115 struct dcn21_hubp *hubp21,
A Ddcn21_resource.c1015 struct dcn21_hubp *hubp21 = in dcn21_hubp_create() local
1018 if (!hubp21) in dcn21_hubp_create()
1021 if (hubp21_construct(hubp21, ctx, inst, in dcn21_hubp_create()
1023 return &hubp21->base; in dcn21_hubp_create()
1026 kfree(hubp21); in dcn21_hubp_create()

Completed in 7 milliseconds