diff options
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r-- | drivers/gpu/nvgpu/include/nvgpu/gk20a.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h index 8b6de266..61fe4fb5 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h +++ b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h | |||
@@ -1787,6 +1787,7 @@ int gk20a_wait_for_idle(struct gk20a *g); | |||
1787 | 1787 | ||
1788 | int gk20a_init_gpu_characteristics(struct gk20a *g); | 1788 | int gk20a_init_gpu_characteristics(struct gk20a *g); |
1789 | 1789 | ||
1790 | bool gk20a_check_poweron(struct gk20a *g); | ||
1790 | int gk20a_prepare_poweroff(struct gk20a *g); | 1791 | int gk20a_prepare_poweroff(struct gk20a *g); |
1791 | int gk20a_finalize_poweron(struct gk20a *g); | 1792 | int gk20a_finalize_poweron(struct gk20a *g); |
1792 | 1793 | ||