Home
last modified time | relevance | path

Searched refs:hubbub3 (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_hubbub.c69 void hubbub301_construct(struct dcn20_hubbub *hubbub3, in hubbub301_construct() argument
75 hubbub3->base.ctx = ctx; in hubbub301_construct()
76 hubbub3->base.funcs = &hubbub301_funcs; in hubbub301_construct()
77 hubbub3->regs = hubbub_regs; in hubbub301_construct()
78 hubbub3->shifts = hubbub_shift; in hubbub301_construct()
79 hubbub3->masks = hubbub_mask; in hubbub301_construct()
81 hubbub3->debug_test_index_pstate = 0xB; in hubbub301_construct()
82 hubbub3->detile_buf_size = 184 * 1024; /* 184KB for DCN3 */ in hubbub301_construct()
H A Ddcn301_hubbub.h53 void hubbub301_construct(struct dcn20_hubbub *hubbub3,
H A Ddcn301_resource.c815 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn301_hubbub_create() local
818 if (!hubbub3) in dcn301_hubbub_create()
821 hubbub301_construct(hubbub3, ctx, in dcn301_hubbub_create()
828 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn301_hubbub_create()
837 hubbub3->num_vmid = res_cap_dcn301.num_vmid; in dcn301_hubbub_create()
839 return &hubbub3->base; in dcn301_hubbub_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.c458 void hubbub3_construct(struct dcn20_hubbub *hubbub3, in hubbub3_construct() argument
464 hubbub3->base.ctx = ctx; in hubbub3_construct()
465 hubbub3->base.funcs = &hubbub30_funcs; in hubbub3_construct()
466 hubbub3->regs = hubbub_regs; in hubbub3_construct()
467 hubbub3->shifts = hubbub_shift; in hubbub3_construct()
468 hubbub3->masks = hubbub_mask; in hubbub3_construct()
470 hubbub3->debug_test_index_pstate = 0xB; in hubbub3_construct()
471 hubbub3->detile_buf_size = 184 * 1024; /* 184KB for DCN3 */ in hubbub3_construct()
H A Ddcn30_hubbub.h104 void hubbub3_construct(struct dcn20_hubbub *hubbub3,
H A Ddcn30_resource.c861 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn30_hubbub_create() local
864 if (!hubbub3) in dcn30_hubbub_create()
867 hubbub3_construct(hubbub3, ctx, in dcn30_hubbub_create()
874 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn30_hubbub_create()
883 return &hubbub3->base; in dcn30_hubbub_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c254 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), GFP_KERNEL); in dcn302_hubbub_create() local
256 if (!hubbub3) in dcn302_hubbub_create()
259 hubbub3_construct(hubbub3, ctx, &hubbub_reg, &hubbub_shift, &hubbub_mask); in dcn302_hubbub_create()
262 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn302_hubbub_create()
271 return &hubbub3->base; in dcn302_hubbub_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c232 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), GFP_KERNEL); in dcn303_hubbub_create() local
234 if (!hubbub3) in dcn303_hubbub_create()
237 hubbub3_construct(hubbub3, ctx, &hubbub_reg, &hubbub_shift, &hubbub_mask); in dcn303_hubbub_create()
240 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn303_hubbub_create()
249 return &hubbub3->base; in dcn303_hubbub_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.h138 void hubbub31_construct(struct dcn20_hubbub *hubbub3,
H A Ddcn31_resource.c1025 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn31_hubbub_create() local
1028 if (!hubbub3) in dcn31_hubbub_create()
1031 hubbub31_construct(hubbub3, ctx, in dcn31_hubbub_create()
1041 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn31_hubbub_create()
1050 return &hubbub3->base; in dcn31_hubbub_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c1019 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn31_hubbub_create() local
1022 if (!hubbub3) in dcn31_hubbub_create()
1025 hubbub31_construct(hubbub3, ctx, in dcn31_hubbub_create()
1035 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn31_hubbub_create()
1044 return &hubbub3->base; in dcn31_hubbub_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c1097 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn31_hubbub_create() local
1100 if (!hubbub3) in dcn31_hubbub_create()
1103 hubbub31_construct(hubbub3, ctx, in dcn31_hubbub_create()
1113 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn31_hubbub_create()
1122 return &hubbub3->base; in dcn31_hubbub_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c1023 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn31_hubbub_create() local
1026 if (!hubbub3) in dcn31_hubbub_create()
1029 hubbub31_construct(hubbub3, ctx, in dcn31_hubbub_create()
1039 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn31_hubbub_create()
1048 return &hubbub3->base; in dcn31_hubbub_create()