summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pmgr/pmgrpmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pmgr/pmgrpmu.h')
-rw-r--r--drivers/gpu/nvgpu/pmgr/pmgrpmu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/pmgr/pmgrpmu.h b/drivers/gpu/nvgpu/pmgr/pmgrpmu.h
index 3cb9eecb..a576f384 100644
--- a/drivers/gpu/nvgpu/pmgr/pmgrpmu.h
+++ b/drivers/gpu/nvgpu/pmgr/pmgrpmu.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * general power device control structures & definitions 2 * general power device control structures & definitions
3 * 3 *
4 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-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"),
@@ -28,7 +28,7 @@
28#include "pwrdev.h" 28#include "pwrdev.h"
29#include "pwrmonitor.h" 29#include "pwrmonitor.h"
30 30
31u32 pmgr_send_pmgr_tables_to_pmu(struct gk20a *g); 31int pmgr_send_pmgr_tables_to_pmu(struct gk20a *g);
32 32
33u32 pmgr_pmu_pwr_devices_query_blocking( 33u32 pmgr_pmu_pwr_devices_query_blocking(
34 struct gk20a *g, 34 struct gk20a *g,