drm/i915: sprite init failure on pre-SNB is not a failure
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 13 Jan 2012 23:48:39 +0000 (15:48 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 13 Jan 2012 23:49:27 +0000 (15:49 -0800)
We can call the plane init function unconditionally, but don't need to
complain if it fails, since that will only happen if we're out of
memory (and other things will fail) or if we're on the wrong platform
(which is ok).

And remove the DRM_ERRORs from the sprite code itself to avoid dmesg
spam.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found