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>
This commit is contained in:
Frank Binns 2026-07-20 12:37:12 +01:00 committed by Alessio Belle
parent b6c3585f20
commit 9b33d8e063

View File

@ -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)
*/
/**