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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 17191 int plane_width_max, plane_height_max; local in function:intel_mode_valid_max_plane_size
17206 plane_width_max = 5120;
17209 plane_width_max = 5120;
17213 if (mode->hdisplay > plane_width_max)
intel_display.c 17191 int plane_width_max, plane_height_max; local in function:intel_mode_valid_max_plane_size
17206 plane_width_max = 5120;
17209 plane_width_max = 5120;
17213 if (mode->hdisplay > plane_width_max)

Completed in 44 milliseconds