Home
last modified time | relevance | path

Searched refs:UPDATE_TYPE_FAST (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1971 enum surface_update_type update_type = UPDATE_TYPE_FAST; in get_plane_info_update_type()
1974 return UPDATE_TYPE_FAST; in get_plane_info_update_type()
2067 return UPDATE_TYPE_FAST; in get_scaling_info_update_type()
2118 return UPDATE_TYPE_FAST; in get_scaling_info_update_type()
2126 enum surface_update_type overall_type = UPDATE_TYPE_FAST; in det_surface_update()
2199 enum surface_update_type overall_type = UPDATE_TYPE_FAST; in check_update_surfaces_for_stream()
2288 if (type == UPDATE_TYPE_FAST) { in dc_check_update_surfaces_for_stream()
2734 if (update_type == UPDATE_TYPE_FAST) in commit_planes_do_stream_update()
2797 bool should_lock_all_pipes = (update_type != UPDATE_TYPE_FAST); in commit_planes_for_stream()
2851 if ((update_type != UPDATE_TYPE_FAST) && stream->update_flags.bits.dsc_changed) in commit_planes_for_stream()
[all …]
/drivers/gpu/drm/amd/display/dc/
Ddc.h279 UPDATE_TYPE_FAST, /* super fast, safe to execute in isr */ enumerator
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c375 if (update_type == UPDATE_TYPE_FAST) in update_planes_and_stream_adapter()
9163 acrtc_state->update_type == UPDATE_TYPE_FAST && in amdgpu_dm_commit_planes()
9298 if ((acrtc_state->update_type > UPDATE_TYPE_FAST) && in amdgpu_dm_commit_planes()
9341 if ((acrtc_state->update_type > UPDATE_TYPE_FAST) && in amdgpu_dm_commit_planes()
9347 if (acrtc_state->update_type == UPDATE_TYPE_FAST && in amdgpu_dm_commit_planes()
11289 UPDATE_TYPE_FAST; in amdgpu_dm_atomic_check()