Summary: | [Baytrail-M] No lockdep key for rps work? | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | shui yangwei <yangweix.shui> | ||||||||
Component: | DRM/Intel | Assignee: | Imre Deak <imre.deak> | ||||||||
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||||
Severity: | major | ||||||||||
Priority: | medium | CC: | intel-gfx-bugs | ||||||||
Version: | unspecified | ||||||||||
Hardware: | Other | ||||||||||
OS: | All | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Description
shui yangwei
2013-09-16 02:02:02 UTC
Relevant lines from dmesg: [ 2.760338] INFO: trying to register non-static key. [ 2.760351] the code is fine but needs lockdep annotation. I suspect the rps work ordering that we currently miss. Please test the below patch: https://patchwork.kernel.org/patch/2899631/ (In reply to comment #1) > Relevant lines from dmesg: > > [ 2.760338] INFO: trying to register non-static key. > [ 2.760351] the code is fine but needs lockdep annotation. > > I suspect the rps work ordering that we currently miss. Please test the > below patch: > > https://patchwork.kernel.org/patch/2899631/ Apply this patch on latest -next-queued, after booting up, this "Call Trace" also reproduceable. Created attachment 86604 [details] dmesg: call trace also exists with the patch applied For comment 2. When both VGA and eDP plugged in, run testdisplay, this call trace will come up while switching panel. Then testdisplay stick at the first mode of the second panel. Created attachment 86711 [details] [review] fix vlv work init Attached is a fix for an issue I had with the same error message. Looks like Imre has a fix. (In reply to comment #5) > Created attachment 86711 [details] [review] [review] > fix vlv work init > > Attached is a fix for an issue I had with the same error message. This patch worked, When machine boot up, the call trace disappeared. commit 671952a2a290a90017c64e75b7dd0343b0d005b4 Author: Imre Deak <imre.deak@intel.com> Date: Tue Oct 1 18:11:26 2013 +0300 drm/i915: fix rps.vlv_work initialization (In reply to comment #8) > commit 671952a2a290a90017c64e75b7dd0343b0d005b4 > Author: Imre Deak <imre.deak@intel.com> > Date: Tue Oct 1 18:11:26 2013 +0300 > > drm/i915: fix rps.vlv_work initialization I tried latest -next-queued kernel, this issue is gone. Verified here. Closing old verified. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.