Skip to content

Commit

Permalink
drm/i915: Increase maximum polling time to 50ms for forcewake request…
Browse files Browse the repository at this point in the history
…/clear ack

On BXT, We Observe timeout for forcewake request completion with 2ms polling period as given here:
[drm:fw_domains_get] ERROR render: timed out waiting for forcewake ack request.
Polling for 50ms is recommended to avoid these timeouts.

Change-Id: Ie715b0069a3049606e9602bc5e97a6511890864d
Signed-off-by: Sagar Arun Kamble <sagar.a.kamble@intel.com>
Reviewed by: Alex Dai <yu.dai@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Sagar Arun Kamble authored and Daniel Vetter committed Sep 23, 2015
1 parent 23eafea commit 83e3337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_uncore.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <linux/pm_runtime.h>

#define FORCEWAKE_ACK_TIMEOUT_MS 2
#define FORCEWAKE_ACK_TIMEOUT_MS 50

#define __raw_i915_read8(dev_priv__, reg__) readb((dev_priv__)->regs + (reg__))
#define __raw_i915_write8(dev_priv__, reg__, val__) writeb(val__, (dev_priv__)->regs + (reg__))
Expand Down

0 comments on commit 83e3337

Please sign in to comment.