* [Bug 216163] New: cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2
@ 2022-06-22 8:28 bugzilla-daemon
2022-06-22 8:31 ` [Bug 216163] " bugzilla-daemon
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2022-06-22 8:28 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=216163
Bug ID: 216163
Summary: cstates: intel_idle.max_cstate=4 required to eliminate
flickering of the display on the laptop model 3Logic
Group Graviton N15i-K2
Product: Drivers
Version: 2.5
Kernel Version: v5.18
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: Platform_x86
Assignee: drivers_platform_x86@kernel-bugs.osdl.org
Reporter: kovalev@altlinux.org
Regression: No
Created attachment 301249
--> https://bugzilla.kernel.org/attachment.cgi?id=301249&action=edit
Limiting the list of states for the model processor INTEL_FAM6_KABYLAKE_L
After booting the system almost immediately (it takes less than 1 minute),
there are short-term shutdowns of the display (up to 3 seconds). The problem
disappears if I load the kernel with the parameter intel_idle.max_cstate=4.
While debugging the kernel, I determined that the processor model ID is 0x8E,
defined a macro in the header file /arch/x86/include/asm/intel-family.h :
...
#define INTEL_FAM6_KABYLAKE_L 0x8E /* Sky Lake */
/* AMBERLAKE_L 0x8E Sky Lake -- s: 9 */
/* COFFEELAKE_L 0x8E Sky Lake -- s: 10 */
/* WHISKEYLAKE_L 0x8E Sky Lake -- s: 11,12 */
...
And I created a patch with a reduced number of states (4 states) of downtime
for this model, which works successfully.
I am attaching a patch and asking you to consider the feasibility of such a
solution.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 216163] cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2
2022-06-22 8:28 [Bug 216163] New: cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2 bugzilla-daemon
@ 2022-06-22 8:31 ` bugzilla-daemon
2022-06-22 8:32 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2022-06-22 8:31 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=216163
Vasiliy Kovalev (kovalev@altlinux.org) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kovalev@altlinux.org
--- Comment #1 from Vasiliy Kovalev (kovalev@altlinux.org) ---
Created attachment 301250
--> https://bugzilla.kernel.org/attachment.cgi?id=301250&action=edit
dmesg
dmesg
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 216163] cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2
2022-06-22 8:28 [Bug 216163] New: cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2 bugzilla-daemon
2022-06-22 8:31 ` [Bug 216163] " bugzilla-daemon
@ 2022-06-22 8:32 ` bugzilla-daemon
2022-06-22 8:33 ` bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2022-06-22 8:32 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=216163
--- Comment #2 from Vasiliy Kovalev (kovalev@altlinux.org) ---
Created attachment 301251
--> https://bugzilla.kernel.org/attachment.cgi?id=301251&action=edit
/proc/cpuinfo
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 216163] cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2
2022-06-22 8:28 [Bug 216163] New: cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2 bugzilla-daemon
2022-06-22 8:31 ` [Bug 216163] " bugzilla-daemon
2022-06-22 8:32 ` bugzilla-daemon
@ 2022-06-22 8:33 ` bugzilla-daemon
2022-06-22 8:36 ` bugzilla-daemon
2022-06-22 9:00 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2022-06-22 8:33 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=216163
--- Comment #3 from Vasiliy Kovalev (kovalev@altlinux.org) ---
Created attachment 301252
--> https://bugzilla.kernel.org/attachment.cgi?id=301252&action=edit
lspci
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 216163] cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2
2022-06-22 8:28 [Bug 216163] New: cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2 bugzilla-daemon
` (2 preceding siblings ...)
2022-06-22 8:33 ` bugzilla-daemon
@ 2022-06-22 8:36 ` bugzilla-daemon
2022-06-22 9:00 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2022-06-22 8:36 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=216163
--- Comment #4 from Vasiliy Kovalev (kovalev@altlinux.org) ---
Similar problems:
https://bugzilla.redhat.com/show_bug.cgi?id=1506339
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1958191
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 216163] cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2
2022-06-22 8:28 [Bug 216163] New: cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2 bugzilla-daemon
` (3 preceding siblings ...)
2022-06-22 8:36 ` bugzilla-daemon
@ 2022-06-22 9:00 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2022-06-22 9:00 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=216163
Hans de Goede (jwrdegoede@fedoraproject.org) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jwrdegoede@fedoraproject.or
| |g
Resolution|--- |MOVED
--- Comment #5 from Hans de Goede (jwrdegoede@fedoraproject.org) ---
This sounds like it is an issue with panel-self-refresh mode, which is an i915
driver issue.
Please file a bug against the i915 kernel driver for this following this
document:
https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-06-22 9:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-22 8:28 [Bug 216163] New: cstates: intel_idle.max_cstate=4 required to eliminate flickering of the display on the laptop model 3Logic Group Graviton N15i-K2 bugzilla-daemon
2022-06-22 8:31 ` [Bug 216163] " bugzilla-daemon
2022-06-22 8:32 ` bugzilla-daemon
2022-06-22 8:33 ` bugzilla-daemon
2022-06-22 8:36 ` bugzilla-daemon
2022-06-22 9:00 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.