mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
drm/imagination: promote BXM-4-64 MC1 (36.52.104.182) to supported status
Support for this GPU is now in a very good state, with only a handful of Vulkan CTS tests still failing when testing using CTS version 1.4.5.3 on the BeagleV-Ahead SBC. With the firmware having been upstreamed [1], now is the time to promote this GPU from experimental to supported. [1] https://gitlab.com/kernel-firmware/linux-firmware/-/merge_requests/1138 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-2-39abcd1cf263@imgtec.com Signed-off-by: Alessio Belle <alessio.belle@imgtec.com>
This commit is contained in:
parent
9b33d8e063
commit
e55fead22f
|
|
@ -531,12 +531,10 @@ pvr_gpu_support_level(const struct pvr_gpu_id *gpu_id)
|
|||
{
|
||||
switch (pvr_gpu_id_to_packed_bvnc(gpu_id)) {
|
||||
case PVR_PACKED_BVNC(33, 15, 11, 3):
|
||||
case PVR_PACKED_BVNC(36, 52, 104, 182):
|
||||
case PVR_PACKED_BVNC(36, 53, 104, 796):
|
||||
return PVR_GPU_SUPPORTED;
|
||||
|
||||
case PVR_PACKED_BVNC(36, 52, 104, 182):
|
||||
return PVR_GPU_EXPERIMENTAL;
|
||||
|
||||
default:
|
||||
return PVR_GPU_UNKNOWN;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
* This driver supports the following PowerVR/IMG graphics cores from Imagination Technologies:
|
||||
*
|
||||
* * AXE-1-16M (33.15.11.3)
|
||||
* * BXM-4-64 MC1 (36.52.104.182)
|
||||
* * BXS-4-64 MC1 (36.53.104.796)
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user