summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/cde_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/cde_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/os/linux/cde_gm20b.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/cde_gm20b.h b/drivers/gpu/nvgpu/os/linux/cde_gm20b.h
index 640d6ab6..fac8aaff 100644
--- a/drivers/gpu/nvgpu/os/linux/cde_gm20b.h
+++ b/drivers/gpu/nvgpu/os/linux/cde_gm20b.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GM20B CDE 2 * GM20B CDE
3 * 3 *
4 * Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2015-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -25,8 +25,9 @@
25#ifndef _NVHOST_GM20B_CDE 25#ifndef _NVHOST_GM20B_CDE
26#define _NVHOST_GM20B_CDE 26#define _NVHOST_GM20B_CDE
27 27
28#include "os_linux.h" 28void gm20b_cde_get_program_numbers(struct gk20a *g,
29 29 u32 block_height_log2,
30extern struct nvgpu_os_linux_ops gm20b_cde_ops; 30 u32 shader_parameter,
31 int *hprog_out, int *vprog_out);
31 32
32#endif 33#endif