diff options
author | Ville Syrjälä <[email protected]> | 2024-10-01 22:58:03 +0300 |
---|---|---|
committer | Ville Syrjälä <[email protected]> | 2024-10-03 14:50:25 +0300 |
commit | e2f5812ebf6af7e67ac50f0abb11249f6171b8a2 (patch) | |
tree | 1531c82f777777ba111411bd2d1ba41f04f52fbb /tools/perf/scripts/python/gecko.py | |
parent | f45cc1d373aeeabaaed0cef6c938bfcbbbd9962f (diff) |
drm/i915: Apply the i915gm/i945gm irq C-state w/a to CRC interrupts
Turns out CRC interrupts also fail to wake up i915gm/i945gm from
C2+. I suppose this is a generic problem, but for most other
interrupts the system will be busy enough already prior to
the irq being issued. But CRC interrupts are like vblank interrupts
and only fire once per frame, so plenty of time to fall asleep
in between them.
Apply the same core clock gating trick to CRC interrupts
that we use for vblank interrupts.
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Jani Nikula <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions