Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cursor_plane.c139 static u32 vmw_cursor_mob_size(enum vmw_cursor_update_type update_type, in vmw_cursor_mob_size() argument
142 switch (update_type) { in vmw_cursor_mob_size()
226 u32 size = vmw_cursor_mob_size(vps->cursor.update_type, in vmw_cursor_mob_get()
432 u32 size = vmw_cursor_mob_size(vps->cursor.update_type, in vmw_cursor_mob_map()
622 vps->cursor.update_type = vmw_cursor_update_type(vmw, vps); in vmw_cursor_plane_prepare_fb()
623 switch (vps->cursor.update_type) { in vmw_cursor_plane_prepare_fb()
627 vps->cursor.update_type = VMW_CURSOR_UPDATE_NONE; in vmw_cursor_plane_prepare_fb()
664 vps->cursor.update_type = in vmw_cursor_plane_prepare_fb()
702 enum vmw_cursor_update_type update_type; in vmw_cursor_plane_atomic_check() local
720 update_type = vmw_cursor_update_type(vmw, vps); in vmw_cursor_plane_atomic_check()
[all …]
H A Dvmwgfx_cursor_plane.h41 enum vmw_cursor_update_type update_type; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c157 if (new_type > descriptor->update_type) in elevate_update_type()
158 descriptor->update_type = new_type; in elevate_update_type()
2678 struct surface_update_descriptor update_type = { UPDATE_TYPE_FAST, LOCK_DESCRIPTOR_NONE }; in get_plane_info_update_type() local
2681 return update_type; in get_plane_info_update_type()
2684 elevate_update_type(&update_type, UPDATE_TYPE_FAST, LOCK_DESCRIPTOR_STREAM); in get_plane_info_update_type()
2688 elevate_update_type(&update_type, UPDATE_TYPE_MED, LOCK_DESCRIPTOR_STREAM); in get_plane_info_update_type()
2693 elevate_update_type(&update_type, UPDATE_TYPE_MED, LOCK_DESCRIPTOR_STREAM); in get_plane_info_update_type()
2698 elevate_update_type(&update_type, UPDATE_TYPE_FULL, LOCK_DESCRIPTOR_GLOBAL); in get_plane_info_update_type()
2703 elevate_update_type(&update_type, UPDATE_TYPE_FULL, LOCK_DESCRIPTOR_GLOBAL); in get_plane_info_update_type()
2708 elevate_update_type(&update_type, UPDATE_TYPE_FULL, LOCK_DESCRIPTOR_GLOBAL); in get_plane_info_update_type()
[all …]
/linux/drivers/net/ethernet/huawei/hinic/
H A 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/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h980 int update_type; member
H A Damdgpu_dm_crtc.c688 dm_crtc_state->update_type != UPDATE_TYPE_FAST) { in amdgpu_dm_crtc_helper_atomic_check()
H A Damdgpu_dm.c403 int update_type, in update_planes_and_stream_adapter() argument
9874 if (acrtc_state->update_type > UPDATE_TYPE_FAST) { in amdgpu_dm_enable_self_refresh()
9884 if (acrtc_state->update_type == UPDATE_TYPE_FAST && in amdgpu_dm_enable_self_refresh()
10092 (acrtc_state->update_type != UPDATE_TYPE_FAST || in amdgpu_dm_commit_planes()
10100 acrtc_state->update_type == UPDATE_TYPE_FAST && in amdgpu_dm_commit_planes()
10244 if ((acrtc_state->update_type > UPDATE_TYPE_FAST) || vrr_active) { in amdgpu_dm_commit_planes()
10266 acrtc_state->update_type, in amdgpu_dm_commit_planes()
12959 dm_new_crtc_state->update_type = lock_and_validation_needed ? in amdgpu_dm_atomic_check()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h483 enum surface_update_type update_type; member