From 6d888006aa7ed87b1589198369180e7e69f9f1d2 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Fri, 15 Apr 2016 14:45:35 -0700 Subject: gpu: nvgpu: Add PCIe device support Add support for probing PCIe graphics cards. JIRA DNVGPU-7 Change-Id: Iad3d31a1dc0ca6575d8a9916857022cac9181948 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1127684 --- drivers/gpu/nvgpu/gk20a/gk20a.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h index 47adcc14..15f838d9 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/gk20a.h @@ -1070,4 +1070,8 @@ extern struct class nvgpu_class; #define INTERFACE_NAME "nvhost%s-gpu" +int gk20a_pm_init(struct device *dev); +int gk20a_pm_finalize_poweron(struct device *dev); +void gk20a_remove_support(struct device *dev); + #endif /* GK20A_H */ -- cgit v1.2.2