[PATCH 0/2] drm/imagination: GPU_ID-related cleanups

Matt Coster posted 2 patches 1 day, 18 hours ago
drivers/gpu/drm/imagination/pvr_device.c |  4 +--
drivers/gpu/drm/imagination/pvr_device.h | 42 +++++++++++++-------------------
drivers/gpu/drm/imagination/pvr_fw.c     | 12 ++++-----
include/uapi/drm/pvr_drm.h               | 14 +++++------
4 files changed, 31 insertions(+), 41 deletions(-)
[PATCH 0/2] drm/imagination: GPU_ID-related cleanups
Posted by Matt Coster 1 day, 18 hours ago
Just a couple quick QoL improvements around GPU_IDs.

The first patch touches the UAPI, but is not intended to introduce any
functional changes; it simply codifies the existing documented layout of
packed BVNC fields as a series of GENMASKed macros.

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
---
Matt Coster (2):
      drm/imagination: Define packed BVNCs in the uapi
      drm/imagination: Add PVR_GPU_ID_FMT to format pvr_gpu_id

 drivers/gpu/drm/imagination/pvr_device.c |  4 +--
 drivers/gpu/drm/imagination/pvr_device.h | 42 +++++++++++++-------------------
 drivers/gpu/drm/imagination/pvr_fw.c     | 12 ++++-----
 include/uapi/drm/pvr_drm.h               | 14 +++++------
 4 files changed, 31 insertions(+), 41 deletions(-)
---
base-commit: 55473b60178060a4fdb4631bd0c91879cc7d18d8
change-id: 20260206-bvnc-cleanup-446e70666747