]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/display: Add drm_panic support
authorJocelyn Falempe <jfalempe@redhat.com>
Tue, 24 Jun 2025 09:01:17 +0000 (11:01 +0200)
committerMaarten Lankhorst <dev@lankhorst.se>
Fri, 27 Jun 2025 09:48:23 +0000 (11:48 +0200)
commit31d886b674079891fa4ae1843cd300c076b45b6b
tree1239cbf79bd49fd4ad12f9fb0fc68fd9a3ccfaa7
parent75fb60e5ad5f154ca88e8d05e764cceb787fbffb
drm/i915/display: Add drm_panic support

This adds drm_panic support for a wide range of Intel GPU. I've
tested it only on 4 laptops, Haswell (with 128MB of eDRAM),
Comet Lake, Raptor Lake, and Lunar Lake.
For hardware using DPT, it's not possible to disable tiling, as you
will need to reconfigure the way the GPU is accessing the
framebuffer, so this will be handled by the following patches.

Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://lore.kernel.org/r/20250624091501.257661-9-jfalempe@redhat.com
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
drivers/gpu/drm/i915/display/intel_plane.c