[PATCH 0/2] gpu: nova-core: gpu_name cleanup, PMU debug output cleanup

John Hubbard posted 2 patches 1 month ago
drivers/gpu/nova-core/gsp/boot.rs     |  9 ++++-----
drivers/gpu/nova-core/gsp/commands.rs | 28 +++++++++++++++++++++------
drivers/gpu/nova-core/vbios.rs        |  5 -----
3 files changed, 26 insertions(+), 16 deletions(-)
[PATCH 0/2] gpu: nova-core: gpu_name cleanup, PMU debug output cleanup
Posted by John Hubbard 1 month ago
The first patch, for gpu_name, was suggested by Danilo Krummrich.

The second is from repeating looking at the dmesg output of nova-core
lately. This one PMU print item stands out as having a particular poor
signal to noise ratio, so deleting it.

John Hubbard (2):
  gpu: nova-core: preserve error information in gpu_name()
  gpu: nova-core: don't print raw PMU table entries

 drivers/gpu/nova-core/gsp/boot.rs     |  9 ++++-----
 drivers/gpu/nova-core/gsp/commands.rs | 28 +++++++++++++++++++++------
 drivers/gpu/nova-core/vbios.rs        |  5 -----
 3 files changed, 26 insertions(+), 16 deletions(-)


base-commit: 2d7b4a44fb768e1887e7e4cdd8b86817ccd9c3bf
--
2.52.0
Re: [PATCH 0/2] gpu: nova-core: gpu_name cleanup, PMU debug output cleanup
Posted by Danilo Krummrich 3 weeks, 5 days ago
On Thu Jan 8, 2026 at 1:58 AM CET, John Hubbard wrote:
> John Hubbard (2):
>   gpu: nova-core: preserve error information in gpu_name()
>   gpu: nova-core: don't print raw PMU table entries

Applied to drm-rust-next, thanks!