| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/ |
| D | dcn31_hubp.c | 33 hubp2->hubp_regs->reg 36 hubp2->base.ctx 40 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name 44 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp31_set_unbounded_requesting() local 52 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp31_soft_reset() local 86 struct dcn20_hubp *hubp2, in hubp31_construct() argument 93 hubp2->base.funcs = &dcn31_hubp_funcs; in hubp31_construct() 94 hubp2->base.ctx = ctx; in hubp31_construct() 95 hubp2->hubp_regs = hubp_regs; in hubp31_construct() 96 hubp2->hubp_shift = hubp_shift; in hubp31_construct() [all …]
|
| D | dcn31_resource.c | 1457 struct dcn20_hubp *hubp2 = in dcn31_hubp_create() local 1460 if (!hubp2) in dcn31_hubp_create() 1463 if (hubp31_construct(hubp2, ctx, inst, in dcn31_hubp_create() 1465 return &hubp2->base; in dcn31_hubp_create() 1468 kfree(hubp2); in dcn31_hubp_create()
|
| D | dcn31_hubp.h | 235 struct dcn20_hubp *hubp2,
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/ |
| D | dcn30_hubp.c | 36 hubp2->hubp_regs->reg 39 hubp2->base.ctx 43 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name 48 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp3_set_vm_system_aperture_settings() local 77 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp3_program_surface_flip_and_addr() local 324 struct dcn20_hubp *hubp2, in hubp3_program_tiling() argument 345 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp3_dcc_control() local 357 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp3_dcc_control_sienna_cichlid() local 378 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp3_dmdata_set_attributes() local 415 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp3_program_surface_config() local [all …]
|
| D | dcn30_resource.c | 1337 struct dcn20_hubp *hubp2 = in dcn30_hubp_create() local 1340 if (!hubp2) in dcn30_hubp_create() 1343 if (hubp3_construct(hubp2, ctx, inst, in dcn30_hubp_create() 1345 return &hubp2->base; in dcn30_hubp_create() 1348 kfree(hubp2); in dcn30_hubp_create()
|
| D | dcn30_hubp.h | 249 struct dcn20_hubp *hubp2,
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_hubp.c | 36 hubp2->hubp_regs->reg 39 hubp2->base.ctx 43 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name 48 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_set_vm_system_aperture_settings() local 84 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_program_deadline() local 174 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_vready_at_or_After_vsync() local 199 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_program_requestor() local 250 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_setup_interdependent() local 311 struct dcn20_hubp *hubp2, in hubp2_program_tiling() argument 333 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp2_program_size() local [all …]
|
| D | dcn20_hubp.h | 246 struct dcn20_hubp *hubp2,
|
| D | dcn20_resource.c | 1576 struct dcn20_hubp *hubp2 = in dcn20_hubp_create() local 1579 if (!hubp2) in dcn20_hubp_create() 1582 if (hubp2_construct(hubp2, ctx, inst, in dcn20_hubp_create() 1584 return &hubp2->base; in dcn20_hubp_create() 1587 kfree(hubp2); in dcn20_hubp_create()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/ |
| D | dcn302_resource.c | 636 struct dcn20_hubp *hubp2 = kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn302_hubp_create() local 638 if (!hubp2) in dcn302_hubp_create() 641 if (hubp3_construct(hubp2, ctx, inst, &hubp_regs[inst], &hubp_shift, &hubp_mask)) in dcn302_hubp_create() 642 return &hubp2->base; in dcn302_hubp_create() 645 kfree(hubp2); in dcn302_hubp_create()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/ |
| D | dcn303_resource.c | 602 struct dcn20_hubp *hubp2 = kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn303_hubp_create() local 604 if (!hubp2) in dcn303_hubp_create() 607 if (hubp3_construct(hubp2, ctx, inst, &hubp_regs[inst], &hubp_shift, &hubp_mask)) in dcn303_hubp_create() 608 return &hubp2->base; in dcn303_hubp_create() 611 kfree(hubp2); in dcn303_hubp_create()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/ |
| D | dcn301_resource.c | 1362 struct dcn20_hubp *hubp2 = in dcn301_hubp_create() local 1365 if (!hubp2) in dcn301_hubp_create() 1368 if (hubp3_construct(hubp2, ctx, inst, in dcn301_hubp_create() 1370 return &hubp2->base; in dcn301_hubp_create() 1373 kfree(hubp2); in dcn301_hubp_create()
|