Re: [Intel-gfx] [PATCH 08/19] drm/i915: Fix runtime pm handling in i915_gem_shrink

2021-09-29 Thread Maarten Lankhorst
Op 29-09-2021 om 10:37 schreef Matthew Auld: > On Mon, 30 Aug 2021 at 13:10, Maarten Lankhorst > wrote: >> We forgot to call intel_runtime_pm_put on error, fix it! >> >> Signed-off-by: Maarten Lankhorst >> Fixes: cf41a8f1dc1e ("drm/i915: Finally remove obj->mm.lock.") >> Cc: Thomas Hellström >>

Re: [Intel-gfx] [PATCH 08/19] drm/i915: Fix runtime pm handling in i915_gem_shrink

2021-09-29 Thread Matthew Auld
On Wed, 29 Sept 2021 at 09:37, Matthew Auld wrote: > > On Mon, 30 Aug 2021 at 13:10, Maarten Lankhorst > wrote: > > > > We forgot to call intel_runtime_pm_put on error, fix it! > > > > Signed-off-by: Maarten Lankhorst > > Fixes: cf41a8f1dc1e ("drm/i915: Finally remove obj->mm.lock.") > > Cc:

Re: [Intel-gfx] [PATCH 08/19] drm/i915: Fix runtime pm handling in i915_gem_shrink

2021-09-29 Thread Matthew Auld
On Mon, 30 Aug 2021 at 13:10, Maarten Lankhorst wrote: > > We forgot to call intel_runtime_pm_put on error, fix it! > > Signed-off-by: Maarten Lankhorst > Fixes: cf41a8f1dc1e ("drm/i915: Finally remove obj->mm.lock.") > Cc: Thomas Hellström > Cc: Daniel Vetter > Cc: # v5.13+ How does the err

Re: [Intel-gfx] [PATCH 08/19] drm/i915: Fix runtime pm handling in i915_gem_shrink

2021-09-07 Thread Niranjana Vishwanathapura
On Mon, Aug 30, 2021 at 02:09:55PM +0200, Maarten Lankhorst wrote: We forgot to call intel_runtime_pm_put on error, fix it! Looks good to me. Reviewed-by: Niranjana Vishwanathapura Signed-off-by: Maarten Lankhorst Fixes: cf41a8f1dc1e ("drm/i915: Finally remove obj->mm.lock.") Cc: Thomas

[Intel-gfx] [PATCH 08/19] drm/i915: Fix runtime pm handling in i915_gem_shrink

2021-08-30 Thread Maarten Lankhorst
We forgot to call intel_runtime_pm_put on error, fix it! Signed-off-by: Maarten Lankhorst Fixes: cf41a8f1dc1e ("drm/i915: Finally remove obj->mm.lock.") Cc: Thomas Hellström Cc: Daniel Vetter Cc: # v5.13+ --- drivers/gpu/drm/i915/gem/i915_gem_shrinker.c | 7 +-- 1 file changed, 5