summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorFrank Binns <frank.binns@imgtec.com>2026-07-20 12:37:12 +0100
committerAlessio Belle <alessio.belle@imgtec.com>2026-07-24 08:37:01 +0100
commit9b33d8e063f62074b729c52b052cc306b9369714 (patch)
treec5468c5c792671cd85f162644251d2130a6cdaa4 /drivers/gpu
parentb6c3585f2058e0fbfa8cb403458f5cc6cf5c5e06 (diff)
downloadlinux-next-9b33d8e063f62074b729c52b052cc306b9369714.tar.gz
linux-next-9b33d8e063f62074b729c52b052cc306b9369714.zip
drm/imagination: update GPU support documentation
The list of supported GPUs contains the GPU model, along with the SoCs they're found in. The SoC information can easily get out of date, as typically GPU models will be integrated into many different SoCs and upstream support for these can potentially happen over a long stretch of time without necessarily requiring any GPU driver changes. Replace the SoC information with the BVNC instead. This uniquely identifies a GPU implementation and is useful in cases where a GPU model may have multiple implementations due to, e.g. hardware errata having been fixed, and the driver doesn't yet support all of them. Signed-off-by: Frank Binns <frank.binns@imgtec.com> Reviewed-by: Alessio Belle <alessio.belle@imgtec.com> Link: https://patch.msgid.link/20260720-promote-bxm-4-64-v1-1-39abcd1cf263@imgtec.com Signed-off-by: Alessio Belle <alessio.belle@imgtec.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/imagination/pvr_drv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/imagination/pvr_drv.c b/drivers/gpu/drm/imagination/pvr_drv.c
index 8897b3bdeb4a..a22da0b911d5 100644
--- a/drivers/gpu/drm/imagination/pvr_drv.c
+++ b/drivers/gpu/drm/imagination/pvr_drv.c
@@ -43,8 +43,8 @@
*
* This driver supports the following PowerVR/IMG graphics cores from Imagination Technologies:
*
- * * AXE-1-16M (found in Texas Instruments AM62)
- * * BXS-4-64 MC1 (found in Texas Instruments J721S2/AM68)
+ * * AXE-1-16M (33.15.11.3)
+ * * BXS-4-64 MC1 (36.53.104.796)
*/
/**