mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: Add stub for channel reset trace
Add a stub function for channel reset trace event. Missing the stub prevents build without Linux ftrace. JIRA NVGPU-1734 Change-Id: Iaa04c9f4715918658d68257056f1969440ff9ca9 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1992455 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
c2524323eb
commit
503fe52304
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* gk20a event logging to ftrace.
|
||||
*
|
||||
* Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2014-2019, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
@@ -634,6 +634,7 @@ DEFINE_EVENT(gk20a_cde, gk20a_cde_finished_ctx_cb,
|
||||
#define trace_gk20a_channel_put(arg...) ((void)(NULL))
|
||||
#define trace_gk20a_open_new_channel(arg...) ((void)(NULL))
|
||||
#define trace_gk20a_channel_update(arg...) ((void)(NULL))
|
||||
#define trace_gk20a_channel_reset(arg...) ((void)(NULL))
|
||||
|
||||
#define trace_gk20a_mm_fb_flush(arg...) ((void)(NULL))
|
||||
#define trace_gk20a_mm_fb_flush_done(arg...) ((void)(NULL))
|
||||
|
||||
Reference in New Issue
Block a user