Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn31/
H A Ddcn31_hubp.c33 hubp2->hubp_regs->reg
36 hubp2->base.ctx
40 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name
104 struct dcn20_hubp *hubp2, in hubp31_construct() argument
112 hubp2->base.ctx = ctx; in hubp31_construct()
113 hubp2->hubp_regs = hubp_regs; in hubp31_construct()
114 hubp2->hubp_shift = hubp_shift; in hubp31_construct()
115 hubp2->hubp_mask = hubp_mask; in hubp31_construct()
116 hubp2->base.inst = inst; in hubp31_construct()
117 hubp2->base.opp_id = OPP_ID_INVALID; in hubp31_construct()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn32/
H A Ddcn32_hubp.c33 hubp2->hubp_regs->reg
36 hubp2->base.ctx
40 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name
212 struct dcn20_hubp *hubp2, in hubp32_construct() argument
220 hubp2->base.ctx = ctx; in hubp32_construct()
221 hubp2->hubp_regs = hubp_regs; in hubp32_construct()
222 hubp2->hubp_shift = hubp_shift; in hubp32_construct()
223 hubp2->hubp_mask = hubp_mask; in hubp32_construct()
224 hubp2->base.inst = inst; in hubp32_construct()
225 hubp2->base.opp_id = OPP_ID_INVALID; in hubp32_construct()
[all …]
H A Ddcn32_hubp.h63 struct dcn20_hubp *hubp2,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn35/
H A Ddcn35_hubp.c31 hubp2->hubp_regs->reg
34 hubp2->base.ctx
43 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp35_set_fgcg() local
61 struct dcn20_hubp *hubp2 = TO_DCN20_HUBP(hubp); in hubp35_program_pixel_format() local
224 struct dcn20_hubp *hubp2, in hubp35_construct() argument
231 hubp2->base.funcs = &dcn35_hubp_funcs; in hubp35_construct()
232 hubp2->base.ctx = ctx; in hubp35_construct()
233 hubp2->hubp_regs = hubp_regs; in hubp35_construct()
236 hubp2->base.inst = inst; in hubp35_construct()
237 hubp2->base.opp_id = OPP_ID_INVALID; in hubp35_construct()
[all …]
H A Ddcn35_hubp.h52 struct dcn20_hubp *hubp2,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn30/
H A Ddcn30_hubp.c36 hubp2->hubp_regs->reg
39 hubp2->base.ctx
43 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name
320 struct dcn20_hubp *hubp2, in hubp3_program_tiling() argument
540 struct dcn20_hubp *hubp2, in hubp3_construct() argument
548 hubp2->base.ctx = ctx; in hubp3_construct()
549 hubp2->hubp_regs = hubp_regs; in hubp3_construct()
550 hubp2->hubp_shift = hubp_shift; in hubp3_construct()
551 hubp2->hubp_mask = hubp_mask; in hubp3_construct()
552 hubp2->base.inst = inst; in hubp3_construct()
[all …]
H A Ddcn30_hubp.h249 struct dcn20_hubp *hubp2,
282 struct dcn20_hubp *hubp2,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c34 hubp2->hubp_regs->reg
37 hubp2->base.ctx
41 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name
546 struct dcn20_hubp *hubp2, in hubp401_program_tiling() argument
1039 struct dcn20_hubp *hubp2, in hubp401_construct() argument
1047 hubp2->base.ctx = ctx; in hubp401_construct()
1048 hubp2->hubp_regs = hubp_regs; in hubp401_construct()
1049 hubp2->hubp_shift = hubp_shift; in hubp401_construct()
1050 hubp2->hubp_mask = hubp_mask; in hubp401_construct()
1051 hubp2->base.inst = inst; in hubp401_construct()
[all …]
H A Ddcn401_hubp.h278 struct dcn20_hubp *hubp2,
316 struct dcn20_hubp *hubp2,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.c38 hubp2->hubp_regs->reg
41 hubp2->base.ctx
45 hubp2->hubp_shift->field_name, hubp2->hubp_mask->field_name
312 struct dcn20_hubp *hubp2, in hubp2_program_tiling() argument
1701 struct dcn20_hubp *hubp2, in hubp2_construct() argument
1709 hubp2->base.ctx = ctx; in hubp2_construct()
1710 hubp2->hubp_regs = hubp_regs; in hubp2_construct()
1711 hubp2->hubp_shift = hubp_shift; in hubp2_construct()
1712 hubp2->hubp_mask = hubp_mask; in hubp2_construct()
1713 hubp2->base.inst = inst; in hubp2_construct()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c487 struct dcn20_hubp *hubp2 = kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn303_hubp_create() local
489 if (!hubp2) in dcn303_hubp_create()
492 if (hubp3_construct(hubp2, ctx, inst, &hubp_regs[inst], &hubp_shift, &hubp_mask)) in dcn303_hubp_create()
493 return &hubp2->base; in dcn303_hubp_create()
496 kfree(hubp2); in dcn303_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c505 struct dcn20_hubp *hubp2 = kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn302_hubp_create() local
507 if (!hubp2) in dcn302_hubp_create()
510 if (hubp3_construct(hubp2, ctx, inst, &hubp_regs[inst], &hubp_shift, &hubp_mask)) in dcn302_hubp_create()
511 return &hubp2->base; in dcn302_hubp_create()
514 kfree(hubp2); in dcn302_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1160 struct dcn20_hubp *hubp2 = in dcn301_hubp_create() local
1163 if (!hubp2) in dcn301_hubp_create()
1166 if (hubp3_construct(hubp2, ctx, inst, in dcn301_hubp_create()
1168 return &hubp2->base; in dcn301_hubp_create()
1171 kfree(hubp2); in dcn301_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1491 struct dcn20_hubp *hubp2 = in dcn31_hubp_create() local
1494 if (!hubp2) in dcn31_hubp_create()
1497 if (hubp31_construct(hubp2, ctx, inst, in dcn31_hubp_create()
1499 return &hubp2->base; in dcn31_hubp_create()
1502 kfree(hubp2); in dcn31_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1554 struct dcn20_hubp *hubp2 = in dcn31_hubp_create() local
1557 if (!hubp2) in dcn31_hubp_create()
1560 if (hubp31_construct(hubp2, ctx, inst, in dcn31_hubp_create()
1562 return &hubp2->base; in dcn31_hubp_create()
1565 kfree(hubp2); in dcn31_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1570 struct dcn20_hubp *hubp2 = in dcn35_hubp_create() local
1573 if (!hubp2) in dcn35_hubp_create()
1583 if (hubp35_construct(hubp2, ctx, inst, in dcn35_hubp_create()
1585 return &hubp2->base; in dcn35_hubp_create()
1588 kfree(hubp2); in dcn35_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1498 struct dcn20_hubp *hubp2 = in dcn31_hubp_create() local
1501 if (!hubp2) in dcn31_hubp_create()
1504 if (hubp31_construct(hubp2, ctx, inst, in dcn31_hubp_create()
1506 return &hubp2->base; in dcn31_hubp_create()
1509 kfree(hubp2); in dcn31_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1498 struct dcn20_hubp *hubp2 = in dcn31_hubp_create() local
1501 if (!hubp2) in dcn31_hubp_create()
1504 if (hubp31_construct(hubp2, ctx, inst, in dcn31_hubp_create()
1506 return &hubp2->base; in dcn31_hubp_create()
1509 kfree(hubp2); in dcn31_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c886 struct dcn20_hubp *hubp2 = in dcn321_hubp_create() local
889 if (!hubp2) in dcn321_hubp_create()
899 if (hubp32_construct(hubp2, ctx, inst, in dcn321_hubp_create()
901 return &hubp2->base; in dcn321_hubp_create()
904 kfree(hubp2); in dcn321_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1551 struct dcn20_hubp *hubp2 = in dcn35_hubp_create() local
1554 if (!hubp2) in dcn35_hubp_create()
1564 if (hubp35_construct(hubp2, ctx, inst, in dcn35_hubp_create()
1566 return &hubp2->base; in dcn35_hubp_create()
1569 kfree(hubp2); in dcn35_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1550 struct dcn20_hubp *hubp2 = in dcn35_hubp_create() local
1553 if (!hubp2) in dcn35_hubp_create()
1563 if (hubp35_construct(hubp2, ctx, inst, in dcn35_hubp_create()
1565 return &hubp2->base; in dcn35_hubp_create()
1568 kfree(hubp2); in dcn35_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c885 struct dcn20_hubp *hubp2 = in dcn401_hubp_create() local
888 if (!hubp2) in dcn401_hubp_create()
898 if (hubp401_construct(hubp2, ctx, inst, in dcn401_hubp_create()
900 return &hubp2->base; in dcn401_hubp_create()
903 kfree(hubp2); in dcn401_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1200 struct dcn20_hubp *hubp2 = in dcn30_hubp_create() local
1203 if (!hubp2) in dcn30_hubp_create()
1206 if (hubp3_construct(hubp2, ctx, inst, in dcn30_hubp_create()
1208 return &hubp2->base; in dcn30_hubp_create()
1211 kfree(hubp2); in dcn30_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c890 struct dcn20_hubp *hubp2 = in dcn32_hubp_create() local
893 if (!hubp2) in dcn32_hubp_create()
903 if (hubp32_construct(hubp2, ctx, inst, in dcn32_hubp_create()
905 return &hubp2->base; in dcn32_hubp_create()
908 kfree(hubp2); in dcn32_hubp_create()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1200 struct dcn20_hubp *hubp2 = in dcn20_hubp_create() local
1203 if (!hubp2) in dcn20_hubp_create()
1206 if (hubp2_construct(hubp2, ctx, inst, in dcn20_hubp_create()
1208 return &hubp2->base; in dcn20_hubp_create()
1211 kfree(hubp2); in dcn20_hubp_create()

12