nouveau_connector.c | 63 struct drm_display_mode *mode, *largest = NULL; local in function:nouveau_conn_native_mode 78 /* Otherwise, take the resolution with the largest width, then 94 largest = mode; 97 NV_DEBUG(drm, "native mode from largest: %dx%d@%d\n", 99 return largest ? drm_mode_duplicate(dev, largest) : NULL;
|