summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/xve_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/xve_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/xve_gp106.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gp106/xve_gp106.h b/drivers/gpu/nvgpu/gp106/xve_gp106.h
index d48b0991..e0be35ac 100644
--- a/drivers/gpu/nvgpu/gp106/xve_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/xve_gp106.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -49,11 +49,11 @@ enum xv_speed_change_steps {
49 CLEANUP 49 CLEANUP
50}; 50};
51 51
52#define xv_dbg(fmt, args...) \ 52#define xv_dbg(g, fmt, args...) \
53 gk20a_dbg(gpu_dbg_xv, fmt, ##args) 53 nvgpu_log(g, gpu_dbg_xv, fmt, ##args)
54 54
55#define xv_sc_dbg(step, fmt, args...) \ 55#define xv_sc_dbg(g, step, fmt, args...) \
56 xv_dbg("[%d] %15s | " fmt, step, __stringify(step), ##args) 56 xv_dbg(g, "[%d] %15s | " fmt, step, __stringify(step), ##args)
57 57
58void xve_xve_writel_gp106(struct gk20a *g, u32 reg, u32 val); 58void xve_xve_writel_gp106(struct gk20a *g, u32 reg, u32 val);
59u32 xve_xve_readl_gp106(struct gk20a *g, u32 reg); 59u32 xve_xve_readl_gp106(struct gk20a *g, u32 reg);