v3d: Drop "VC5" from the renderer string.

VC5 isn't a useful name any more, just stick to v3d.
This commit is contained in:
Eric Anholt 2018-08-02 12:15:20 -07:00
parent 50a8713d4f
commit 5d49076990

View file

@ -46,7 +46,7 @@ v3d_screen_get_name(struct pipe_screen *pscreen)
if (!screen->name) {
screen->name = ralloc_asprintf(screen,
"VC5 V3D %d.%d",
"V3D %d.%d",
screen->devinfo.ver / 10,
screen->devinfo.ver % 10);
}