Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn21/
H A Ddcn21_hubp.c39 hubp21->hubp_regs->reg
42 hubp21->base.ctx
46 hubp21->hubp_shift->field_name, hubp21->hubp_mask->field_name
847 struct dcn21_hubp *hubp21, in hubp21_construct() argument
855 hubp21->base.ctx = ctx; in hubp21_construct()
856 hubp21->hubp_regs = hubp_regs; in hubp21_construct()
857 hubp21->hubp_shift = hubp_shift; in hubp21_construct()
858 hubp21->hubp_mask = hubp_mask; in hubp21_construct()
859 hubp21->base.inst = inst; in hubp21_construct()
860 hubp21->base.opp_id = OPP_ID_INVALID; in hubp21_construct()
[all …]
H A Ddcn21_hubp.h115 struct dcn21_hubp *hubp21,
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c981 struct dcn21_hubp *hubp21 = in dcn21_hubp_create() local
984 if (!hubp21) in dcn21_hubp_create()
987 if (hubp21_construct(hubp21, ctx, inst, in dcn21_hubp_create()
989 return &hubp21->base; in dcn21_hubp_create()
992 kfree(hubp21); in dcn21_hubp_create()