HomeSort by: relevance | last modified time | path
    Searched defs:content_fb_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 283 * @content_fb_type Used by STDU.
292 int content_fb_type; member in struct:vmw_plane_state
vmwgfx_stdu.c 123 enum stdu_content_type content_fb_type; member in struct:vmw_screen_target_display_unit
393 stdu->content_fb_type = SAME_AS_DISPLAY;
447 stdu->content_fb_type = SAME_AS_DISPLAY;
1018 vps->content_fb_type = SAME_AS_DISPLAY;
1170 vps->content_fb_type = new_content_type;
1178 if (vps->content_fb_type == SEPARATE_BO &&
1613 stdu->content_fb_type = vps->content_fb_type;

Completed in 12 milliseconds