Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c7748 int plane_width_max, plane_height_max; in intel_mode_valid_max_plane_size() local
7763 plane_width_max = 5120 << bigjoiner; in intel_mode_valid_max_plane_size()
7766 plane_width_max = 5120; in intel_mode_valid_max_plane_size()
7770 if (mode->hdisplay > plane_width_max) in intel_mode_valid_max_plane_size()