| /linux-6.15/drivers/gpu/drm/mediatek/ |
| H A D | mtk_ddp_comp.h | 104 if (comp->funcs && comp->funcs->power_on) in mtk_ddp_comp_power_on() 113 if (comp->funcs && comp->funcs->power_off) in mtk_ddp_comp_power_off() 121 if (comp->funcs && comp->funcs->clk_enable) in mtk_ddp_comp_clk_enable() 129 if (comp->funcs && comp->funcs->clk_disable) in mtk_ddp_comp_clk_disable() 147 if (comp->funcs && comp->funcs->config) in mtk_ddp_comp_config() 153 if (comp->funcs && comp->funcs->start) in mtk_ddp_comp_start() 159 if (comp->funcs && comp->funcs->stop) in mtk_ddp_comp_stop() 205 if (comp->funcs && comp->funcs->layer_nr) in mtk_ddp_comp_layer_nr() 259 if (comp->funcs && comp->funcs->ctm_set) in mtk_ddp_ctm_set() 299 if (comp->funcs && comp->funcs->add) { in mtk_ddp_comp_add() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dmub/src/ |
| H A D | dmub_srv.c | 169 funcs->reset = dmub_dcn20_reset; in dmub_srv_hw_setup() 178 funcs->is_hw_init = dmub_dcn20_is_hw_init; in dmub_srv_hw_setup() 179 funcs->set_gpint = dmub_dcn20_set_gpint; in dmub_srv_hw_setup() 244 funcs->reset = dmub_dcn31_reset; in dmub_srv_hw_setup() 257 funcs->set_gpint = dmub_dcn31_set_gpint; in dmub_srv_hw_setup() 284 funcs->reset = dmub_dcn32_reset; in dmub_srv_hw_setup() 298 funcs->set_gpint = dmub_dcn32_set_gpint; in dmub_srv_hw_setup() 324 funcs->reset = dmub_dcn35_reset; in dmub_srv_hw_setup() 338 funcs->set_gpint = dmub_dcn35_set_gpint; in dmub_srv_hw_setup() 370 funcs->reset = dmub_dcn401_reset; in dmub_srv_hw_setup() [all …]
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_simple_kms_helper.c | 92 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 D | drm_bridge.c | 329 if (bridge->funcs->attach) { in drm_bridge_attach() 352 if (bridge->funcs->detach) in drm_bridge_attach() 353 bridge->funcs->detach(bridge); in drm_bridge_attach() 380 if (bridge->funcs->atomic_reset) in drm_bridge_detach() 383 if (bridge->funcs->detach) in drm_bridge_detach() 384 bridge->funcs->detach(bridge); in drm_bridge_detach() 509 if (!bridge->funcs->mode_valid) in drm_bridge_chain_mode_valid() 544 if (bridge->funcs->mode_set) in drm_bridge_chain_mode_set() 576 iter->funcs->disable(iter); in drm_atomic_bridge_chain_disable() 964 const struct drm_bridge_funcs *funcs = last_bridge->funcs; in drm_atomic_bridge_chain_select_bus_fmts() local [all …]
|
| H A D | drm_panel.c | 68 panel->funcs = funcs; in drm_panel_init() 127 if (panel->funcs && panel->funcs->prepare) { in drm_panel_prepare() 128 ret = panel->funcs->prepare(panel); in drm_panel_prepare() 138 follower->funcs->panel_prepared, ret); in drm_panel_prepare() 191 if (panel->funcs && panel->funcs->unprepare) { in drm_panel_unprepare() 192 ret = panel->funcs->unprepare(panel); in drm_panel_unprepare() 228 if (panel->funcs && panel->funcs->enable) { in drm_panel_enable() 229 ret = panel->funcs->enable(panel); in drm_panel_enable() 280 if (panel->funcs && panel->funcs->disable) { in drm_panel_disable() 281 ret = panel->funcs->disable(panel); in drm_panel_disable() [all …]
|
| H A D | drm_atomic_helper.c | 463 if (funcs && funcs->atomic_check) { in mode_fixup() 472 } else if (funcs && funcs->mode_fixup) { in mode_fixup() 495 if (!funcs || !funcs->mode_fixup) in mode_fixup() 1035 if (!funcs || !funcs->atomic_check) in drm_atomic_helper_check_planes() 1052 if (!funcs || !funcs->atomic_check) in drm_atomic_helper_check_planes() 1427 if (funcs && funcs->atomic_mode_set) { in crtc_set_mode() 1430 } else if (funcs && funcs->mode_set) { in crtc_set_mode() 1870 if (funcs && funcs->atomic_commit_tail) in commit_tail() 2417 if (funcs && funcs->atomic_commit_setup) in drm_atomic_helper_setup_commit() 2789 if (!funcs || !funcs->atomic_begin) in drm_atomic_helper_commit_planes() [all …]
|
| H A D | drm_encoder.c | 80 if (encoder->funcs && encoder->funcs->late_register) in drm_encoder_register_all() 81 ret = encoder->funcs->late_register(encoder); in drm_encoder_register_all() 94 if (encoder->funcs && encoder->funcs->early_unregister) in drm_encoder_unregister_all() 95 encoder->funcs->early_unregister(encoder); in drm_encoder_unregister_all() 103 const struct drm_encoder_funcs *funcs, in __drm_encoder_init() argument 118 encoder->funcs = funcs; in __drm_encoder_init() 165 const struct drm_encoder_funcs *funcs, in drm_encoder_init() argument 171 WARN_ON(!funcs->destroy); in drm_encoder_init() 230 if (drm_WARN_ON(dev, funcs && funcs->destroy)) in __drmm_encoder_init() 245 const struct drm_encoder_funcs *funcs, in __drmm_encoder_alloc() argument [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| H A D | dcn35_hwseq.c | 225 if (tg->funcs->is_tg_enabled(tg) && tg->funcs->get_optc_source) { in dcn35_init_hw() 288 if (!dcb->funcs->is_accelerated_mode(dcb) && dc->res_pool->hubbub->funcs->init_watermarks) in dcn35_init_hw() 739 tg->funcs->lock(tg); in dcn35_init_pipes() 741 tg->funcs->lock(tg); in dcn35_init_pipes() 795 tg->funcs->tg_init(tg); in dcn35_init_pipes() 805 dpp->funcs->dpp_reset(dpp); in dcn35_init_pipes() 825 tg->funcs->unlock(tg); in dcn35_init_pipes() 833 if (tg->funcs->init_odm) in dcn35_init_pipes() 834 tg->funcs->init_odm(tg); in dcn35_init_pipes() 837 tg->funcs->tg_init(tg); in dcn35_init_pipes() [all …]
|
| /linux-6.15/lib/ |
| H A D | test_min_heap.c | 28 const struct min_heap_callbacks *funcs) in pop_verify_heap() argument 35 min_heap_pop_inline(heap, funcs, NULL); in pop_verify_heap() 51 min_heap_pop_inline(heap, funcs, NULL); in pop_verify_heap() 65 struct min_heap_callbacks funcs = { in test_heapify_all() local 72 min_heapify_all_inline(&heap, &funcs, NULL); in test_heapify_all() 81 min_heapify_all_inline(&heap, &funcs, NULL); in test_heapify_all() 97 struct min_heap_callbacks funcs = { in test_heap_push() local 129 struct min_heap_callbacks funcs = { in test_heap_pop_push() local 168 struct min_heap_callbacks funcs = { in test_heap_del() local 175 min_heapify_all_inline(&heap, &funcs, NULL); in test_heap_del() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vpe.h | 67 const struct vpe_funcs *funcs; member 93 #define vpe_ring_init(vpe) ((vpe)->funcs->ring_init ? (vpe)->funcs->ring_init((vpe)) : 0) 94 #define vpe_ring_start(vpe) ((vpe)->funcs->ring_start ? (vpe)->funcs->ring_start((vpe)) : 0) 95 #define vpe_ring_stop(vpe) ((vpe)->funcs->ring_stop ? (vpe)->funcs->ring_stop((vpe)) : 0) 96 #define vpe_ring_fini(vpe) ((vpe)->funcs->ring_fini ? (vpe)->funcs->ring_fini((vpe)) : 0) 99 ((vpe)->funcs->get_reg_offset ? (vpe)->funcs->get_reg_offset((vpe), (inst), (offset)) : 0) 101 ((vpe)->funcs->set_regs ? (vpe)->funcs->set_regs((vpe)) : 0) 103 ((vpe)->funcs->irq_init ? (vpe)->funcs->irq_init((vpe)) : 0) 105 ((vpe)->funcs->init_microcode ? (vpe)->funcs->init_microcode((vpe)) : 0) 107 ((vpe)->funcs->load_microcode ? (vpe)->funcs->load_microcode((vpe)) : 0)
|
| H A D | amdgpu_psp.h | 327 const struct psp_funcs *funcs; member 421 ((psp)->funcs->init_microcode ? (psp)->funcs->init_microcode((psp)) : 0) 423 ((psp)->funcs->bootloader_load_kdb ? (psp)->funcs->bootloader_load_kdb((psp)) : 0) 425 ((psp)->funcs->bootloader_load_spl ? (psp)->funcs->bootloader_load_spl((psp)) : 0) 427 ((psp)->funcs->bootloader_load_sysdrv ? (psp)->funcs->bootloader_load_sysdrv((psp)) : 0) 429 ((psp)->funcs->bootloader_load_soc_drv ? (psp)->funcs->bootloader_load_soc_drv((psp)) : 0) 433 ((psp)->funcs->bootloader_load_dbg_drv ? (psp)->funcs->bootloader_load_dbg_drv((psp)) : 0) 444 ((psp)->funcs->bootloader_load_sos ? (psp)->funcs->bootloader_load_sos((psp)) : 0) 446 ((psp)->funcs->smu_reload_quirk ? (psp)->funcs->smu_reload_quirk((psp)) : false) 448 ((psp)->funcs->mode1_reset ? (psp)->funcs->mode1_reset((psp)) : false) [all …]
|
| H A D | amdgpu_ib.c | 183 ring->funcs->emit_ib_size; in amdgpu_ib_schedule() 205 ring->funcs->emit_mem_sync(ring); in amdgpu_ib_schedule() 207 if (ring->funcs->emit_wave_limit && in amdgpu_ib_schedule() 211 if (ring->funcs->insert_start) in amdgpu_ib_schedule() 212 ring->funcs->insert_start(ring); in amdgpu_ib_schedule() 224 if (ring->funcs->emit_gfx_shadow) in amdgpu_ib_schedule() 228 if (ring->funcs->init_cond_exec) in amdgpu_ib_schedule() 280 if (ring->funcs->emit_gfx_shadow && ring->funcs->init_cond_exec) { in amdgpu_ib_schedule() 294 if (ring->funcs->insert_end) in amdgpu_ib_schedule() 295 ring->funcs->insert_end(ring); in amdgpu_ib_schedule() [all …]
|
| H A D | amdgpu_umsch_mm.h | 139 const struct umsch_mm_funcs *funcs; member 212 ((umsch)->funcs->set_hw_resources ? (umsch)->funcs->set_hw_resources((umsch)) : 0) 214 ((umsch)->funcs->add_queue ? (umsch)->funcs->add_queue((umsch), (input)) : 0) 216 ((umsch)->funcs->remove_queue ? (umsch)->funcs->remove_queue((umsch), (input)) : 0) 219 ((umsch)->funcs->set_regs ? (umsch)->funcs->set_regs((umsch)) : 0) 221 ((umsch)->funcs->init_microcode ? (umsch)->funcs->init_microcode((umsch)) : 0) 223 ((umsch)->funcs->load_microcode ? (umsch)->funcs->load_microcode((umsch)) : 0) 226 ((umsch)->funcs->ring_init ? (umsch)->funcs->ring_init((umsch)) : 0) 228 ((umsch)->funcs->ring_start ? (umsch)->funcs->ring_start((umsch)) : 0) 230 ((umsch)->funcs->ring_stop ? (umsch)->funcs->ring_stop((umsch)) : 0) [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
| H A D | dcn31_hwseq.c | 123 hws->funcs.bios_golden_init(dc); in dcn31_init_hw() 124 if (hws->funcs.disable_vga) in dcn31_init_hw() 125 hws->funcs.disable_vga(dc->hwseq); in dcn31_init_hw() 128 if (res_pool->dccg->funcs->dccg_init) in dcn31_init_hw() 181 if (hws->funcs.enable_power_gating_plane) in dcn31_init_hw() 200 if (tg->funcs->is_tg_enabled(tg) && tg->funcs->get_optc_source) { in dcn31_init_hw() 222 audio->funcs->hw_init(audio); in dcn31_init_hw() 246 if (hws->funcs.setup_hpo_hw_control) in dcn31_init_hw() 258 if (!dcb->funcs->is_accelerated_mode(dcb) && dc->res_pool->hubbub->funcs->init_watermarks) in dcn31_init_hw() 271 if (dc->res_pool->hubbub->funcs->init_crb) in dcn31_init_hw() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 142 if (dc->clk_mgr && dc->clk_mgr->funcs && dc->clk_mgr->funcs->init_clocks) { in dcn401_init_hw() 276 hws->funcs.power_down && in dcn401_init_hw() 279 hws->funcs.power_down(dc); in dcn401_init_hw() 289 hws->funcs.power_down) { in dcn401_init_hw() 290 hws->funcs.power_down(dc); in dcn401_init_hw() 301 audio->funcs->hw_init(audio); in dcn401_init_hw() 332 if (!dcb->funcs->is_accelerated_mode(dcb) && dc->res_pool->hubbub->funcs->init_watermarks) in dcn401_init_hw() 335 if (dc->clk_mgr && dc->clk_mgr->funcs && dc->clk_mgr->funcs->notify_wm_ranges) in dcn401_init_hw() 1021 dmcu->funcs->lock_phy(dmcu); in dcn401_disable_link_output() 2177 hws->funcs.update_odm) in dcn401_program_front_end_for_ctx() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/hwss/ |
| H A D | link_hwss_dio.c | 66 if (stream_enc->funcs->enable_stream) in setup_dio_stream_encoder() 69 if (stream_enc->funcs->map_stream_to_link) in setup_dio_stream_encoder() 72 if (stream_enc->funcs->set_input_mode) in setup_dio_stream_encoder() 75 if (stream_enc->funcs->enable_fifo) in setup_dio_stream_encoder() 94 if (stream_enc->funcs->disable_fifo) in reset_dio_stream_encoder() 96 if (stream_enc->funcs->set_input_mode) in reset_dio_stream_encoder() 98 if (stream_enc->funcs->enable_stream) in reset_dio_stream_encoder() 101 link_enc->funcs->connect_dig_be_to_fe( in reset_dio_stream_encoder() 119 stream_encoder->funcs->setup_stereo_sync( in setup_dio_stream_attribute() 169 link_enc->funcs->enable_dp_output( in enable_dio_dp_link_output() [all …]
|
| H A D | link_hwss_hpo_dp.c | 79 stream_enc->funcs->enable_stream(stream_enc); in setup_hpo_dp_stream_encoder() 87 stream_enc->funcs->disable(stream_enc); in reset_hpo_dp_stream_encoder() 96 stream_enc->funcs->set_stream_attribute( in setup_hpo_dp_stream_attribute() 123 link_res->hpo_dp_link_enc->funcs->enable_link_phy( in enable_hpo_dp_link_output() 140 link_res->hpo_dp_link_enc->funcs->disable_link_phy( in disable_hpo_dp_link_output() 153 link_res->hpo_dp_link_enc->funcs->set_link_test_pattern( in set_hpo_dp_link_test_pattern() 163 link_res->hpo_dp_link_enc->funcs->set_ffe( in set_hpo_dp_lane_settings() 173 link_res->hpo_dp_link_enc->funcs->update_stream_allocation_table( in update_hpo_dp_stream_allocation_table() 181 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_audio_setup( in setup_hpo_dp_audio_output() 189 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_audio_enable( in enable_hpo_dp_audio_packet() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| H A D | dcn10_hwseq.c | 874 if (hws->funcs.s0i3_golden_init_wa && hws->funcs.s0i3_golden_init_wa(dc)) in dcn10_bios_golden_init() 1289 dpp->funcs->dpp_reset(dpp); in dcn10_plane_atomic_power_down() 1385 tg->funcs->lock(tg); in dcn10_init_pipes() 1387 tg->funcs->lock(tg); in dcn10_init_pipes() 1441 tg->funcs->tg_init(tg); in dcn10_init_pipes() 1471 tg->funcs->unlock(tg); in dcn10_init_pipes() 1479 if (tg->funcs->init_odm) in dcn10_init_pipes() 1480 tg->funcs->init_odm(tg); in dcn10_init_pipes() 1483 tg->funcs->tg_init(tg); in dcn10_init_pipes() 2647 dpp->funcs->dpp_setup(dpp, in dcn10_update_dpp() [all …]
|
| /linux-6.15/drivers/gpu/drm/display/ |
| H A D | drm_hdmi_audio_helper.c | 20 connector->hdmi_audio.funcs; in drm_connector_hdmi_audio_startup() 22 if (funcs->startup) in drm_connector_hdmi_audio_startup() 23 return funcs->startup(connector); in drm_connector_hdmi_audio_startup() 34 connector->hdmi_audio.funcs; in drm_connector_hdmi_audio_prepare() 43 connector->hdmi_audio.funcs; in drm_connector_hdmi_audio_shutdown() 53 connector->hdmi_audio.funcs; in drm_connector_hdmi_audio_mute_stream() 55 if (funcs->mute_stream) in drm_connector_hdmi_audio_mute_stream() 171 if (!funcs || in drm_connector_hdmi_audio_init() 172 !funcs->prepare || in drm_connector_hdmi_audio_init() 173 !funcs->shutdown) in drm_connector_hdmi_audio_init() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
| H A D | dcn30_hwseq.c | 408 if (mpc->funcs->set_output_gamma) in dcn30_set_output_transfer_func() 554 dwb->funcs->disable(dwb); in dcn30_disable_writeback() 638 if (dc->clk_mgr && dc->clk_mgr->funcs && dc->clk_mgr->funcs->init_clocks) in dcn30_init_hw() 744 hws->funcs.power_down && in dcn30_init_hw() 747 hws->funcs.power_down(dc); in dcn30_init_hw() 755 hws->funcs.power_down) { in dcn30_init_hw() 756 hws->funcs.power_down(dc); in dcn30_init_hw() 767 audio->funcs->hw_init(audio); in dcn30_init_hw() 796 if (!dcb->funcs->is_accelerated_mode(dcb) && dc->res_pool->hubbub->funcs->init_watermarks) in dcn30_init_hw() 799 if (dc->clk_mgr && dc->clk_mgr->funcs && dc->clk_mgr->funcs->notify_wm_ranges) in dcn30_init_hw() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 427 if (opp->funcs->dpg_is_blanked && opp->funcs->dpg_is_blanked(opp)) in dcn20_init_blank() 1690 hubp->funcs->hubp_setup2( in dcn20_update_dchubp_dpp() 1696 hubp->funcs->hubp_setup( in dcn20_update_dchubp_dpp() 1730 dpp->funcs->dpp_setup(dpp, in dcn20_update_dchubp_dpp() 2146 hws->funcs.update_odm) in dcn20_program_front_end_for_ctx() 2568 dwb->funcs->disable(dwb); in dcn20_disable_writeback() 3128 hws->funcs.dccg_init(hws); in dcn20_fpga_init_hw() 3149 tg->funcs->lock(tg); in dcn20_fpga_init_hw() 3155 dpp->funcs->dpp_reset(dpp); in dcn20_fpga_init_hw() 3204 tg->funcs->unlock(tg); in dcn20_fpga_init_hw() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
| H A D | dcn201_hwseq.c | 180 tg->funcs->get_otg_active_size(tg, in dcn201_init_blank() 237 hws->funcs.bios_golden_init(dc); in dcn201_init_hw() 283 if (tg->funcs->is_tg_enabled(tg)) in dcn201_init_hw() 284 tg->funcs->lock(tg); in dcn201_init_hw() 290 dpp->funcs->dpp_reset(dpp); in dcn201_init_hw() 321 hubp->funcs->hubp_init(hubp); in dcn201_init_hw() 336 if (tg->funcs->is_tg_enabled(tg)) in dcn201_init_hw() 337 tg->funcs->unlock(tg); in dcn201_init_hw() 352 tg->funcs->tg_init(tg); in dcn201_init_hw() 358 audio->funcs->hw_init(audio); in dcn201_init_hw() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| H A D | dcn32_hwseq.c | 554 hws->funcs.set_mcm_luts) in dcn32_set_input_transfer_func() 787 if (dc->clk_mgr && dc->clk_mgr->funcs && dc->clk_mgr->funcs->init_clocks) in dcn32_init_hw() 909 hws->funcs.power_down && in dcn32_init_hw() 912 hws->funcs.power_down(dc); in dcn32_init_hw() 922 hws->funcs.power_down) { in dcn32_init_hw() 923 hws->funcs.power_down(dc); in dcn32_init_hw() 934 audio->funcs->hw_init(audio); in dcn32_init_hw() 963 if (!dcb->funcs->is_accelerated_mode(dcb) && dc->res_pool->hubbub->funcs->init_watermarks) in dcn32_init_hw() 966 if (dc->clk_mgr && dc->clk_mgr->funcs && dc->clk_mgr->funcs->notify_wm_ranges) in dcn32_init_hw() 969 if (dc->clk_mgr && dc->clk_mgr->funcs && dc->clk_mgr->funcs->set_hard_max_memclk && in dcn32_init_hw() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| H A D | dce110_hwseq.c | 1780 if (tg->funcs->disable_vga) in disable_vga_and_power_gate_all_controllers() 1781 tg->funcs->disable_vga(tg); in disable_vga_and_power_gate_all_controllers() 1903 if (hws->funcs.init_pipes) in dce110_enable_accelerated_mode() 1973 if (dcb && dcb->funcs && !dcb->funcs->is_accelerated_mode(dcb)) in dce110_enable_accelerated_mode() 1987 if (dcb && dcb->funcs && !dcb->funcs->is_accelerated_mode(dcb)) in dce110_enable_accelerated_mode() 2814 tg->funcs->disable_vga(tg); in init_hw() 2858 dccg->funcs->update_clocks( in dce110_prepare_bandwidth() 2873 dccg->funcs->update_clocks( in dce110_optimize_bandwidth() 2932 if (mi->funcs->set_blank) in dce110_program_front_end_for_pipe() 3286 dmcu->funcs->lock_phy(dmcu); in dce110_enable_dp_link_output() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
| H A D | dcn314_hwseq.c | 120 pipe_ctx->stream_res.tg->funcs->set_dsc_config( in update_dsc_on_stream() 176 pipe_ctx->stream_res.tg->funcs->set_odm_bypass( in dcn314_update_odm() 179 if (mpc->funcs->set_out_rate_control) { in dcn314_update_odm() 181 mpc->funcs->set_out_rate_control( in dcn314_update_odm() 205 dsc->funcs->dsc_disconnect(dsc); in dcn314_update_odm() 362 if (hws->funcs.calculate_dccg_k1_k2_values) in dcn314_calculate_pix_rate_divider() 431 pipe->stream_res.tg->funcs->set_odm_combine( in dcn314_resync_fifo_dccg_dio() 501 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn314_disable_link_output() 502 dmcu->funcs->lock_phy(dmcu); in dcn314_disable_link_output() 511 if (dmcu != NULL && dmcu->funcs->unlock_phy) in dcn314_disable_link_output() [all …]
|