drm/i915: Initialise GTT MTRR to -1
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 23 Mar 2012 17:38:49 +0000 (17:38 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 28 Mar 2012 20:07:57 +0000 (22:07 +0200)
Fixes a regression from 9e984bc1 (drm/i915: Don't do MTRR setup if PAT
is enabled) where we left the MTRR as 0 and so tried to free a MTRR we
did not own during unload.

Reported-and-tested-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found