Home
last modified time | relevance | path

Searched refs:dc_exit_ips_for_hw_access (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c475 dc_exit_ips_for_hw_access(dc); in dc_stream_add_writeback()
547 dc_exit_ips_for_hw_access(dc); in dc_stream_fc_disable_writeback()
598 dc_exit_ips_for_hw_access(dc); in dc_stream_remove_writeback()
618 dc_exit_ips_for_hw_access(dc); in dc_stream_get_vblank_counter()
648 dc_exit_ips_for_hw_access(dc); in dc_stream_send_dp_sdp()
681 dc_exit_ips_for_hw_access(dc); in dc_stream_get_scanoutpos()
719 dc_exit_ips_for_hw_access(dc); in dc_stream_dmdata_status_done()
755 dc_exit_ips_for_hw_access(dc); in dc_stream_set_dynamic_metadata()
H A Ddc.c449 dc_exit_ips_for_hw_access(dc); in dc_stream_adjust_vmin_vmax()
501 dc_exit_ips_for_hw_access(dc); in dc_stream_get_last_used_drr_vtotal()
691 dc_exit_ips_for_hw_access(dc); in dc_stream_configure_crc()
756 dc_exit_ips_for_hw_access(dc); in dc_stream_get_crc()
782 dc_exit_ips_for_hw_access(dc); in dc_stream_set_dyn_expansion()
845 dc_exit_ips_for_hw_access(dc); in dc_stream_set_gamut_remap()
864 dc_exit_ips_for_hw_access(dc); in dc_stream_program_csc_matrix()
892 dc_exit_ips_for_hw_access(dc); in dc_stream_set_static_screen_params()
1930 dc_exit_ips_for_hw_access(dc); in dc_enable_stereo()
2257 dc_exit_ips_for_hw_access(dc); in dc_commit_streams()
[all …]
H A Ddc_surface.c145 dc_exit_ips_for_hw_access(dc); in dc_plane_get_status()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c3450 dc_exit_ips_for_hw_access(dm->dc); in dm_resume()
3532 dc_exit_ips_for_hw_access(dm->dc); in dm_resume()
3900 dc_exit_ips_for_hw_access(dc); in handle_hpd_irq_helper()
4050 dc_exit_ips_for_hw_access(dc); in handle_hpd_rx_irq()
5320 dc_exit_ips_for_hw_access(dm->dc); in amdgpu_dm_initialize_drm_device()
9851 dc_exit_ips_for_hw_access(dm->dc); in amdgpu_dm_commit_streams()
9927 dc_exit_ips_for_hw_access(dm->dc); in amdgpu_dm_commit_streams()
10321 dc_exit_ips_for_hw_access(dm->dc); in amdgpu_dm_atomic_commit_tail()
12675 dc_exit_ips_for_hw_access(dc); in amdgpu_dm_exit_ips_for_hw_access()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2514 #define dc_exit_ips_for_hw_access(dc) dc_exit_ips_for_hw_access_internal(dc, __func__) macro