summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/cde_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/cde_gk20a.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
index 844718a7..ca785b19 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
@@ -32,6 +32,7 @@
32#include "gr_gk20a.h" 32#include "gr_gk20a.h"
33#include "debug_gk20a.h" 33#include "debug_gk20a.h"
34#include "semaphore_gk20a.h" 34#include "semaphore_gk20a.h"
35#include "nvgpu_common.h"
35 36
36#include "hw_ccsr_gk20a.h" 37#include "hw_ccsr_gk20a.h"
37#include "hw_pbdma_gk20a.h" 38#include "hw_pbdma_gk20a.h"
@@ -1179,7 +1180,7 @@ static int gk20a_cde_load(struct gk20a_cde_ctx *cde_ctx)
1179 int err = 0; 1180 int err = 0;
1180 u64 vaddr; 1181 u64 vaddr;
1181 1182
1182 img = gk20a_request_firmware(g, "gpu2cde.bin"); 1183 img = nvgpu_request_firmware(g, "gpu2cde.bin", 0);
1183 if (!img) { 1184 if (!img) {
1184 dev_err(cde_ctx->dev, "cde: could not fetch the firmware"); 1185 dev_err(cde_ctx->dev, "cde: could not fetch the firmware");
1185 return -ENOSYS; 1186 return -ENOSYS;