Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cursor_plane.c137 static u32 vmw_cursor_mob_size(enum vmw_cursor_update_type update_type, in vmw_cursor_mob_size() argument
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 in vmw_cursor_plane_atomic_check()
[all...]
H A Dvmwgfx_cursor_plane.h40 enum vmw_cursor_update_type update_type; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2619 enum surface_update_type update_type = UPDATE_TYPE_FAST; in get_plane_info_update_type() local
2626 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type()
2631 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type()
2636 elevate_update_type(&update_type, UPDATE_TYPE_FULL); in get_plane_info_update_type()
2641 elevate_update_type(&update_type, UPDATE_TYPE_FULL); in get_plane_info_update_type()
2646 elevate_update_type(&update_type, UPDATE_TYPE_FULL); in get_plane_info_update_type()
2651 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type()
2656 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type()
2668 elevate_update_type(&update_type, UPDATE_TYPE_FULL); in get_plane_info_update_type()
2677 elevate_update_type(&update_type, UPDATE_TYPE_FUL in get_plane_info_update_type()
3427 enum surface_update_type update_type; update_planes_and_stream_state() local
3557 commit_planes_do_stream_update(struct dc * dc,struct dc_stream_state * stream,struct dc_stream_update * stream_update,enum surface_update_type update_type,struct dc_state * context) commit_planes_do_stream_update() argument
3912 commit_planes_for_stream_fast(struct dc * dc,struct dc_surface_update * srf_updates,int surface_count,struct dc_stream_state * stream,struct dc_stream_update * stream_update,enum surface_update_type update_type,struct dc_state * context) commit_planes_for_stream_fast() argument
4031 commit_planes_for_stream(struct dc * dc,struct dc_surface_update * srf_updates,int surface_count,struct dc_stream_state * stream,struct dc_stream_update * stream_update,enum surface_update_type update_type,struct dc_state * context) commit_planes_for_stream() argument
5099 enum surface_update_type update_type; update_planes_and_stream_v1() local
5221 enum surface_update_type update_type; update_planes_and_stream_v2() local
5306 commit_planes_and_stream_update_on_current_context(struct dc * dc,struct dc_surface_update * srf_updates,int surface_count,struct dc_stream_state * stream,struct dc_stream_update * stream_update,enum surface_update_type update_type) commit_planes_and_stream_update_on_current_context() argument
5338 commit_planes_and_stream_update_with_new_context(struct dc * dc,struct dc_surface_update * srf_updates,int surface_count,struct dc_stream_state * stream,struct dc_stream_update * stream_update,enum surface_update_type update_type,struct dc_state * new_context) commit_planes_and_stream_update_with_new_context() argument
5375 enum surface_update_type update_type; update_planes_and_stream_v3() local
[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.h928 int update_type; member
H A Damdgpu_dm_crtc.c657 dm_crtc_state->update_type != UPDATE_TYPE_FAST) { in amdgpu_dm_crtc_helper_atomic_check()
H A Damdgpu_dm.c410 * @update_type: specify whether it is FULL/MEDIUM/FAST update
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 in amdgpu_dm_atomic_check()
[all...]