mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: remove "gk20a_channel_worker_process" prints
dbg_mask option that enables gpu_dbg_fn bit litters uart with "gk20a_channel_worker_process" prints. Change-Id: I0489db630cc94e909a871233744ec264627b4cea Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1490979 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> Reviewed-by: Konsta Holtta <kholtta@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
68300d9c02
commit
e8f4e52efe
@@ -1747,7 +1747,6 @@ static bool __gk20a_channel_worker_pending(struct gk20a *g, int get)
|
||||
*/
|
||||
static void gk20a_channel_worker_process(struct gk20a *g, int *get)
|
||||
{
|
||||
gk20a_dbg_fn("");
|
||||
|
||||
while (__gk20a_channel_worker_pending(g, *get)) {
|
||||
struct channel_gk20a *ch = NULL;
|
||||
|
||||
Reference in New Issue
Block a user