All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] devcoredump support for Panfrost GPU driver
@ 2022-06-21  2:32 Adrián Larumbe
  2022-06-21  2:32 ` [PATCH v2 1/1] drm/panfrost: Add support for devcoredump Adrián Larumbe
  0 siblings, 1 reply; 15+ messages in thread
From: Adrián Larumbe @ 2022-06-21  2:32 UTC (permalink / raw)
  To: robh, tomeu.vizoso, steven.price, alyssa.rosenzweig, dri-devel
  Cc: adrian.larumbe

This is v2 for a previous patch series being discussed at
https://lore.kernel.org/dri-devel/20220517174216.381287-1-adrian.larumbe@collabora.com/.

Mesa MR under review can be found at:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14034

Changes with respect to v1 of the same patch:

 - Change the list of dumped registers to those of greatest debugging value.
 - Fix bug where an invalid bomap header wouldn't be dumped
 - Changed the way that a decision is made whether to dump a BOMAP header so
 that no compiler warning supression has to be done.
 - Changed magic number for header fields to something more representative.
 - Changed the dump header format to a union whose members are the different
   header types.

Adrián Larumbe (1):
  drm/panfrost: Add support for devcoredump

 drivers/gpu/drm/panfrost/Kconfig         |   1 +
 drivers/gpu/drm/panfrost/Makefile        |   3 +-
 drivers/gpu/drm/panfrost/panfrost_dump.c | 233 +++++++++++++++++++++++
 drivers/gpu/drm/panfrost/panfrost_dump.h |  12 ++
 drivers/gpu/drm/panfrost/panfrost_job.c  |   3 +
 include/uapi/drm/panfrost_drm.h          |  44 +++++
 6 files changed, 295 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpu/drm/panfrost/panfrost_dump.c
 create mode 100644 drivers/gpu/drm/panfrost/panfrost_dump.h

-- 
2.36.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-06-22 13:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21  2:32 [PATCH v2 0/1] devcoredump support for Panfrost GPU driver Adrián Larumbe
2022-06-21  2:32 ` [PATCH v2 1/1] drm/panfrost: Add support for devcoredump Adrián Larumbe
2022-06-21  4:37   ` kernel test robot
2022-06-21 14:32     ` Alyssa Rosenzweig
2022-06-21 14:32       ` Alyssa Rosenzweig
2022-06-22  2:30       ` [kbuild-all] " Chen, Rong A
2022-06-22 12:06         ` Alyssa Rosenzweig
2022-06-22 12:06           ` Alyssa Rosenzweig
2022-06-21  5:46   ` kernel test robot
2022-06-21  7:37   ` kernel test robot
2022-06-21  7:37     ` kernel test robot
2022-06-21 13:03   ` Alyssa Rosenzweig
2022-06-22  1:54     ` Adri??n Larumbe
2022-06-22 12:08       ` Alyssa Rosenzweig
2022-06-22 13:22       ` Lucas Stach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.