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

This is v3 for a previous patch series being discussed at:

https://lore.kernel.org/dri-devel/20220621023204.94179-1-adrian.larumbe@collabora.com/T/#t

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

Changes with respect to v2 of the same patch:

 - Added JS and MMU offset macros for selecting the right register in the dump rather
 than using magic numbers.
 - Added sanity check to make sure Panfrost's page size is the same as the CPU's
 - Added major and minor dump header version numbers

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 | 243 +++++++++++++++++++++++
 drivers/gpu/drm/panfrost/panfrost_dump.h |  12 ++
 drivers/gpu/drm/panfrost/panfrost_job.c  |   3 +
 drivers/gpu/drm/panfrost/panfrost_regs.h |  39 ++--
 include/uapi/drm/panfrost_drm.h          |  47 +++++
 7 files changed, 329 insertions(+), 19 deletions(-)
 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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-22  1:54 [PATCH v3 0/1] devcoredump support for Panfrost GPU driver Adrián Larumbe
2022-06-22  1:54 ` [PATCH v3 1/1] drm/panfrost: Add support for devcoredump Adrián Larumbe
2022-06-22 12:17   ` Alyssa Rosenzweig
2022-06-22 14:00     ` Adri??n Larumbe
2022-06-22 14:16       ` Alyssa Rosenzweig
2022-06-22 12:29   ` kernel test robot
2022-06-22 12:29     ` kernel test robot

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.