[PATCH v2] drm/i915: dell wyse 3040 shutdown fix

2022-12-26 Thread Alexey Lukyanchuk
08926/ fixes: fe0f1e3bfdfeb53e18f1206aea4f40b9bd1f291c Signed-off-by: Alexey Lukyanchuk --- I got some troubles with this device (dell wyse 3040) since kernel 5.11 started to use i915_driver_shutdown function. I found solution here: https://lore.kernel.org/dri-devel/y1wd6zj8ldjpc...@intel.c

[PATCH RFC] fix dell wyse 3040 poweroff

2022-12-11 Thread Alexey Lukyanchuk
Dell wyse 3040 cat't poweroff aftet kernel 5.11. It happens because i915_driver_shutdown function. Disabling of this function mitigate this problem. Fixes: 440b354f3 ("drivers/gpu/drm:power off troubles on dell wyse 3040") Signed-off-by: Alexey Lukyanchuk --- There