i965: use strtol to convert the integer deviceID override
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 13 Jul 2017 16:43:10 +0000 (17:43 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 17 Jul 2017 14:23:49 +0000 (15:23 +0100)
commit647b5a18df6e423e1a15d92bc767ba0cf04493a3
tree663e346109b85691c4dfe81eb9a6626908fd1f83
parentf9d5611617d2498a05dddb036659ef37567a7753
i965: use strtol to convert the integer deviceID override

One can override the deviceID, by setting the INTEL_DEVID_OVERRIDE
variable. A few symbolic names or a numerical value for the actual
device ID is accepted.

At the same time we're using strtod (string to double) to convert the
string to a decimal numeral. A seeming thinko, made by the original
commit that introduces the code in libdrm_intel and got here with the
import.

Fixes: 514db96c117a ("i965: Import libdrm_intel.")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/intel_screen.c