✓ CI.checkpatch: success for drm/i915: Add drm_panic support (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Dec 3 09:42:20 UTC 2024
== Series Details ==
Series: drm/i915: Add drm_panic support (rev2)
URL : https://patchwork.freedesktop.org/series/141937/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f04c7323884f94dd1f3b8599bdcab65aea513fe4
Author: Jocelyn Falempe <jfalempe at redhat.com>
Date: Tue Dec 3 09:50:22 2024 +0100
drm/i915: Add drm_panic support
This adds drm_panic support for a wide range of Intel GPU. I've
tested it only on 3 laptops, haswell (with 128MB of eDRAM),
cometlake and alderlake.
* DPT: if I disable tiling on a framebuffer using DPT, then it
displays some other memory location. As DPT is enabled only for
tiled framebuffer, there might be some hardware limitations.
* fbdev: On my haswell laptop, the fbdev framebuffer is configured
with tiling enabled, but really it's linear, because fbcon don't
know about tiling, and the panic screen is perfect when it's drawn
as linear.
Signed-off-by: Jocelyn Falempe <jfalempe at redhat.com>
+ /mt/dim checkpatch 4de82d50b8de6a278c1483a7f76ae830c89d1824 drm-intel
44661aaa9e53 drm/i915/fbdev: Add intel_fbdev_get_vaddr()
e636ada72275 drm/i915/display/i9xx: Add a disable_tiling() for i9xx planes
0bf32eeed93b drm/i915/display: Add a disable_tiling() for skl planes
dad623f21ffe drm/i915/gem: Add i915_gem_object_panic_map()
f04c7323884f drm/i915: Add drm_panic support
More information about the Intel-xe
mailing list