projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3809875
)
drm/i915/gt: Drop false assertion on user_forcewake
author
Chris Wilson
<chris@chris-wilson.co.uk>
Sun, 3 Nov 2019 09:50:38 +0000
(09:50 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Mon, 4 Nov 2019 09:40:25 +0000
(09:40 +0000)
The counter is removed from the pm wakeref count, but it remains intact
so that we can restore it upon resume. Ergo inside suspend, it may have
a value.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Andi Shyti <andi.shyti@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20191104090158.2959-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_gt_pm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/gt/intel_gt_pm.c
b/drivers/gpu/drm/i915/gt/intel_gt_pm.c
index 6374744bb65ebb0c3d8d42974e82a212841442ee..060a27d9af34de18a07c5944a7db60ee2ea4c76f 100644
(file)
--- a/
drivers/gpu/drm/i915/gt/intel_gt_pm.c
+++ b/
drivers/gpu/drm/i915/gt/intel_gt_pm.c
@@
-251,7
+251,6
@@
static void wait_for_suspend(struct intel_gt *gt)
intel_gt_set_wedged(gt);
}
- GEM_BUG_ON(atomic_read(>->user_wakeref));
intel_gt_pm_wait_for_idle(gt);
}