]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Initialize obj->pages before use by i915_gem_object_do_bit17_swizzle()
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 19 Oct 2012 14:51:06 +0000 (15:51 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Oct 2012 19:52:52 +0000 (21:52 +0200)
commitba8dfa72ec8fbdfd94550faba592ea4ea58200ad
tree2c93efea0fcf247339dfc6337a2d2d76869a2e08
parent1fd167cdec150e6e76fdc40279c5c82d057c4309
drm/i915: Initialize obj->pages before use by i915_gem_object_do_bit17_swizzle()

If we leave obj->pages set to NULL before attempting to deswizzle them,
then an OOPS is well deserved.

Fixes regression introduced in commit eca3e5d5e804d03fb5c1bbf8a9ad347f196ff953
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Fri Jun 1 15:20:22 2012 +0100

    drm/i915: Replace the array of pages with a scatterlist

Reported-and-tested-by: Krzysztof Kolasa
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c