commit | a1efd14a99483a4fb9308902397ed86b69454c99 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jul 12 19:35:38 2010 +0100 |
committer | Eric Anholt <eric@anholt.net> | Sun Aug 01 19:46:16 2010 -0700 |
tree | e0e64ed6a78a41fdc9dada859a552a94afdc2800 | |
parent | 7de56f43e06ec6e17f548dfb359d395adbfbb87d [diff] |
drm/i915: Check overlay stride errata for i830 and i845 Apparently i830 and i845 cannot handle any stride that is not a multiple of 256, unlike their brethren which do support 64 byte aligned strides. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: stable@kernel.org Signed-off-by: Eric Anholt <eric@anholt.net>