Re: [PATCH v7 7/9] drm/mgag200: Add drm_panic support

2024-01-17 Thread Thomas Zimmermann
Hi Am 04.01.24 um 17:00 schrieb Jocelyn Falempe: Add support for the drm_panic module, which displays a message to the screen when a kernel panic occurs. v5: * Also check that the plane is visible and primary. (Thomas Zimmermann) v7: * use drm_for_each_primary_visible_plane()

[PATCH v7 7/9] drm/mgag200: Add drm_panic support

2024-01-04 Thread Jocelyn Falempe
Add support for the drm_panic module, which displays a message to the screen when a kernel panic occurs. v5: * Also check that the plane is visible and primary. (Thomas Zimmermann) v7: * use drm_for_each_primary_visible_plane() Signed-off-by: Jocelyn Falempe ---