]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/imagination: Implement handling of context reset notification
authorAlexandru Dadu <alexandru.dadu@imgtec.com>
Mon, 23 Mar 2026 18:31:30 +0000 (20:31 +0200)
committerMatt Coster <matt.coster@imgtec.com>
Tue, 24 Mar 2026 08:22:21 +0000 (08:22 +0000)
commitd994acc526c70d40ec9029cfe03d08ee411083c5
tree4d10b4475d58d46d0c93d593b29339359e1059e3
parentd2f83a6cd598bf413f1acf34153bd1d71023fbab
drm/imagination: Implement handling of context reset notification

The firmware will send the context reset notification message as
part of handling hardware recovery (HWR) events deecoding the message
and printing via drm_info(). This eliminates the "Unknown FWCCB command"
message that was previously printed.

Co-developed-by: Sarah Walker <sarah.walker@imgtec.com>
Signed-off-by: Sarah Walker <sarah.walker@imgtec.com>
Signed-off-by: Alexandru Dadu <alexandru.dadu@imgtec.com>
Reviewed-by: Matt Coster <matt.coster@imgtec.com>
Link: https://patch.msgid.link/20260323-b4-firmware-context-reset-notification-handling-v3-3-1a66049a9a65@imgtec.com
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
drivers/gpu/drm/imagination/Makefile
drivers/gpu/drm/imagination/pvr_ccb.c
drivers/gpu/drm/imagination/pvr_dump.c [new file with mode: 0644]
drivers/gpu/drm/imagination/pvr_dump.h [new file with mode: 0644]