OSDN Git Service

drm/i915/gtt: Fix unwind length passed to gen6_ppgtt_clear_range
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 Jun 2018 17:32:21 +0000 (18:32 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 Jun 2018 18:29:24 +0000 (19:29 +0100)
commitb4e2727df2713a5aea9de6364f7a943147ceef92
treefbd0639965832add87c4dac0a1f4e7ded864d38c
parent672b3c4bc3d157078c00146c2d20bdd3aeec38e6
drm/i915/gtt: Fix unwind length passed to gen6_ppgtt_clear_range

When we want to unwind an error when allocating the PD for gen6, we call
gen6_ppgtt_clear_range() telling to clear upto the PD we've previously
allocated. However, we passed it an incorrect length, passing it the
endpoint instead. Fortunately, as the start was always 0, this has no
impact today, but tomorrow we want to start using non-zero origins.

Reported-by: Matthew Auld <matthew.william.auld@gmail.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Matthew Auld <matthew.william.auld@gmail.com>
Reviewed-by: Matthew Auld <matthew.william.auld@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180608173221.10455-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_gtt.c