diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2015-06-23 15:16:01 +0900 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-08-28 12:37:25 +1000 |
commit | 44fe057064d53f8053bc167f48a8bdae5ff72aaf (patch) | |
tree | 36c3e86aca460bb9641f1bee32b4a44e300d6057 /lib | |
parent | b0e1fea74f408ed4247e302bf6dbf45c154efb81 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/nvif/os.h b/lib/include/nvif/os.h index 275fa84a..71a369ec 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; |