[Intel-gfx] [PATCH] drm/i915: Detect the error case for too large CRTC offsets
Olivier Galibert
galibert at pobox.com
Thu Jul 5 19:22:37 CEST 2012
On Thu, Jul 05, 2012 at 10:10:10AM +0100, Chris Wilson wrote:
> + if (INTEL_INFO(dev)->gen >= 4 && (x|y) & ~4095) {
> + DRM_ERROR("CRTC offset too larget (%d, %d)\n", x, y);
larget?
OG.
More information about the Intel-gfx
mailing list