Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c407 struct wsi_display_mode *preferred_mode = NULL, *largest_mode = NULL; in wsi_display_fill_in_display_properties() local
412 preferred_mode = display_mode; in wsi_display_fill_in_display_properties()
422 if (preferred_mode) { in wsi_display_fill_in_display_properties()
423 properties->physicalResolution.width = preferred_mode->hdisplay; in wsi_display_fill_in_display_properties()
424 properties->physicalResolution.height = preferred_mode->vdisplay; in wsi_display_fill_in_display_properties()