Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c1042 enum stdu_content_type new_content_type; in vmw_stdu_primary_plane_prepare_fb() local
1063 new_content_type = SAME_AS_DISPLAY; in vmw_stdu_primary_plane_prepare_fb()
1065 new_content_type = SEPARATE_BO; in vmw_stdu_primary_plane_prepare_fb()
1067 new_content_type = SEPARATE_SURFACE; in vmw_stdu_primary_plane_prepare_fb()
1069 if (new_content_type != SAME_AS_DISPLAY) { in vmw_stdu_primary_plane_prepare_fb()
1076 if (new_content_type == SEPARATE_BO) { in vmw_stdu_primary_plane_prepare_fb()
1153 vps->content_fb_type = new_content_type; in vmw_stdu_primary_plane_prepare_fb()