While trying to reproduce the supposed semaphore related power regression in 3.5, I recovered a long forgotten Toshiba laptop. Not surprisingly, I couldn't reproduce any regression related to semaphores but instead found out that I was never entering RC6. A bisect revealed 7b0cfee1a24efdfe0235bac62e53f686fe8a8e24 to be the guilty commit. Unfortunately, this is merely a merge commit that required manual conflict resolution, and I think git bisect isn't doing what I want in this case. The failure can be reproduced with intel-gpu-tools/tests/sysfs_rc6_residency. The issue causes somewhere between 4W-8W regression in idle cases. The exact model number is Toshiba Satellite A665-S5185 with a pci id of 0x116.
I forgot to mention, I've tried to reproduce on 2 other SNB laptops and had no success.
Created attachment 65500 [details] [review] use hsw rps thresholds Shot in the dark, please test.
Patch works for me. Assigning to you.
Good to know... But do we have a theory that could account for the apparent regression? Why is the GPU waking up more often to keep the rp upclocked?
(In reply to comment #4) > Good to know... But do we have a theory that could account for the apparent > regression? Why is the GPU waking up more often to keep the rp upclocked? I have none. TBH, I was pretty certain the patch wouldn't fix anything.
I have to admit that I didn't expect this to fix anything, either. Since the patch touches the rps limits, not the rc6 limits. Can we go into the zoo instead and watch the real elephants there for a change?
I have learned something really disheartening. Upon Daniel's request to try all the semaphore combinations on the bisect commit I've learned that the issue is indeed intermittent. On drm-intel-next-2012-06-21-merged, I see working RC6 approximately 1/6 times. I guess I have more work to do in order to find out what is actually going on.
Also, gpu reset doesn't seem to flip the results one way or another (ie. if it's working it remains good, and if it isn't, blap).
Parent of -merged-06-21 (9756fe38d) /appears/ to be stable, as in, it works properly. 9756fe38d seems to work fine both with, and without semaphores.
Ok. The patch seems to make all problems go away, both with, and without semaphores. I say we merge it. Tested-by: Ben Widawsky <ben@bwidawsk.net>
Patch merged to -fixes: commit 1ee9ae3244c4789f3184c5123f3b2d7e405b3f4c Author: Daniel Vetter <daniel.vetter@ffwll.ch> Date: Wed Aug 15 10:41:45 2012 +0200 drm/i915: use hsw rps tuning values everywhere on gen6+
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.