Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c977 enum stdu_content_type new_content_type; in vmw_stdu_primary_plane_prepare_fb() local
1000 new_content_type = SAME_AS_DISPLAY; in vmw_stdu_primary_plane_prepare_fb()
1002 new_content_type = SEPARATE_BO; in vmw_stdu_primary_plane_prepare_fb()
1004 new_content_type = SEPARATE_SURFACE; in vmw_stdu_primary_plane_prepare_fb()
1006 if (new_content_type != SAME_AS_DISPLAY) { in vmw_stdu_primary_plane_prepare_fb()
1013 if (new_content_type == SEPARATE_BO) { in vmw_stdu_primary_plane_prepare_fb()
1091 vps->content_fb_type = new_content_type; in vmw_stdu_primary_plane_prepare_fb()