[PATCH 0/2] drm/msm/adreno: Update GPU name format
From: Rob Clark
Date: Mon Mar 16 2026 - 14:35:20 EST
The "ipv4 style" of formatting the chip_id is less useful after a740
with the new chip_id format. Rather than doing dec->hex conversion in
my head, just switch to using %08x, which is still easy enough to read
for the old scheme.
Also, for a8xx update the name after patching in the slice-count.
This series only changes things for kernel dmesg.
Rob Clark (2):
drm/msm/adreno: Change chip_id format
drm/msm/a8xx: Update GPU name with slice_mask
drivers/gpu/drm/msm/adreno/a8xx_gpu.c | 10 ++++++++++
drivers/gpu/drm/msm/adreno/adreno_gpu.h | 8 ++------
2 files changed, 12 insertions(+), 6 deletions(-)
--
2.53.0