Bug 50691

Summary: [drm:__gen6_gt_force_wake_mt_get] *ERROR* Timed out waiting for forcewake old ack to clear.
Product: Drivers Reporter: thomas.hotz
Component: Video(DRI - Intel)Assignee: drivers_video-dri-intel (drivers_video-dri-intel)
Status: RESOLVED CODE_FIX    
Severity: normal CC: alan, daniel, peter.weber, theo148
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: Subsystem:
Regression: No Bisected commit-id:

Description thomas.hotz 2012-11-18 14:42:03 UTC
I always get this error when I start up my Thinkpad Edge E530. This error was introduced with kernel 3.6.

[drm:__gen6_gt_force_wake_mt_get] *ERROR* Timed out waiting for forcewake old ack to clear.

See Ubuntu Bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1080360
Comment 1 Peter Weber 2012-12-02 16:41:08 UTC
Take a look here:
https://bugs.freedesktop.org/show_bug.cgi?id=54521

I'm afraid all 2012 ThinkPads-Models are affected. The developer has told us that this should be harmless. But if that is correct, than *ERROR* is the wrong log level.
Comment 2 Daniel Vetter 2012-12-02 16:47:53 UTC
Yep, it's a real ERROR but without bad side-effects. Patch is creeping towards mainline ...

commit 16995a9fe140802c026c2ce17bf7e232f86d57ab
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Thu Oct 18 11:46:10 2012 +0100

    drm/i915: Clear FORCEWAKE when taking over from BIOS
Comment 3 Peter Weber 2012-12-02 16:56:22 UTC
That's great! Thank you.

Fast reaction ;-)