Home
last modified time | relevance | path

Searched refs:hubbub (Results 1 – 25 of 56) sorted by relevance

123

/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h142 struct hubbub *hubbub,
146 struct hubbub *hubbub,
149 struct hubbub *hubbub,
153 bool (*get_dcc_compression_cap)(struct hubbub *hubbub,
178 void (*wm_read_state)(struct hubbub *hubbub,
181 void (*get_dchub_ref_freq)(struct hubbub *hubbub,
186 struct hubbub *hubbub,
196 void (*apply_DEDCN21_147_wa)(struct hubbub *hubbub);
204 void (*init_watermarks)(struct hubbub *hubbub);
223 void (*init_crb)(struct hubbub *hubbub);
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/
H A Ddcn20_hubbub.h32 #define TO_DCN20_HUBBUB(hubbub)\ argument
33 container_of(hubbub, struct dcn20_hubbub, base)
83 struct hubbub base;
118 bool hubbub2_get_dcc_compression_cap(struct hubbub *hubbub,
122 bool hubbub2_initialize_vmids(struct hubbub *hubbub,
126 int hubbub2_init_dchub_sys_ctx(struct hubbub *hubbub,
128 void hubbub2_init_vm_ctx(struct hubbub *hubbub,
131 void hubbub2_update_dchub(struct hubbub *hubbub,
134 void hubbub2_get_dchub_ref_freq(struct hubbub *hubbub,
138 void hubbub2_wm_read_state(struct hubbub *hubbub,
[all …]
H A Ddcn20_hubbub.c217 bool hubbub2_get_dcc_compression_cap(struct hubbub *hubbub, in hubbub2_get_dcc_compression_cap() argument
378 void hubbub2_init_vm_ctx(struct hubbub *hubbub, in hubbub2_init_vm_ctx() argument
394 int hubbub2_init_dchub_sys_ctx(struct hubbub *hubbub, in hubbub2_init_dchub_sys_ctx() argument
431 void hubbub2_update_dchub(struct hubbub *hubbub, in hubbub2_update_dchub() argument
506 void hubbub2_wm_read_state(struct hubbub *hubbub, in hubbub2_wm_read_state() argument
560 void hubbub2_get_dchub_ref_freq(struct hubbub *hubbub, in hubbub2_get_dchub_ref_freq() argument
593 struct hubbub *hubbub, in hubbub2_program_watermarks() argument
626 hubbub->funcs->allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub2_program_watermarks()
630 void hubbub2_read_state(struct hubbub *hubbub, struct dcn_hubbub_state *hubbub_state) in hubbub2_read_state() argument
682 hubbub->base.ctx = ctx; in hubbub2_construct()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubbub/dcn201/
H A Ddcn201_hubbub.c54 struct hubbub *hubbub, in hubbub201_program_watermarks() argument
59 struct dcn20_hubbub *hubbub1 = TO_DCN20_HUBBUB(hubbub); in hubbub201_program_watermarks()
73 hubbub1_allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub201_program_watermarks()
91 void hubbub201_construct(struct dcn20_hubbub *hubbub, in hubbub201_construct() argument
97 hubbub->base.ctx = ctx; in hubbub201_construct()
99 hubbub->base.funcs = &hubbub201_funcs; in hubbub201_construct()
101 hubbub->regs = hubbub_regs; in hubbub201_construct()
102 hubbub->shifts = hubbub_shift; in hubbub201_construct()
103 hubbub->masks = hubbub_mask; in hubbub201_construct()
105 hubbub->debug_test_index_pstate = 0xB; in hubbub201_construct()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubbub/dcn32/
H A Ddcn32_hubbub.h120 struct hubbub *hubbub,
126 struct hubbub *hubbub,
132 struct hubbub *hubbub,
138 struct hubbub *hubbub,
143 void hubbub32_force_usr_retraining_allow(struct hubbub *hubbub, bool allow);
145 void hubbub32_force_wm_propagate_to_pipes(struct hubbub *hubbub);
147 void hubbub32_init(struct hubbub *hubbub);
149 void dcn32_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_size_in_k…
160 void hubbub32_set_request_limit(struct hubbub *hubbub, int umc_count, int words_per_umc);
162 void hubbub32_get_mall_en(struct hubbub *hubbub, unsigned int *mall_in_use);
[all …]
H A Ddcn32_hubbub.c50 static void dcn32_init_crb(struct hubbub *hubbub) in dcn32_init_crb() argument
169 struct hubbub *hubbub, in hubbub32_program_urgent_watermarks() argument
359 struct hubbub *hubbub, in hubbub32_program_stutter_watermarks() argument
505 struct hubbub *hubbub, in hubbub32_program_pstate_watermarks() argument
658 struct hubbub *hubbub, in hubbub32_program_usr_watermarks() argument
737 void hubbub32_force_usr_retraining_allow(struct hubbub *hubbub, bool allow) in hubbub32_force_usr_retraining_allow() argument
752 struct hubbub *hubbub, in hubbub32_program_watermarks() argument
798 static void hubbub32_init_watermarks(struct hubbub *hubbub) in hubbub32_init_watermarks() argument
849 static void hubbub32_wm_read_state(struct hubbub *hubbub, in hubbub32_wm_read_state() argument
938 void hubbub32_force_wm_propagate_to_pipes(struct hubbub *hubbub) in hubbub32_force_wm_propagate_to_pipes() argument
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubbub/dcn30/
H A Ddcn30_hubbub.c64 int hubbub3_init_dchub_sys_ctx(struct hubbub *hubbub, in hubbub3_init_dchub_sys_ctx() argument
67 struct dcn20_hubbub *hubbub1 = TO_DCN20_HUBBUB(hubbub); in hubbub3_init_dchub_sys_ctx()
97 struct hubbub *hubbub, in hubbub3_program_watermarks() argument
102 struct dcn20_hubbub *hubbub1 = TO_DCN20_HUBBUB(hubbub); in hubbub3_program_watermarks()
133 hubbub1_allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub3_program_watermarks()
276 bool hubbub3_get_dcc_compression_cap(struct hubbub *hubbub, in hubbub3_get_dcc_compression_cap() argument
280 struct dc *dc = hubbub->ctx->dc; in hubbub3_get_dcc_compression_cap()
379 void hubbub3_force_wm_propagate_to_pipes(struct hubbub *hubbub) in hubbub3_force_wm_propagate_to_pipes() argument
381 struct dcn20_hubbub *hubbub1 = TO_DCN20_HUBBUB(hubbub); in hubbub3_force_wm_propagate_to_pipes()
391 void hubbub3_force_pstate_change_control(struct hubbub *hubbub, in hubbub3_force_pstate_change_control() argument
[all …]
H A Ddcn30_hubbub.h110 int hubbub3_init_dchub_sys_ctx(struct hubbub *hubbub,
119 void hubbub3_force_wm_propagate_to_pipes(struct hubbub *hubbub);
121 bool hubbub3_get_dcc_compression_cap(struct hubbub *hubbub,
126 struct hubbub *hubbub,
131 void hubbub3_force_pstate_change_control(struct hubbub *hubbub,
134 void hubbub3_init_watermarks(struct hubbub *hubbub);
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubbub/
H A DMakefile31 AMD_DAL_HUBBUB_DCN10 = $(addprefix $(AMDDALPATH)/dc/hubbub/dcn10/,$(HUBBUB_DCN10))
39 AMD_DAL_HUBBUB_DCN20 = $(addprefix $(AMDDALPATH)/dc/hubbub/dcn20/,$(HUBBUB_DCN20))
47 AMD_DAL_HUBBUB_DCN201 = $(addprefix $(AMDDALPATH)/dc/hubbub/dcn201/,$(HUBBUB_DCN201))
55 AMD_DAL_HUBBUB_DCN21 = $(addprefix $(AMDDALPATH)/dc/hubbub/dcn21/,$(HUBBUB_DCN21))
62 AMD_DAL_HUBBUB_DCN30 = $(addprefix $(AMDDALPATH)/dc/hubbub/dcn30/,$(HUBBUB_DCN30))
69 AMD_DAL_HUBBUB_DCN301 = $(addprefix $(AMDDALPATH)/dc/hubbub/dcn301/,$(HUBBUB_DCN301))
77 AMD_DAL_HUBBUB_DCN31 = $(addprefix $(AMDDALPATH)/dc/hubbub/dcn31/,$(HUBBUB_DCN31))
84 AMD_DAL_HUBBUB_DCN32 = $(addprefix $(AMDDALPATH)/dc/hubbub/dcn32/,$(HUBBUB_DCN32))
92 AMD_DAL_HUBBUB_DCN35 = $(addprefix $(AMDDALPATH)/dc/hubbub/dcn35/,$(HUBBUB_DCN35))
99 AMD_DAL_HUBBUB_DCN401 = $(addprefix $(AMDDALPATH)/dc/hubbub/dcn401/,$(HUBBUB_DCN401))
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubbub/dcn35/
H A Ddcn35_hubbub.c49 void dcn35_init_crb(struct hubbub *hubbub) in dcn35_init_crb() argument
74 void dcn35_program_compbuf_size(struct hubbub *hubbub, unsigned int compbuf_size_kb, bool safe_to_i… in dcn35_program_compbuf_size() argument
113 struct hubbub *hubbub, in hubbub35_program_stutter_z8_watermarks() argument
258 void hubbub35_get_dchub_ref_freq(struct hubbub *hubbub, in hubbub35_get_dchub_ref_freq() argument
299 struct hubbub *hubbub, in hubbub35_program_watermarks() argument
330 hubbub1_allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub35_program_watermarks()
332 hubbub32_force_usr_retraining_allow(hubbub, hubbub->ctx->dc->debug.force_usr_allow); in hubbub35_program_watermarks()
338 void hubbub35_init_watermarks(struct hubbub *hubbub) in hubbub35_init_watermarks() argument
400 void hubbub35_wm_read_state(struct hubbub *hubbub, in hubbub35_wm_read_state() argument
517 void hubbub35_init(struct hubbub *hubbub) in hubbub35_init() argument
[all …]
H A Ddcn35_hubbub.h156 void hubbub35_wm_read_state(struct hubbub *hubbub,
158 void hubbub35_get_dchub_ref_freq(struct hubbub *hubbub,
162 struct hubbub *hubbub,
166 void hubbub35_init_watermarks(struct hubbub *hubbub);
167 void dcn35_program_compbuf_size(struct hubbub *hubbub,
169 void dcn35_init_crb(struct hubbub *hubbub);
170 void hubbub35_init(struct hubbub *hubbub);
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubbub/dcn21/
H A Ddcn21_hubbub.h125 void dcn21_dchvm_init(struct hubbub *hubbub);
126 int hubbub21_init_dchub(struct hubbub *hubbub,
129 struct hubbub *hubbub,
134 struct hubbub *hubbub,
139 struct hubbub *hubbub,
144 struct hubbub *hubbub,
149 void hubbub21_wm_read_state(struct hubbub *hubbub,
152 void hubbub21_construct(struct dcn20_hubbub *hubbub,
H A Ddcn21_hubbub.c67 void dcn21_dchvm_init(struct hubbub *hubbub) in dcn21_dchvm_init() argument
103 hubbub->riommu_active = true; in dcn21_dchvm_init()
107 int hubbub21_init_dchub(struct hubbub *hubbub, in hubbub21_init_dchub() argument
136 dcn21_dchvm_init(hubbub); in hubbub21_init_dchub()
142 struct hubbub *hubbub, in hubbub21_program_urgent_watermarks() argument
336 struct hubbub *hubbub, in hubbub21_program_stutter_watermarks() argument
489 struct hubbub *hubbub, in hubbub21_program_pstate_watermarks() argument
575 struct hubbub *hubbub, in hubbub21_program_watermarks() argument
618 void hubbub21_wm_read_state(struct hubbub *hubbub, in hubbub21_wm_read_state() argument
683 static void hubbub21_apply_DEDCN21_147_wa(struct hubbub *hubbub) in hubbub21_apply_DEDCN21_147_wa() argument
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubbub/dcn10/
H A Ddcn10_hubbub.c42 void hubbub1_wm_read_state(struct hubbub *hubbub, in hubbub1_wm_read_state() argument
104 bool hubbub1_is_allow_self_refresh_enabled(struct hubbub *hubbub) in hubbub1_is_allow_self_refresh_enabled() argument
117 struct hubbub *hubbub) in hubbub1_verify_allow_pstate_change_high() argument
234 void hubbub1_wm_change_req_wa(struct hubbub *hubbub) in hubbub1_wm_change_req_wa() argument
244 struct hubbub *hubbub, in hubbub1_program_urgent_watermarks() argument
358 struct hubbub *hubbub, in hubbub1_program_stutter_watermarks() argument
503 struct hubbub *hubbub, in hubbub1_program_pstate_watermarks() argument
584 struct hubbub *hubbub, in hubbub1_program_watermarks() argument
620 struct hubbub *hubbub, in hubbub1_update_dchub() argument
682 void hubbub1_soft_reset(struct hubbub *hubbub, bool reset) in hubbub1_soft_reset() argument
[all …]
H A Ddcn10_hubbub.h465 struct hubbub base;
474 struct hubbub *hubbub,
478 struct hubbub *hubbub);
480 void hubbub1_wm_change_req_wa(struct hubbub *hubbub);
483 struct hubbub *hubbub,
492 void hubbub1_wm_read_state(struct hubbub *hubbub,
495 void hubbub1_soft_reset(struct hubbub *hubbub, bool reset);
496 void hubbub1_construct(struct hubbub *hubbub,
503 struct hubbub *hubbub,
508 struct hubbub *hubbub,
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubbub/dcn31/
H A Ddcn31_hubbub.c51 static void dcn31_init_crb(struct hubbub *hubbub) in dcn31_init_crb() argument
112 static void dcn31_wait_for_det_apply(struct hubbub *hubbub, int hubp_inst) in dcn31_wait_for_det_apply() argument
174 struct hubbub *hubbub, in hubbub31_program_urgent_watermarks() argument
364 struct hubbub *hubbub, in hubbub31_program_stutter_watermarks() argument
637 struct hubbub *hubbub, in hubbub31_program_pstate_watermarks() argument
719 struct hubbub *hubbub, in hubbub31_program_watermarks() argument
804 static bool hubbub31_get_dcc_compression_cap(struct hubbub *hubbub, in hubbub31_get_dcc_compression_cap() argument
906 int hubbub31_init_dchub_sys_ctx(struct hubbub *hubbub, in hubbub31_init_dchub_sys_ctx() argument
942 static void hubbub31_get_dchub_ref_freq(struct hubbub *hubbub, in hubbub31_get_dchub_ref_freq() argument
979 static bool hubbub31_verify_allow_pstate_change_high(struct hubbub *hubbub) in hubbub31_verify_allow_pstate_change_high() argument
[all …]
H A Ddcn31_hubbub.h133 int hubbub31_init_dchub_sys_ctx(struct hubbub *hubbub,
136 void hubbub31_init(struct hubbub *hubbub);
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/
H A Ddcn401_hubbub.c44 static void dcn401_init_crb(struct hubbub *hubbub) in dcn401_init_crb() argument
68 struct hubbub *hubbub, in hubbub401_program_urgent_watermarks() argument
186 struct hubbub *hubbub, in hubbub401_program_stutter_watermarks() argument
285 struct hubbub *hubbub, in hubbub401_program_pstate_watermarks() argument
412 struct hubbub *hubbub, in hubbub401_program_usr_watermarks() argument
451 struct hubbub *hubbub, in hubbub401_program_watermarks() argument
489 hubbub1_allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub401_program_watermarks()
497 static void hubbub401_init_watermarks(struct hubbub *hubbub) in hubbub401_init_watermarks() argument
552 static void hubbub401_wm_read_state(struct hubbub *hubbub, in hubbub401_wm_read_state() argument
827 bool hubbub401_get_dcc_compression_cap(struct hubbub *hubbub, in hubbub401_get_dcc_compression_cap() argument
[all …]
H A Ddcn401_hubbub.h139 struct hubbub *hubbub,
145 struct hubbub *hubbub,
151 struct hubbub *hubbub,
157 struct hubbub *hubbub,
193 struct hubbub *hubbub,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c137 if (res_pool->hubbub) { in dcn31_init_hw()
143 (res_pool->hubbub->funcs->get_dchub_ref_freq)(res_pool->hubbub, in dcn31_init_hw()
215 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn31_init_hw()
259 dc->res_pool->hubbub->funcs->init_watermarks(dc->res_pool->hubbub); in dcn31_init_hw()
269 dc->res_pool->hubbub, false, false); in dcn31_init_hw()
271 if (dc->res_pool->hubbub->funcs->init_crb) in dcn31_init_hw()
272 dc->res_pool->hubbub->funcs->init_crb(dc->res_pool->hubbub); in dcn31_init_hw()
508 return dc->res_pool->hubbub->funcs->init_dchub_sys_ctx(dc->res_pool->hubbub, &config); in dcn31_init_sys_ctx()
604 dc->res_pool->hubbub->funcs->program_det_size && in dcn31_reset_hw_ctx_wrap()
606 dc->res_pool->hubbub->funcs->program_det_size( in dcn31_reset_hw_ctx_wrap()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c186 (res_pool->hubbub->funcs->get_dchub_ref_freq)(res_pool->hubbub, in dcn401_init_hw()
333 dc->res_pool->hubbub->funcs->init_watermarks(dc->res_pool->hubbub); in dcn401_init_hw()
343 dc->res_pool->hubbub->funcs->init_crb(dc->res_pool->hubbub); in dcn401_init_hw()
1341 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn401_prepare_bandwidth() local
1366 dc->wm_optimized_required |= hubbub->funcs->program_watermarks(hubbub, in dcn401_prepare_bandwidth()
1401 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn401_optimize_bandwidth() local
1411 hubbub->funcs->program_watermarks(hubbub, in dcn401_optimize_bandwidth()
1625 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn401_wait_for_det_buffer_update_under_otg_master() local
1761 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn401_program_outstanding_updates() local
2147 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn401_program_front_end_for_ctx() local
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c160 if (res_pool->hubbub) { in dcn35_init_hw()
166 (res_pool->hubbub->funcs->get_dchub_ref_freq)(res_pool->hubbub, in dcn35_init_hw()
207 if (res_pool->hubbub && res_pool->hubbub->funcs->dchubbub_init) in dcn35_init_hw()
208 res_pool->hubbub->funcs->dchubbub_init(dc->res_pool->hubbub); in dcn35_init_hw()
241 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn35_init_hw()
289 dc->res_pool->hubbub->funcs->init_watermarks(dc->res_pool->hubbub); in dcn35_init_hw()
304 dc->res_pool->hubbub->funcs->init_crb(dc->res_pool->hubbub); in dcn35_init_hw()
710 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn35_init_pipes() local
757 if (hubbub && hubp) { in dcn35_init_pipes()
759 hubbub->funcs->program_det_size(hubbub, hubp->inst, 0); in dcn35_init_pipes()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1201 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn10_verify_allow_pstate_change_high() local
1207 if (!hubbub->funcs->verify_allow_pstate_change_high(hubbub)) { in dcn10_verify_allow_pstate_change_high()
1217 if (!hubbub->funcs->verify_allow_pstate_change_high(hubbub)) in dcn10_verify_allow_pstate_change_high()
1357 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn10_init_pipes() local
1405 hubbub->funcs->program_det_size(hubbub, hubp->inst, 0); in dcn10_init_pipes()
3121 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn10_prepare_bandwidth() local
3159 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn10_optimize_bandwidth() local
3173 hubbub->funcs->program_watermarks(hubbub, in dcn10_optimize_bandwidth()
3412 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn10_update_pending_status() local
3422 struct hubbub *hubbub = hws->ctx->dc->res_pool->hubbub; in dcn10_update_dchub() local
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c672 if (res_pool->hubbub) { in dcn30_init_hw()
678 (res_pool->hubbub->funcs->get_dchub_ref_freq)(res_pool->hubbub, in dcn30_init_hw()
725 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn30_init_hw()
726 !dc->res_pool->hubbub->ctx->dc->debug.disable_stutter); in dcn30_init_hw()
797 dc->res_pool->hubbub->funcs->init_watermarks(dc->res_pool->hubbub); in dcn30_init_hw()
808 dc->res_pool->hubbub->funcs->force_pstate_change_control( in dcn30_init_hw()
809 dc->res_pool->hubbub, false, false); in dcn30_init_hw()
810 if (dc->res_pool->hubbub->funcs->init_crb) in dcn30_init_hw()
811 dc->res_pool->hubbub->funcs->init_crb(dc->res_pool->hubbub); in dcn30_init_hw()
1160 dc->res_pool->hubbub->funcs->force_pstate_change_control( in dcn30_hardware_release()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1942 dc->res_pool->hubbub->funcs->force_wm_propagate_to_pipes(dc->res_pool->hubbub); in dcn20_program_pipe()
2116 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn20_program_front_end_for_ctx() local
2129 hubbub->funcs->program_det_size(hubbub, in dcn20_program_front_end_for_ctx()
2349 dc->res_pool->hubbub->funcs->apply_DEDCN21_147_wa(dc->res_pool->hubbub); in dcn20_post_unlock_program_front_end()
2371 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn20_prepare_bandwidth() local
2395 dc->wm_optimized_required |= hubbub->funcs->program_watermarks(hubbub, in dcn20_prepare_bandwidth()
2414 hubbub->funcs->program_compbuf_size(hubbub, compbuf_size_kb, false); in dcn20_prepare_bandwidth()
2422 struct hubbub *hubbub = dc->res_pool->hubbub; in dcn20_optimize_bandwidth() local
2436 hubbub->funcs->program_watermarks(hubbub, in dcn20_optimize_bandwidth()
2673 dc->res_pool->hubbub->funcs->init_vm_ctx(dc->res_pool->hubbub, &config, vmid); in dcn20_init_vm_ctx()
[all …]

123