summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gr_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gr_vgpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
index 02a5e87e..6cafc49f 100644
--- a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
@@ -14,9 +14,10 @@
14 */ 14 */
15 15
16#include "vgpu/vgpu.h" 16#include "vgpu/vgpu.h"
17#include "gk20a/hw_gr_gk20a.h"
18#include "gk20a/dbg_gpu_gk20a.h" 17#include "gk20a/dbg_gpu_gk20a.h"
19 18
19#include <nvgpu/hw/gk20a/hw_gr_gk20a.h>
20
20static void vgpu_gr_detect_sm_arch(struct gk20a *g) 21static void vgpu_gr_detect_sm_arch(struct gk20a *g)
21{ 22{
22 struct vgpu_priv_data *priv = vgpu_get_priv_data(g); 23 struct vgpu_priv_data *priv = vgpu_get_priv_data(g);