July 27, 2025, 05:22:23 pm
0 Members and 1 Guest are viewing this topic.
Hi mateI am running the standard GA kernel. Any ideas or thoughts on how to remedy this?Thanks in advance.Jimmy
Thanks mate, sounds like you know what youre talking about! When you get a moment if you could find that thread you mentioned it would be highly appreciated Peace!
--- linux-4.12_64/drivers/gpu/drm/drm_irq.c 2017-07-02 23:07:02.000000000 +0000+++ linux-test-4.12/drivers/gpu/drm/drm_irq.c 2017-08-15 08:33:14.318147395 +0000@@ -243,8 +243,9 @@ pipe, vblank->count, diff, cur_vblank, vblank->last); if (diff == 0) {- WARN_ON_ONCE(cur_vblank != vblank->last);- return;+// AWK WARN_ON_ONCE(cur_vblank != vblank->last);+// AWK return;+ diff = 1; } /*