SaschaWillems / vulkan.gpuinfo.org

Front-End and Back-End for the Vulkan Hardware Database
https://vulkan.gpuinfo.org
GNU Affero General Public License v3.0
23 stars 4 forks source link

Incorrect report: deviceName should be AMD Radeon RX 6500M #57

Closed Thymelizabeth closed 1 year ago

Thymelizabeth commented 1 year ago

This is the report: https://vulkan.gpuinfo.org/displayreport.php?id=18379

It has the device name as AMD Radeon RX 6500 when there is no such graphics card listed on the AMD website.

SaschaWillems commented 1 year ago

I display the names that I get from the driver. Can you check what display name is shown in the Vulkan Hardware Capability Viewer client application?

But just looking at it this is probably something that needs to be fixed in the driver. On Windows the "M" is properly added to the device name.

Thymelizabeth commented 1 year ago

In the application it shows AMD Radeon RX 6500.

When I run vulkaninfo it shows the same thing.

SaschaWillems commented 1 year ago

Then you need to contact your device vendor to fix this. The application (and database) just take what's reported by the driver.