mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: fix build error when CONFIG_DEBUG_FS=n
replace dbg_info with gpu_dbg_info Bug 1885240 Change-Id: I49a69e22ea5806afa56f3736f7acbe9550fcaa52 Signed-off-by: Jake Park <jakep@nvidia.com> Reviewed-on: http://git-master/r/1455834 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
98a7cc5831
commit
4d36b3dd41
@@ -1148,7 +1148,7 @@ struct gk20a_cyclestate_buffer_elem {
|
|||||||
#define GK20A_DEFAULT_DBG_MASK 0
|
#define GK20A_DEFAULT_DBG_MASK 0
|
||||||
#else
|
#else
|
||||||
/* manually enable and turn it on the mask */
|
/* manually enable and turn it on the mask */
|
||||||
#define GK20A_DEFAULT_DBG_MASK (dbg_info)
|
#define GK20A_DEFAULT_DBG_MASK (gpu_dbg_info)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum gk20a_dbg_categories {
|
enum gk20a_dbg_categories {
|
||||||
|
|||||||
Reference in New Issue
Block a user