Searched refs:hubp201 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_hubp.c | 33 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 132 struct dcn201_hubp *hubp201, in dcn201_hubp_construct() 139 hubp201->base.funcs = &dcn201_hubp_funcs; in dcn201_hubp_construct() 140 hubp201->base.ctx = ctx; in dcn201_hubp_construct() 141 hubp201->hubp_regs = hubp_regs; in dcn201_hubp_construct() 142 hubp201 in dcn201_hubp_construct() 131 dcn201_hubp_construct( struct dcn201_hubp *hubp201, struct dc_context *ctx, uint32_t inst, const struct dcn201_hubp_registers *hubp_regs, const struct dcn201_hubp_shift *hubp_shift, const struct dcn201_hubp_mask *hubp_mask) dcn201_hubp_construct() argument [all...] |
H A D | dcn201_resource.c | 981 struct dcn201_hubp *hubp201 = in dcn201_hubp_create() local 984 if (!hubp201) in dcn201_hubp_create() 987 if (dcn201_hubp_construct(hubp201, ctx, inst, in dcn201_hubp_create() 989 return &hubp201->base; in dcn201_hubp_create() 991 kfree(hubp201); in dcn201_hubp_create()
|
H A D | dcn201_hubp.h | 125 struct dcn201_hubp *hubp201,
|
Completed in 2 milliseconds