Home
last modified time | relevance | path

Searched refs:hubp2 (Results 1 – 19 of 19) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hubp.c33 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 Ddcn31_resource.c1525 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 Ddcn31_hubp.h235 struct dcn20_hubp *hubp2,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_hubp.c33 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 Ddcn32_hubp.h67 struct dcn20_hubp *hubp2,
A Ddcn32_resource.c898 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 Ddcn30_hubp.c36 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 Ddcn30_resource.c1218 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 Ddcn30_hubp.h249 struct dcn20_hubp *hubp2,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hubp.c36 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 Ddcn20_hubp.h265 struct dcn20_hubp *hubp2,
A Ddcn20_resource.c1224 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 Ddcn303_resource.c484 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 Ddcn302_resource.c521 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 Ddcn301_resource.c1183 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 Ddcn316_resource.c1524 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 Ddcn314_resource.c1557 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 Ddcn315_resource.c1523 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 Ddcn321_resource.c897 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()

Completed in 54 milliseconds