/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_hubp.c | 33 hubp2->hubp_regs->reg 36 hubp2->base.ctx 40 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name 96 struct dcn20_hubp *hubp2, in hubp31_construct() argument 104 hubp2->base.ctx = ctx; in hubp31_construct() 105 hubp2->hubp_regs = hubp_regs; in hubp31_construct() 106 hubp2->hubp_shift = hubp_shift; in hubp31_construct() 107 hubp2->hubp_mask = hubp_mask; in hubp31_construct() 108 hubp2->base.inst = inst; in hubp31_construct() 109 hubp2->base.opp_id = OPP_ID_INVALID; in hubp31_construct() [all …]
|
A D | dcn31_resource.c | 1525 struct dcn20_hubp *hubp2 = in dcn31_hubp_create() local 1528 if (!hubp2) in dcn31_hubp_create() 1531 if (hubp31_construct(hubp2, ctx, inst, in dcn31_hubp_create() 1533 return &hubp2->base; in dcn31_hubp_create() 1536 kfree(hubp2); in dcn31_hubp_create()
|
A D | dcn31_hubp.h | 235 struct dcn20_hubp *hubp2,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_hubp.c | 33 hubp2->hubp_regs->reg 36 hubp2->base.ctx 40 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name 197 struct dcn20_hubp *hubp2, in hubp32_construct() argument 205 hubp2->base.ctx = ctx; in hubp32_construct() 206 hubp2->hubp_regs = hubp_regs; in hubp32_construct() 207 hubp2->hubp_shift = hubp_shift; in hubp32_construct() 208 hubp2->hubp_mask = hubp_mask; in hubp32_construct() 209 hubp2->base.inst = inst; in hubp32_construct() 210 hubp2->base.opp_id = OPP_ID_INVALID; in hubp32_construct() [all …]
|
A D | dcn32_hubp.h | 67 struct dcn20_hubp *hubp2,
|
A D | dcn32_resource.c | 898 struct dcn20_hubp *hubp2 = in dcn32_hubp_create() local 901 if (!hubp2) in dcn32_hubp_create() 911 if (hubp32_construct(hubp2, ctx, inst, in dcn32_hubp_create() 913 return &hubp2->base; in dcn32_hubp_create() 916 kfree(hubp2); in dcn32_hubp_create()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_hubp.c | 36 hubp2->hubp_regs->reg 39 hubp2->base.ctx 43 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name 324 struct dcn20_hubp *hubp2, in hubp3_program_tiling() argument 513 struct dcn20_hubp *hubp2, in hubp3_construct() argument 521 hubp2->base.ctx = ctx; in hubp3_construct() 522 hubp2->hubp_regs = hubp_regs; in hubp3_construct() 523 hubp2->hubp_shift = hubp_shift; in hubp3_construct() 524 hubp2->hubp_mask = hubp_mask; in hubp3_construct() 525 hubp2->base.inst = inst; in hubp3_construct() [all …]
|
A D | dcn30_resource.c | 1218 struct dcn20_hubp *hubp2 = in dcn30_hubp_create() local 1221 if (!hubp2) in dcn30_hubp_create() 1224 if (hubp3_construct(hubp2, ctx, inst, in dcn30_hubp_create() 1226 return &hubp2->base; in dcn30_hubp_create() 1229 kfree(hubp2); in dcn30_hubp_create()
|
A D | dcn30_hubp.h | 249 struct dcn20_hubp *hubp2,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_hubp.c | 36 hubp2->hubp_regs->reg 39 hubp2->base.ctx 43 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name 310 struct dcn20_hubp *hubp2, in hubp2_program_tiling() argument 1666 struct dcn20_hubp *hubp2, in hubp2_construct() argument 1674 hubp2->base.ctx = ctx; in hubp2_construct() 1675 hubp2->hubp_regs = hubp_regs; in hubp2_construct() 1676 hubp2->hubp_shift = hubp_shift; in hubp2_construct() 1677 hubp2->hubp_mask = hubp_mask; in hubp2_construct() 1678 hubp2->base.inst = inst; in hubp2_construct() [all …]
|
A D | dcn20_hubp.h | 265 struct dcn20_hubp *hubp2,
|
A D | dcn20_resource.c | 1224 struct dcn20_hubp *hubp2 = in dcn20_hubp_create() local 1227 if (!hubp2) in dcn20_hubp_create() 1230 if (hubp2_construct(hubp2, ctx, inst, in dcn20_hubp_create() 1232 return &hubp2->base; in dcn20_hubp_create() 1235 kfree(hubp2); in dcn20_hubp_create()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn303/ |
A D | dcn303_resource.c | 484 struct dcn20_hubp *hubp2 = kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn303_hubp_create() local 486 if (!hubp2) in dcn303_hubp_create() 489 if (hubp3_construct(hubp2, ctx, inst, &hubp_regs[inst], &hubp_shift, &hubp_mask)) in dcn303_hubp_create() 490 return &hubp2->base; in dcn303_hubp_create() 493 kfree(hubp2); in dcn303_hubp_create()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn302/ |
A D | dcn302_resource.c | 521 struct dcn20_hubp *hubp2 = kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn302_hubp_create() local 523 if (!hubp2) in dcn302_hubp_create() 526 if (hubp3_construct(hubp2, ctx, inst, &hubp_regs[inst], &hubp_shift, &hubp_mask)) in dcn302_hubp_create() 527 return &hubp2->base; in dcn302_hubp_create() 530 kfree(hubp2); in dcn302_hubp_create()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn301/ |
A D | dcn301_resource.c | 1183 struct dcn20_hubp *hubp2 = in dcn301_hubp_create() local 1186 if (!hubp2) in dcn301_hubp_create() 1189 if (hubp3_construct(hubp2, ctx, inst, in dcn301_hubp_create() 1191 return &hubp2->base; in dcn301_hubp_create() 1194 kfree(hubp2); in dcn301_hubp_create()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn316/ |
A D | dcn316_resource.c | 1524 struct dcn20_hubp *hubp2 = in dcn31_hubp_create() local 1527 if (!hubp2) in dcn31_hubp_create() 1530 if (hubp31_construct(hubp2, ctx, inst, in dcn31_hubp_create() 1532 return &hubp2->base; in dcn31_hubp_create() 1535 kfree(hubp2); in dcn31_hubp_create()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/ |
A D | dcn314_resource.c | 1557 struct dcn20_hubp *hubp2 = in dcn31_hubp_create() local 1560 if (!hubp2) in dcn31_hubp_create() 1563 if (hubp31_construct(hubp2, ctx, inst, in dcn31_hubp_create() 1565 return &hubp2->base; in dcn31_hubp_create() 1568 kfree(hubp2); in dcn31_hubp_create()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn315/ |
A D | dcn315_resource.c | 1523 struct dcn20_hubp *hubp2 = in dcn31_hubp_create() local 1526 if (!hubp2) in dcn31_hubp_create() 1529 if (hubp31_construct(hubp2, ctx, inst, in dcn31_hubp_create() 1531 return &hubp2->base; in dcn31_hubp_create() 1534 kfree(hubp2); in dcn31_hubp_create()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn321/ |
A D | dcn321_resource.c | 897 struct dcn20_hubp *hubp2 = in dcn321_hubp_create() local 900 if (!hubp2) in dcn321_hubp_create() 910 if (hubp32_construct(hubp2, ctx, inst, in dcn321_hubp_create() 912 return &hubp2->base; in dcn321_hubp_create() 915 kfree(hubp2); in dcn321_hubp_create()
|