drm/i915: Resetting chip after gpu hang
Please do as root:
- EDIT
/etc/default/grub
- Find the line that starts with
GRUB_CMDLINE_LINUX
and appendi915.enable_rc6=0
, giving you for example:GRUB_CMDLINE_LINUX="splash quiet i915.enable_rc6=0"
- EXECUTE:
update-grub
- REBOOT
- (optional step) EXECUTE
systool -m i915 -av | grep enable_rc6
to check whether you have set this option correctly