> Move locking and parameters from draw_panic_plane() into the new > helper drm_panic_display_panic_screen(). Call draw_panic_plane() from > there. > > The new helper drm_panic_display_panic_screen() is now the DRM core's > interface for displaying a panic screen. The code remaining in > draw_panic_plane() still does all the heavy lifting. It will become a > plane helper for DRM drivers. > > v2: > - use panic_type argument in draw_panic_plane() (Sashiko) > > Signed-off-by: Thomas Zimmermann <[email protected]>
Sashiko has reviewed this patch and found no issues. It looks great! -- Sashiko AI review ยท https://sashiko.dev/#/patchset/[email protected]?part=9
