summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2015-06-23 15:16:01 +0900
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:37:25 +1000
commit44fe057064d53f8053bc167f48a8bdae5ff72aaf (patch)
tree36c3e86aca460bb9641f1bee32b4a44e300d6057 /lib
parentb0e1fea74f408ed4247e302bf6dbf45c154efb81 (diff)
downloadnouveau-44fe057064d53f8053bc167f48a8bdae5ff72aaf.tar.gz
gr: use NVIDIA-provided external firmwares
NVIDIA will officially start providing GR firmwares through linux-firmware for GPUs that require it. Change the GR firmware lookup function to use these files. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/include/nvif/os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/nvif/os.h b/lib/include/nvif/os.h
index 275fa84ad..71a369ec2 100644
--- a/lib/include/nvif/os.h
+++ b/lib/include/nvif/os.h
@@ -32,6 +32,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <limits.h>
+#include <ctype.h>
typedef uint64_t u64;
typedef uint32_t u32;