Bug 60911
Summary: | [ivb] performance regression with ioquake3 based engines 3.10->3.11 | ||
---|---|---|---|
Product: | Power Management | Reporter: | Peter Weber (peter.weber) |
Component: | cpuidle | Assignee: | Len Brown (lenb) |
Status: | CLOSED INVALID | ||
Severity: | normal | CC: | daniel, intel-gfx-bugs, rui.zhang |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.11.0 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
lspci
glxinfo .drirc installed packages (pacman -Q, vanilla kernel-3.11.0 manually compiled) .config of kernel-3.11.0 (broken) .config of kernel-3.11.0 (working) |
Description
Peter Weber
2013-09-07 18:34:16 UTC
Created attachment 107551 [details]
lspci
Created attachment 107561 [details]
glxinfo
Created attachment 107571 [details]
.drirc
Created attachment 107581 [details]
installed packages (pacman -Q, vanilla kernel-3.11.0 manually compiled)
Created attachment 107591 [details]
.config of kernel-3.11.0 (broken)
Hm, not a clear idea what's gone wrong here. I've looked a bit through the git logs and in the usual suspect we didn't really change anything that would affect ivb in the drm/i915 driver. Can you please attempt to bisect this regressino? I've found the reason. It not caused by your code! The new(?) kernel option CONFIG_CPU_IDLE_GOV_MENU is causing the decreased framerate. I disabled it and the performance returned back to the old normal level. I enabled CONFIG_CPU_IDLE_GOV_MENU because I use also the other tickless stuff in the kernel. The configuration options doesn't include an inline documentation or any warning that it can affect performance. https://lwn.net/Articles/352180/ This change seems to be pretty old, but the "public" kernel-option seem to be new and is shown during "make oldconfig" from "3.10" to "3.11". I know it is not your stuff, but may I ask you for a guess: Should I contact someone, for adding a explaining documentation about it? Sorry for disrubting you during your weekend! Thank you for your fast response. Peter Ok, we're off the hook it seems, reassigning to the cpuidle people. For reference can you please attach the working and broken .config for the 3.11 kernel? Thanks! The broken .config is already attached. I will upload the working .config today evening (CEST). Created attachment 108101 [details]
.config of kernel-3.11.0 (working)
Includes some minor changes which can be ignored e.g. CONFIG_INTEL_RST=y and CONFIG_INTEL_SMARTCONNECT=y
Hi, Peter, does the performance regression still exist in the latest upstream kernel? I will take a look at this in the next days. Something in my brain reminds me, that I turned this CONFIG_CPU_IDLE_GOV_MENU to ON a while ago and it doesn't cause this problem anymore. But I will have to take a look at my .config at home to be sure! Hello! As far as it looks I'm using CONFIG_CPU_IDLE_GOV_MENU=y since some months and it seems to work without regressions. These are my options: # # CPU Idle # CONFIG_CPU_IDLE=y # CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_INTEL_IDLE=y Nonetheless I have to note, that currently - as time of writing and not in the past months - the results of the benchmarks are varying. I assume this is caused by the steadly changing releases of "xf86-video-intel-2.99.***-*". You can close this bug or resolve it, if you want. I don't know what I have to select ;-) |