pvr: drop 'Imagination' from deviceName
This is to align the device naming with the closed source driver. Signed-off-by: Frank Binns <frank.binns@imgtec.com> Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31679>
This commit is contained in:
@@ -615,7 +615,7 @@ static bool pvr_physical_device_get_properties(
|
||||
|
||||
snprintf(properties->deviceName,
|
||||
sizeof(properties->deviceName),
|
||||
"Imagination PowerVR %s %s",
|
||||
"PowerVR %s %s",
|
||||
dev_info->ident.series_name,
|
||||
dev_info->ident.public_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user