commit | c2873e9633fe908dccd36dbb1d370e9c59a1ca62 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Thu Oct 07 09:20:12 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Oct 07 10:00:18 2010 +0100 |
tree | 6650c29aa136a05ec5b0a2d86c9fab3bf530822a | |
parent | 26bf62e47261142d528a6109fdd671a2e280b4ea [diff] |
drm/i915: Free hardware status page on unload when physically mapped A physically mapped hardware status page is allocated at driver load time but was never freed. Call the existing code to free this page at driver unload time on hardware which uses this kind. Signed-off-by: Keith Packard <keithp@keithp.com> [ickle: call before tearing down registers on KMS-only path, as pointed out by Dave Airlie] Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: stable@kernel.org