Searched refs:hubbub3 (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_hubbub.c | 69 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()
|
D | dcn301_hubbub.h | 53 void hubbub301_construct(struct dcn20_hubbub *hubbub3,
|
D | dcn301_resource.c | 1013 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn301_hubbub_create() local 1016 if (!hubbub3) in dcn301_hubbub_create() 1019 hubbub301_construct(hubbub3, ctx, in dcn301_hubbub_create() 1026 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn301_hubbub_create() 1035 hubbub3->num_vmid = res_cap_dcn301.num_vmid; in dcn301_hubbub_create() 1037 return &hubbub3->base; in dcn301_hubbub_create()
|
/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_hubbub.c | 458 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()
|
D | dcn30_hubbub.h | 104 void hubbub3_construct(struct dcn20_hubbub *hubbub3,
|
D | dcn30_resource.c | 999 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()
|
/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hubbub.h | 126 void hubbub31_construct(struct dcn20_hubbub *hubbub3,
|
D | dcn31_resource.c | 1101 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn31_hubbub_create() local 1104 if (!hubbub3) in dcn31_hubbub_create() 1107 hubbub31_construct(hubbub3, ctx, in dcn31_hubbub_create() 1117 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn31_hubbub_create() 1126 return &hubbub3->base; in dcn31_hubbub_create()
|
/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_resource.c | 369 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()
|
/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_resource.c | 392 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()
|