Skip to content

v3dv: start using Broadcom's device identifiers

Iago Toral requested to merge itoral/mesa:v3dv_fixup_deviceid into main

Instead of creating our own based on the V3D version. CTS waivers are registered using a combination of VendorID and DeviceID, so if we want to reuse any wavers filed by Broadcom we want to use the same identifiers. We are already using the Broadcom VendorId, so let's start using the same deviceID as well.

Merge request reports