Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c943 enum stdu_content_type new_content_type; in vmw_stdu_primary_plane_prepare_fb() local
964 new_content_type = SAME_AS_DISPLAY; in vmw_stdu_primary_plane_prepare_fb()
966 new_content_type = SEPARATE_BO; in vmw_stdu_primary_plane_prepare_fb()
968 new_content_type = SEPARATE_SURFACE; in vmw_stdu_primary_plane_prepare_fb()
970 if (new_content_type != SAME_AS_DISPLAY) { in vmw_stdu_primary_plane_prepare_fb()
977 if (new_content_type == SEPARATE_BO) { in vmw_stdu_primary_plane_prepare_fb()
1054 vps->content_fb_type = new_content_type; in vmw_stdu_primary_plane_prepare_fb()