Searched refs:hubbub3 (Results 1 – 3 of 3) sorted by relevance
402 void hubbub3_construct(struct dcn20_hubbub *hubbub3, in hubbub3_construct() argument408 hubbub3->base.ctx = ctx; in hubbub3_construct()409 hubbub3->base.funcs = &hubbub30_funcs; in hubbub3_construct()410 hubbub3->regs = hubbub_regs; in hubbub3_construct()411 hubbub3->shifts = hubbub_shift; in hubbub3_construct()412 hubbub3->masks = hubbub_mask; in hubbub3_construct()414 hubbub3->debug_test_index_pstate = 0xB; in hubbub3_construct()415 hubbub3->detile_buf_size = 184 * 1024; /* 184KB for DCN3 */ in hubbub3_construct()
92 void hubbub3_construct(struct dcn20_hubbub *hubbub3,
995 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn30_hubbub_create() local998 if (!hubbub3) in dcn30_hubbub_create()1001 hubbub3_construct(hubbub3, ctx, in dcn30_hubbub_create()1008 struct dcn20_vmid *vmid = &hubbub3->vmid[i]; in dcn30_hubbub_create()1017 return &hubbub3->base; in dcn30_hubbub_create()