Home
last modified time | relevance | path

Searched refs:funcs (Results 1 – 25 of 1043) sorted by relevance

12345678910>>...42

/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.h94 if (comp->funcs && comp->funcs->clk_enable) in mtk_ddp_comp_clk_enable()
102 if (comp->funcs && comp->funcs->clk_disable) in mtk_ddp_comp_clk_disable()
111 if (comp->funcs && comp->funcs->config) in mtk_ddp_comp_config()
117 if (comp->funcs && comp->funcs->start) in mtk_ddp_comp_start()
123 if (comp->funcs && comp->funcs->stop) in mtk_ddp_comp_stop()
165 if (comp->funcs && comp->funcs->layer_nr) in mtk_ddp_comp_layer_nr()
192 if (comp->funcs && comp->funcs->gamma_set) in mtk_ddp_gamma_set()
211 if (comp->funcs && comp->funcs->ctm_set) in mtk_ddp_ctm_set()
242 if (comp->funcs && comp->funcs->add) { in mtk_ddp_comp_add()
251 if (comp->funcs && comp->funcs->remove) { in mtk_ddp_comp_remove()
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c92 if (!pipe->funcs || !pipe->funcs->mode_valid) in drm_simple_kms_crtc_mode_valid()
123 if (!pipe->funcs || !pipe->funcs->enable) in drm_simple_kms_crtc_enable()
136 if (!pipe->funcs || !pipe->funcs->disable) in drm_simple_kms_crtc_disable()
154 if (!pipe->funcs || !pipe->funcs->reset_crtc) in drm_simple_kms_crtc_reset()
187 if (!pipe->funcs || !pipe->funcs->enable_vblank) in drm_simple_kms_crtc_enable_vblank()
238 if (!pipe->funcs || !pipe->funcs->check) in drm_simple_kms_plane_atomic_check()
252 if (!pipe->funcs || !pipe->funcs->update) in drm_simple_kms_plane_atomic_update()
264 if (!pipe->funcs || !pipe->funcs->prepare_fb) { in drm_simple_kms_plane_prepare_fb()
282 if (!pipe->funcs || !pipe->funcs->cleanup_fb) in drm_simple_kms_plane_cleanup_fb()
333 if (!pipe->funcs || !pipe->funcs->reset_plane) in drm_simple_kms_plane_reset()
[all …]
H A Ddrm_panel.c64 panel->funcs = funcs; in drm_panel_init()
123 if (panel->funcs && panel->funcs->prepare) { in drm_panel_prepare()
124 ret = panel->funcs->prepare(panel); in drm_panel_prepare()
134 follower->funcs->panel_prepared, ret); in drm_panel_prepare()
178 if (panel->funcs && panel->funcs->unprepare) { in drm_panel_unprepare()
179 ret = panel->funcs->unprepare(panel); in drm_panel_unprepare()
215 if (panel->funcs && panel->funcs->enable) { in drm_panel_enable()
216 ret = panel->funcs->enable(panel); in drm_panel_enable()
258 if (panel->funcs && panel->funcs->disable) { in drm_panel_disable()
259 ret = panel->funcs->disable(panel); in drm_panel_disable()
[all …]
H A Ddrm_bridge.c325 if (bridge->funcs->attach) { in drm_bridge_attach()
348 if (bridge->funcs->detach) in drm_bridge_attach()
349 bridge->funcs->detach(bridge); in drm_bridge_attach()
376 if (bridge->funcs->atomic_reset) in drm_bridge_detach()
379 if (bridge->funcs->detach) in drm_bridge_detach()
380 bridge->funcs->detach(bridge); in drm_bridge_detach()
501 if (!bridge->funcs->mode_fixup) in drm_bridge_chain_mode_fixup()
577 if (bridge->funcs->mode_set) in drm_bridge_chain_mode_set()
617 iter->funcs->disable(iter); in drm_atomic_bridge_chain_disable()
1018 const struct drm_bridge_funcs *funcs = last_bridge->funcs; in drm_atomic_bridge_chain_select_bus_fmts() local
[all …]
H A Ddrm_atomic_helper.c462 if (funcs && funcs->atomic_check) { in mode_fixup()
471 } else if (funcs && funcs->mode_fixup) { in mode_fixup()
494 if (!funcs || !funcs->mode_fixup) in mode_fixup()
1003 if (!funcs || !funcs->atomic_check) in drm_atomic_helper_check_planes()
1020 if (!funcs || !funcs->atomic_check) in drm_atomic_helper_check_planes()
1386 if (funcs && funcs->atomic_mode_set) { in crtc_set_mode()
1389 } else if (funcs && funcs->mode_set) { in crtc_set_mode()
1829 if (funcs && funcs->atomic_commit_tail) in commit_tail()
2377 if (funcs && funcs->atomic_commit_setup) in drm_atomic_helper_setup_commit()
2749 if (!funcs || !funcs->atomic_begin) in drm_atomic_helper_commit_planes()
[all …]
H A Ddrm_encoder.c77 if (encoder->funcs && encoder->funcs->late_register) in drm_encoder_register_all()
78 ret = encoder->funcs->late_register(encoder); in drm_encoder_register_all()
91 if (encoder->funcs && encoder->funcs->early_unregister) in drm_encoder_unregister_all()
92 encoder->funcs->early_unregister(encoder); in drm_encoder_unregister_all()
99 const struct drm_encoder_funcs *funcs, in __drm_encoder_init() argument
114 encoder->funcs = funcs; in __drm_encoder_init()
161 const struct drm_encoder_funcs *funcs, in drm_encoder_init() argument
167 WARN_ON(!funcs->destroy); in drm_encoder_init()
226 if (drm_WARN_ON(dev, funcs && funcs->destroy)) in __drmm_encoder_init()
241 const struct drm_encoder_funcs *funcs, in __drmm_encoder_alloc() argument
[all …]
H A Ddrm_client.c87 if (funcs && !try_module_get(funcs->owner)) in drm_client_init()
92 client->funcs = funcs; in drm_client_init()
109 if (funcs) in drm_client_init()
110 module_put(funcs->owner); in drm_client_init()
138 if (client->funcs && client->funcs->hotplug) { in drm_client_register()
180 if (client->funcs) in drm_client_release()
181 module_put(client->funcs->owner); in drm_client_release()
195 if (client->funcs && client->funcs->unregister) { in drm_client_dev_unregister()
196 client->funcs->unregister(client); in drm_client_dev_unregister()
229 if (!client->funcs || !client->funcs->hotplug) in drm_client_dev_hotplug()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hwseq.c121 hws->funcs.bios_golden_init(dc); in dcn31_init_hw()
122 if (hws->funcs.disable_vga) in dcn31_init_hw()
123 hws->funcs.disable_vga(dc->hwseq); in dcn31_init_hw()
126 if (res_pool->dccg->funcs->dccg_init) in dcn31_init_hw()
179 if (hws->funcs.enable_power_gating_plane) in dcn31_init_hw()
198 if (tg->funcs->is_tg_enabled(tg) && tg->funcs->get_optc_source) { in dcn31_init_hw()
220 audio->funcs->hw_init(audio); in dcn31_init_hw()
242 if (hws->funcs.setup_hpo_hw_control) in dcn31_init_hw()
254 if (!dcb->funcs->is_accelerated_mode(dcb) && dc->res_pool->hubbub->funcs->init_watermarks) in dcn31_init_hw()
257 if (dc->clk_mgr->funcs->notify_wm_ranges) in dcn31_init_hw()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c165 funcs->reset = dmub_dcn20_reset; in dmub_srv_hw_setup()
173 funcs->is_supported = dmub_dcn20_is_supported; in dmub_srv_hw_setup()
174 funcs->is_hw_init = dmub_dcn20_is_hw_init; in dmub_srv_hw_setup()
175 funcs->set_gpint = dmub_dcn20_set_gpint; in dmub_srv_hw_setup()
240 funcs->reset = dmub_dcn31_reset; in dmub_srv_hw_setup()
252 funcs->is_hw_init = dmub_dcn31_is_hw_init; in dmub_srv_hw_setup()
253 funcs->set_gpint = dmub_dcn31_set_gpint; in dmub_srv_hw_setup()
279 funcs->reset = dmub_dcn32_reset; in dmub_srv_hw_setup()
292 funcs->is_hw_init = dmub_dcn32_is_hw_init; in dmub_srv_hw_setup()
293 funcs->set_gpint = dmub_dcn32_set_gpint; in dmub_srv_hw_setup()
[all …]
/openbmc/linux/lib/
H A Dtest_min_heap.c34 const struct min_heap_callbacks *funcs) in pop_verify_heap() argument
41 min_heap_pop(heap, funcs); in pop_verify_heap()
57 min_heap_pop(heap, funcs); in pop_verify_heap()
71 struct min_heap_callbacks funcs = { in test_heapify_all() local
79 min_heapify_all(&heap, &funcs); in test_heapify_all()
88 min_heapify_all(&heap, &funcs); in test_heapify_all()
104 struct min_heap_callbacks funcs = { in test_heap_push() local
120 min_heap_push(&heap, &temp, &funcs); in test_heap_push()
137 struct min_heap_callbacks funcs = { in test_heap_pop_push() local
147 min_heap_push(&heap, &temp, &funcs); in test_heap_pop_push()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ib.c185 ring->funcs->emit_ib_size; in amdgpu_ib_schedule()
207 ring->funcs->emit_mem_sync(ring); in amdgpu_ib_schedule()
209 if (ring->funcs->emit_wave_limit && in amdgpu_ib_schedule()
213 if (ring->funcs->insert_start) in amdgpu_ib_schedule()
214 ring->funcs->insert_start(ring); in amdgpu_ib_schedule()
226 if (ring->funcs->emit_gfx_shadow) in amdgpu_ib_schedule()
230 if (ring->funcs->init_cond_exec) in amdgpu_ib_schedule()
281 if (ring->funcs->emit_gfx_shadow) { in amdgpu_ib_schedule()
284 if (ring->funcs->init_cond_exec) { in amdgpu_ib_schedule()
302 if (ring->funcs->insert_end) in amdgpu_ib_schedule()
[all …]
H A Damdgpu_psp.h316 const struct psp_funcs *funcs; member
406 ((psp)->funcs->init_microcode ? (psp)->funcs->init_microcode((psp)) : 0)
408 ((psp)->funcs->bootloader_load_kdb ? (psp)->funcs->bootloader_load_kdb((psp)) : 0)
410 ((psp)->funcs->bootloader_load_spl ? (psp)->funcs->bootloader_load_spl((psp)) : 0)
412 ((psp)->funcs->bootloader_load_sysdrv ? (psp)->funcs->bootloader_load_sysdrv((psp)) : 0)
414 ((psp)->funcs->bootloader_load_soc_drv ? (psp)->funcs->bootloader_load_soc_drv((psp)) : 0)
418 ((psp)->funcs->bootloader_load_dbg_drv ? (psp)->funcs->bootloader_load_dbg_drv((psp)) : 0)
423 ((psp)->funcs->bootloader_load_sos ? (psp)->funcs->bootloader_load_sos((psp)) : 0)
425 ((psp)->funcs->smu_reload_quirk ? (psp)->funcs->smu_reload_quirk((psp)) : false)
427 ((psp)->funcs->mode1_reset ? (psp)->funcs->mode1_reset((psp)) : false)
[all …]
H A Damdgpu_display.h26 #define amdgpu_display_vblank_get_counter(adev, crtc) (adev)->mode_info.funcs->vblank_get_counter((…
27 #define amdgpu_display_backlight_set_level(adev, e, l) (adev)->mode_info.funcs->backlight_set_level…
28 #define amdgpu_display_backlight_get_level(adev, e) (adev)->mode_info.funcs->backlight_get_level((e…
29 #define amdgpu_display_hpd_sense(adev, h) (adev)->mode_info.funcs->hpd_sense((adev), (h))
30 #define amdgpu_display_hpd_set_polarity(adev, h) (adev)->mode_info.funcs->hpd_set_polarity((adev), …
31 #define amdgpu_display_hpd_get_gpio_reg(adev) (adev)->mode_info.funcs->hpd_get_gpio_reg((adev))
32 #define amdgpu_display_bandwidth_update(adev) (adev)->mode_info.funcs->bandwidth_update((adev))
33 #define amdgpu_display_page_flip(adev, crtc, base, async) (adev)->mode_info.funcs->page_flip((adev)…
34 #define amdgpu_display_page_flip_get_scanoutpos(adev, crtc, vbl, pos) (adev)->mode_info.funcs->page…
35 #define amdgpu_display_add_encoder(adev, e, s, c) (adev)->mode_info.funcs->add_encoder((adev), (e),…
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c317 if (opp->funcs->dpg_is_blanked && opp->funcs->dpg_is_blanked(opp)) in dcn20_init_blank()
691 if (hws->funcs.calculate_dccg_k1_k2_values && dc->res_pool->dccg->funcs->set_pixel_rate_div) { in dcn20_enable_stream_timing()
1519 hubp->funcs->hubp_setup( in dcn20_update_dchubp_dpp()
1545 dpp->funcs->dpp_setup(dpp, in dcn20_update_dchubp_dpp()
1942 hws->funcs.update_odm) in dcn20_program_front_end_for_ctx()
2246 dwb->funcs->disable(dwb); in dcn20_disable_writeback()
2830 hws->funcs.dccg_init(hws); in dcn20_fpga_init_hw()
2851 tg->funcs->lock(tg); in dcn20_fpga_init_hw()
2857 dpp->funcs->dpp_reset(dpp); in dcn20_fpga_init_hw()
2906 tg->funcs->unlock(tg); in dcn20_fpga_init_hw()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c813 if (hws->funcs.s0i3_golden_init_wa && hws->funcs.s0i3_golden_init_wa(dc)) in dcn10_bios_golden_init()
1243 dpp->funcs->dpp_reset(dpp); in dcn10_plane_atomic_power_down()
1338 tg->funcs->lock(tg); in dcn10_init_pipes()
1340 tg->funcs->lock(tg); in dcn10_init_pipes()
1392 tg->funcs->tg_init(tg); in dcn10_init_pipes()
1420 tg->funcs->unlock(tg); in dcn10_init_pipes()
1428 if (tg->funcs->init_odm) in dcn10_init_pipes()
1429 tg->funcs->init_odm(tg); in dcn10_init_pipes()
1432 tg->funcs->tg_init(tg); in dcn10_init_pipes()
2576 dpp->funcs->dpp_setup(dpp, in dcn10_update_dpp()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_dio.c34 stream_encoder->funcs->set_throttled_vcp_size( in set_dio_throttled_vcp_size()
44 link_enc->funcs->connect_dig_be_to_fe(link_enc, in setup_dio_stream_encoder()
49 if (stream_enc->funcs->map_stream_to_link) in setup_dio_stream_encoder()
52 if (stream_enc->funcs->enable_fifo) in setup_dio_stream_encoder()
53 stream_enc->funcs->enable_fifo(stream_enc); in setup_dio_stream_encoder()
62 stream_enc->funcs->disable_fifo(stream_enc); in reset_dio_stream_encoder()
64 link_enc->funcs->connect_dig_be_to_fe( in reset_dio_stream_encoder()
82 stream_encoder->funcs->setup_stereo_sync( in setup_dio_stream_attribute()
88 stream_encoder->funcs->dp_set_stream_attribute( in setup_dio_stream_attribute()
125 link_enc->funcs->enable_dp_output( in enable_dio_dp_link_output()
[all …]
H A Dlink_hwss_hpo_dp.c77 stream_enc->funcs->enable_stream(stream_enc); in setup_hpo_dp_stream_encoder()
85 stream_enc->funcs->disable(stream_enc); in reset_hpo_dp_stream_encoder()
94 stream_enc->funcs->set_stream_attribute( in setup_hpo_dp_stream_attribute()
116 link_res->hpo_dp_link_enc->funcs->enable_link_phy( in enable_hpo_dp_link_output()
128 link_res->hpo_dp_link_enc->funcs->disable_link_phy( in disable_hpo_dp_link_output()
141 link_res->hpo_dp_link_enc->funcs->set_link_test_pattern( in set_hpo_dp_link_test_pattern()
151 link_res->hpo_dp_link_enc->funcs->set_ffe( in set_hpo_dp_lane_settings()
161 link_res->hpo_dp_link_enc->funcs->update_stream_allocation_table( in update_hpo_dp_stream_allocation_table()
169 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_audio_setup( in setup_hpo_dp_audio_output()
177 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_audio_enable( in enable_hpo_dp_audio_packet()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_hwseq.c177 tg->funcs->get_otg_active_size(tg, in dcn201_init_blank()
234 hws->funcs.bios_golden_init(dc); in dcn201_init_hw()
280 if (tg->funcs->is_tg_enabled(tg)) in dcn201_init_hw()
281 tg->funcs->lock(tg); in dcn201_init_hw()
287 dpp->funcs->dpp_reset(dpp); in dcn201_init_hw()
318 hubp->funcs->hubp_init(hubp); in dcn201_init_hw()
333 if (tg->funcs->is_tg_enabled(tg)) in dcn201_init_hw()
334 tg->funcs->unlock(tg); in dcn201_init_hw()
349 tg->funcs->tg_init(tg); in dcn201_init_hw()
355 audio->funcs->hw_init(audio); in dcn201_init_hw()
[all …]
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dsys.c249 sys_rdb = funcs->rdb; in X86EMU_setupMemFuncs()
250 sys_rdw = funcs->rdw; in X86EMU_setupMemFuncs()
251 sys_rdl = funcs->rdl; in X86EMU_setupMemFuncs()
252 sys_wrb = funcs->wrb; in X86EMU_setupMemFuncs()
253 sys_wrw = funcs->wrw; in X86EMU_setupMemFuncs()
254 sys_wrl = funcs->wrl; in X86EMU_setupMemFuncs()
268 sys_inb = funcs->inb; in X86EMU_setupPioFuncs()
269 sys_inw = funcs->inw; in X86EMU_setupPioFuncs()
270 sys_inl = funcs->inl; in X86EMU_setupPioFuncs()
271 sys_outb = funcs->outb; in X86EMU_setupPioFuncs()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1675 if (tg->funcs->disable_vga) in disable_vga_and_power_gate_all_controllers()
1676 tg->funcs->disable_vga(tg); in disable_vga_and_power_gate_all_controllers()
1754 if (hws->funcs.init_pipes) in dce110_enable_accelerated_mode()
2625 tg->funcs->disable_vga(tg); in init_hw()
2635 audio->funcs->hw_init(audio); in init_hw()
2667 dccg->funcs->update_clocks( in dce110_prepare_bandwidth()
2682 dccg->funcs->update_clocks( in dce110_optimize_bandwidth()
2742 if (mi->funcs->set_blank) in dce110_program_front_end_for_pipe()
3095 dmcu->funcs->lock_phy(dmcu); in dce110_enable_dp_link_output()
3104 dmcu->funcs->unlock_phy(dmcu); in dce110_enable_dp_link_output()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c556 hws->funcs.set_mcm_luts) in dcn32_set_input_transfer_func()
758 dc->clk_mgr->funcs->update_clocks( in dcn32_initialize_min_clocks()
782 hws->funcs.bios_golden_init(dc); in dcn32_init_hw()
783 hws->funcs.disable_vga(dc->hwseq); in dcn32_init_hw()
921 audio->funcs->hw_init(audio); in dcn32_init_hw()
948 if (!dcb->funcs->is_accelerated_mode(dcb) && dc->res_pool->hubbub->funcs->init_watermarks) in dcn32_init_hw()
1139 dsc->funcs->dsc_disconnect(dsc); in dcn32_update_odm()
1330 dmcu->funcs->lock_phy(dmcu); in dcn32_disable_link_output()
1339 dmcu->funcs->unlock_phy(dmcu); in dcn32_disable_link_output()
1515 tg->funcs->get_otg_active_size(tg, in dcn32_init_blank()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c140 mpc->funcs->release_rmu(mpc, mpcc_id); in dcn30_set_mpc_shaper_3dlut()
182 dpp_base->funcs->dpp_program_3dlut) in dcn30_set_input_transfer_func()
337 mcif_wb->funcs->enable_mcif(mcif_wb); in dcn30_enable_writeback()
356 dwb->funcs->disable(dwb); in dcn30_disable_writeback()
358 mcif_wb->funcs->disable_mcif(mcif_wb); in dcn30_disable_writeback()
415 if (dwb->funcs->is_enabled(dwb)) { in dcn30_program_all_writeback_pipes_in_tree()
443 if (res_pool->dccg->funcs->dccg_init) in dcn30_init_hw()
447 hws->funcs.bios_golden_init(dc); in dcn30_init_hw()
448 hws->funcs.disable_vga(dc->hwseq); in dcn30_init_hw()
568 audio->funcs->hw_init(audio); in dcn30_init_hw()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_edid_parser.c38 dmcu->funcs->is_dmcu_initialized(dmcu) && in dc_edid_parser_send_cea()
39 dmcu->funcs->send_edid_cea) { in dc_edid_parser_send_cea()
40 return dmcu->funcs->send_edid_cea(dmcu, in dc_edid_parser_send_cea()
55 dmcu->funcs->is_dmcu_initialized(dmcu) && in dc_edid_parser_recv_cea_ack()
56 dmcu->funcs->recv_edid_cea_ack) { in dc_edid_parser_recv_cea_ack()
57 return dmcu->funcs->recv_edid_cea_ack(dmcu, offset); in dc_edid_parser_recv_cea_ack()
71 dmcu->funcs->is_dmcu_initialized(dmcu) && in dc_edid_parser_recv_amd_vsdb()
72 dmcu->funcs->recv_amd_vsdb) { in dc_edid_parser_recv_amd_vsdb()
73 return dmcu->funcs->recv_amd_vsdb(dmcu, in dc_edid_parser_recv_amd_vsdb()
/openbmc/u-boot/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c150 .funcs = {_f1, _f2} \
318 while (funcs->ngroups) { in armada_37xx_add_function()
321 funcs->ngroups++; in armada_37xx_add_function()
325 funcs++; in armada_37xx_add_function()
330 funcs->name = name; in armada_37xx_add_function()
331 funcs->ngroups = 1; in armada_37xx_add_function()
370 grp->funcs[f]); in armada_37xx_fill_group()
398 struct armada_37xx_pmx_func *funcs = info->funcs; in armada_37xx_fill_func() local
406 funcs[n].groups = devm_kzalloc(info->dev, funcs[n].ngroups * in armada_37xx_fill_func()
409 if (!funcs[n].groups) in armada_37xx_fill_func()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c143 pipe_ctx->stream_res.tg->funcs->set_dsc_config( in update_dsc_on_stream()
194 pipe_ctx->stream_res.tg->funcs->set_odm_combine( in dcn314_update_odm()
199 pipe_ctx->stream_res.tg->funcs->set_odm_bypass( in dcn314_update_odm()
206 if (mpc->funcs->set_out_rate_control) { in dcn314_update_odm()
208 mpc->funcs->set_out_rate_control( in dcn314_update_odm()
232 dsc->funcs->dsc_disconnect(dsc); in dcn314_update_odm()
252 hws->ctx->dc->res_pool->dccg->funcs->enable_dsc( in dcn314_dsc_pg_control()
482 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn314_disable_link_output()
483 dmcu->funcs->lock_phy(dmcu); in dcn314_disable_link_output()
492 if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn314_disable_link_output()
[all …]

12345678910>>...42