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

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.c 2297 int pref_width = xf86ModeWidth(preferred[p], r); local
2315 mode = xf86OutputHasPreferredMode(output, pref_width,
2325 if (xf86ModeWidth(mode, ir) == pref_width &&
2337 (pref_width * pref_height > max_pref_width * max_pref_height)) {
2340 max_pref_width = pref_width;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.c 2059 int pref_width = xf86ModeWidth(preferred[p], r); local
2071 if (xf86ModeWidth(mode, r) == pref_width &&
2082 (pref_width*pref_height > max_pref_width*max_pref_height)) {
2085 max_pref_width = pref_width;

Completed in 7 milliseconds