[PATCH] drm/i915: Free hardware status page on unload when physically mapped

2010-10-07 Thread Dave Airlie
On Wed, 2010-10-06 at 21:24 -0700, Keith Packard wrote: > 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. the free_hws gets called after we disappear

[PATCH] drm/i915: Free hardware status page on unload when physically mapped

2010-10-07 Thread Chris Wilson
On Thu, 07 Oct 2010 15:43:43 +1000, Dave Airlie wrote: > On Wed, 2010-10-06 at 21:24 -0700, Keith Packard wrote: > > 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 whi

Re: [PATCH] drm/i915: Free hardware status page on unload when physically mapped

2010-10-07 Thread Chris Wilson
On Thu, 07 Oct 2010 15:43:43 +1000, Dave Airlie wrote: > On Wed, 2010-10-06 at 21:24 -0700, Keith Packard wrote: > > 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 whi

Re: [PATCH] drm/i915: Free hardware status page on unload when physically mapped

2010-10-06 Thread Dave Airlie
On Wed, 2010-10-06 at 21:24 -0700, Keith Packard wrote: > 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. the free_hws gets called after we disappear

[PATCH] drm/i915: Free hardware status page on unload when physically mapped

2010-10-06 Thread Keith Packard
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 --- drivers/gpu/drm/i915/i915_dma.c |3 +++ 1 files changed, 3 insertio

[PATCH] drm/i915: Free hardware status page on unload when physically mapped

2010-10-06 Thread Keith Packard
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 --- drivers/gpu/drm/i915/i915_dma.c |3 +++ 1 files changed, 3 insertio