summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/posix/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/posix/stubs.c')
-rw-r--r--drivers/gpu/nvgpu/common/posix/stubs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/posix/stubs.c b/drivers/gpu/nvgpu/common/posix/stubs.c
index 0fa80bff..1e50930a 100644
--- a/drivers/gpu/nvgpu/common/posix/stubs.c
+++ b/drivers/gpu/nvgpu/common/posix/stubs.c
@@ -26,6 +26,7 @@
26 */ 26 */
27 27
28#include <nvgpu/ecc.h> 28#include <nvgpu/ecc.h>
29#include <nvgpu/ltc.h>
29 30
30#include "gk20a/dbg_gpu_gk20a.h" 31#include "gk20a/dbg_gpu_gk20a.h"
31 32
@@ -41,3 +42,8 @@ int nvgpu_ecc_sysfs_init(struct gk20a *g)
41void nvgpu_ecc_sysfs_remove(struct gk20a *g) 42void nvgpu_ecc_sysfs_remove(struct gk20a *g)
42{ 43{
43} 44}
45
46int nvgpu_ltc_alloc_cbc(struct gk20a *g, size_t compbit_backing_size)
47{
48 return 0;
49}