Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dcn301/
A Ddcn301_hubbub.c68 void hubbub301_construct(struct dcn20_hubbub *hubbub3, in hubbub301_construct() argument
74 hubbub3->base.ctx = ctx; in hubbub301_construct()
75 hubbub3->base.funcs = &hubbub301_funcs; in hubbub301_construct()
76 hubbub3->regs = hubbub_regs; in hubbub301_construct()
77 hubbub3->shifts = hubbub_shift; in hubbub301_construct()
78 hubbub3->masks = hubbub_mask; in hubbub301_construct()
80 hubbub3->debug_test_index_pstate = 0xB; in hubbub301_construct()
81 hubbub3->detile_buf_size = 184 * 1024; /* 184KB for DCN3 */ in hubbub301_construct()
A Ddcn301_hubbub.h53 void hubbub301_construct(struct dcn20_hubbub *hubbub3,
A Ddcn301_resource.c836 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn301_hubbub_create() local
839 if (!hubbub3) in dcn301_hubbub_create()
842 hubbub301_construct(hubbub3, ctx, in dcn301_hubbub_create()
849 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn301_hubbub_create()
858 hubbub3->num_vmid = res_cap_dcn301.num_vmid; in dcn301_hubbub_create()
860 return &hubbub3->base; in dcn301_hubbub_create()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_hubbub.c457 void hubbub3_construct(struct dcn20_hubbub *hubbub3, in hubbub3_construct() argument
463 hubbub3->base.ctx = ctx; in hubbub3_construct()
464 hubbub3->base.funcs = &hubbub30_funcs; in hubbub3_construct()
465 hubbub3->regs = hubbub_regs; in hubbub3_construct()
466 hubbub3->shifts = hubbub_shift; in hubbub3_construct()
467 hubbub3->masks = hubbub_mask; in hubbub3_construct()
469 hubbub3->debug_test_index_pstate = 0xB; in hubbub3_construct()
470 hubbub3->detile_buf_size = 184 * 1024; /* 184KB for DCN3 */ in hubbub3_construct()
A Ddcn30_hubbub.h104 void hubbub3_construct(struct dcn20_hubbub *hubbub3,
A Ddcn30_resource.c999 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn30_hubbub_create() local
1002 if (!hubbub3) in dcn30_hubbub_create()
1005 hubbub3_construct(hubbub3, ctx, in dcn30_hubbub_create()
1012 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn30_hubbub_create()
1021 return &hubbub3->base; in dcn30_hubbub_create()
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hubbub.h126 void hubbub31_construct(struct dcn20_hubbub *hubbub3,
A Ddcn31_resource.c1172 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn31_hubbub_create() local
1175 if (!hubbub3) in dcn31_hubbub_create()
1178 hubbub31_construct(hubbub3, ctx, in dcn31_hubbub_create()
1188 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn31_hubbub_create()
1197 return &hubbub3->base; in dcn31_hubbub_create()
/linux/drivers/gpu/drm/amd/display/dc/dcn302/
A Ddcn302_resource.c392 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), GFP_KERNEL); in dcn302_hubbub_create() local
394 if (!hubbub3) in dcn302_hubbub_create()
397 hubbub3_construct(hubbub3, ctx, &hubbub_reg, &hubbub_shift, &hubbub_mask); in dcn302_hubbub_create()
400 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn302_hubbub_create()
409 return &hubbub3->base; in dcn302_hubbub_create()
/linux/drivers/gpu/drm/amd/display/dc/dcn303/
A Ddcn303_resource.c369 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), GFP_KERNEL); in dcn303_hubbub_create() local
371 if (!hubbub3) in dcn303_hubbub_create()
374 hubbub3_construct(hubbub3, ctx, &hubbub_reg, &hubbub_shift, &hubbub_mask); in dcn303_hubbub_create()
377 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn303_hubbub_create()
386 return &hubbub3->base; in dcn303_hubbub_create()

Completed in 25 milliseconds