Searched refs:update_type (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_cursor_plane.c | 140 switch (update_type) { in vmw_cursor_mob_size() 223 u32 size = vmw_cursor_mob_size(vps->cursor.update_type, in vmw_cursor_mob_get() 429 u32 size = vmw_cursor_mob_size(vps->cursor.update_type, in vmw_cursor_mob_map() 619 vps->cursor.update_type = vmw_cursor_update_type(vmw, vps); in vmw_cursor_plane_prepare_fb() 620 switch (vps->cursor.update_type) { in vmw_cursor_plane_prepare_fb() 624 vps->cursor.update_type = VMW_CURSOR_UPDATE_NONE; in vmw_cursor_plane_prepare_fb() 660 vps->cursor.update_type = in vmw_cursor_plane_prepare_fb() 698 enum vmw_cursor_update_type update_type; in vmw_cursor_plane_atomic_check() local 716 update_type = vmw_cursor_update_type(vmw, vps); in vmw_cursor_plane_atomic_check() 717 if (update_type == VMW_CURSOR_UPDATE_LEGACY) { in vmw_cursor_plane_atomic_check() [all …]
|
| A D | vmwgfx_cursor_plane.h | 40 enum vmw_cursor_update_type update_type; member
|
| /drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc.c | 2705 return update_type; in get_plane_info_update_type() 3541 *new_update_type = update_type; in update_planes_and_stream_state() 5179 update_type, in update_planes_and_stream_v1() 5188 update_type, in update_planes_and_stream_v1() 5253 &update_type, in update_planes_and_stream_v2() 5278 update_type, in update_planes_and_stream_v2() 5294 update_type, in update_planes_and_stream_v2() 5321 update_type, in commit_planes_and_stream_update_on_current_context() 5330 update_type, in commit_planes_and_stream_update_on_current_context() 5365 update_type, in commit_planes_and_stream_update_with_new_context() [all …]
|
| /drivers/net/ethernet/huawei/hinic/ |
| A D | hinic_devlink.c | 65 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()
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm.h | 928 int update_type; member
|
| A D | amdgpu_dm_crtc.c | 657 dm_crtc_state->update_type != UPDATE_TYPE_FAST) { in amdgpu_dm_crtc_helper_atomic_check()
|
| A D | amdgpu_dm.c | 418 int update_type, in update_planes_and_stream_adapter() argument 430 if (update_type == UPDATE_TYPE_FAST) in update_planes_and_stream_adapter() 9254 if (acrtc_state->update_type > UPDATE_TYPE_FAST) { in amdgpu_dm_enable_self_refresh() 9264 if (acrtc_state->update_type == UPDATE_TYPE_FAST && in amdgpu_dm_enable_self_refresh() 9472 (acrtc_state->update_type != UPDATE_TYPE_FAST || in amdgpu_dm_commit_planes() 9480 acrtc_state->update_type == UPDATE_TYPE_FAST && in amdgpu_dm_commit_planes() 9624 if ((acrtc_state->update_type > UPDATE_TYPE_FAST) || vrr_active) { in amdgpu_dm_commit_planes() 9646 acrtc_state->update_type, in amdgpu_dm_commit_planes() 12291 dm_new_crtc_state->update_type = lock_and_validation_needed ? in amdgpu_dm_atomic_check()
|
Completed in 42 milliseconds