projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6983daf
)
drm/i915: Allow some leniency in PCU reads
author
Chris Wilson
<chris@chris-wilson.co.uk>
Mon, 4 May 2020 04:48:42 +0000
(
05:48
+0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Mon, 4 May 2020 10:12:37 +0000
(11:12 +0100)
Extend the timeout for pcode reads to 20ms as they should not be
performed along critical paths, and succeeding after a short delay is
better than failing entirely.
References: https://gitlab.freedesktop.org/drm/intel/-/issues/1800
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20200504044903.7626-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_sideband.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_sideband.c
b/drivers/gpu/drm/i915/intel_sideband.c
index 14daf6af68547af6cdc25dbc11f032cb754426f1..d5129c1dd452fdc43a82d51ea4e272955a6b117f 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_sideband.c
+++ b/
drivers/gpu/drm/i915/intel_sideband.c
@@
-429,7
+429,7
@@
int sandybridge_pcode_read(struct drm_i915_private *i915, u32 mbox,
mutex_lock(&i915->sb_lock);
err = __sandybridge_pcode_rw(i915, mbox, val, val1,
- 500, 0,
+ 500,
2
0,
true);
mutex_unlock(&i915->sb_lock);