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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 17101 int hdisplay_max, htotal_max; local in function:intel_mode_valid
17137 htotal_max = 16384;
17143 htotal_max = 8192;
17148 htotal_max = 8192;
17153 htotal_max = 4096;
17158 mode->hsync_start > htotal_max ||
17159 mode->hsync_end > htotal_max ||
17160 mode->htotal > htotal_max)
intel_display.c 17101 int hdisplay_max, htotal_max; local in function:intel_mode_valid
17137 htotal_max = 16384;
17143 htotal_max = 8192;
17148 htotal_max = 8192;
17153 htotal_max = 4096;
17158 mode->hsync_start > htotal_max ||
17159 mode->hsync_end > htotal_max ||
17160 mode->htotal > htotal_max)

Completed in 45 milliseconds