From: Kenneth Graunke Date: Mon, 11 Feb 2019 19:05:48 +0000 (-0800) Subject: iris: Stop chopping off the first nine characters of the renderer string X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be49fb051d236306579e33b90a65cb7b7b94c3e2;p=mesa.git iris: Stop chopping off the first nine characters of the renderer string --- diff --git a/src/gallium/drivers/iris/iris_screen.c b/src/gallium/drivers/iris/iris_screen.c index 5ab3076ad0d..0ee07a7e4f6 100644 --- a/src/gallium/drivers/iris/iris_screen.c +++ b/src/gallium/drivers/iris/iris_screen.c @@ -86,7 +86,7 @@ iris_get_name(struct pipe_screen *pscreen) chipset = "Unknown Intel Chipset"; break; } - return &chipset[9]; + return chipset; } static int