Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2382 enum surface_update_type update_type = UPDATE_TYPE_FAST; in get_plane_info_update_type() local
2389 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type()
2394 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type()
2399 elevate_update_type(&update_type, UPDATE_TYPE_FULL); in get_plane_info_update_type()
2404 elevate_update_type(&update_type, UPDATE_TYPE_FULL); in get_plane_info_update_type()
2409 elevate_update_type(&update_type, UPDATE_TYPE_FULL); in get_plane_info_update_type()
2414 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type()
2419 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type()
2431 elevate_update_type(&update_type, UPDATE_TYPE_FULL); in get_plane_info_update_type()
2440 elevate_update_type(&update_type, UPDATE_TYPE_FULL); in get_plane_info_update_type()
[all …]
/linux-6.12.1/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c65 u32 update_type) in check_image_integrity() argument
80 if (update_type == FW_UPDATE_COLD && in check_image_integrity()
86 if (update_type == FW_UPDATE_HOT && in check_image_integrity()
91 if (update_type == FW_UPDATE_COLD) in check_image_integrity()
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.h874 int update_type; member
Damdgpu_dm_crtc.c658 dm_crtc_state->update_type != UPDATE_TYPE_FAST) { in amdgpu_dm_crtc_helper_atomic_check()
Damdgpu_dm.c404 int update_type, in update_planes_and_stream_adapter() argument
416 if (update_type == UPDATE_TYPE_FAST) in update_planes_and_stream_adapter()
8887 if (acrtc_state->update_type > UPDATE_TYPE_FAST) { in amdgpu_dm_enable_self_refresh()
8897 if (acrtc_state->update_type == UPDATE_TYPE_FAST && in amdgpu_dm_enable_self_refresh()
9104 (acrtc_state->update_type != UPDATE_TYPE_FAST || in amdgpu_dm_commit_planes()
9112 acrtc_state->update_type == UPDATE_TYPE_FAST && in amdgpu_dm_commit_planes()
9256 if (acrtc_state->update_type > UPDATE_TYPE_FAST) { in amdgpu_dm_commit_planes()
9278 acrtc_state->update_type, in amdgpu_dm_commit_planes()
11872 dm_new_crtc_state->update_type = lock_and_validation_needed ? in amdgpu_dm_atomic_check()