mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
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:
parent
490bd13b5c
commit
ba6a5b0354
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue