commit | e7ded2d74673c2cdabd1f80da8c8a1b7b531e84a | [log] [tgz] |
---|---|---|
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | Fri May 08 14:37:39 2015 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri May 08 17:25:29 2015 +0200 |
tree | 06bba71130f39fd598a57c5358cc070b6a633be1 | |
parent | 71849b67e788ca8899982df7adf21f61f44cb474 [diff] |
drm/i915: Reject huge tiled objects We do not yet support tiled objects bigger than the mappable aperture size so reject them. Reported-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> [danvet: Rework the check a bit to avoid warnings.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>