From 7f8752fa45a774706c329d2daf94bdfff7721ed7 Mon Sep 17 00:00:00 2001 From: Leon Yu Date: Thu, 2 Aug 2018 16:20:16 +0800 Subject: gpu: nvgpu: reduce verbosity of TPC PG mask and status being same Once tpc_pg_mask is programmed successfully, TPC PG mask and status will be the same value afterwards and won't change. So we don't have to inform user whenever gr_gv11b_powergate_tpc() is invoked. Bug 200406784 Bug 200436857 Change-Id: I52f7bdbbbc0851b59366b1cd7d25ae7b8b9fa14e Signed-off-by: Leon Yu Reviewed-on: https://git-master.nvidia.com/r/1791008 (cherry picked from commit c8872d61a2bc40e09e137a4bb81923c4747a2dcc) Reviewed-on: https://git-master.nvidia.com/r/1791656 Reviewed-by: svc-misra-checker Reviewed-by: Deepak Goyal GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv11b/gr_gv11b.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gv11b') diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c index 2fd7b8ee..c925e5b6 100644 --- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c +++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c @@ -134,7 +134,6 @@ void gr_gv11b_powergate_tpc(struct gk20a *g) u32 tpc_pg_status = gk20a_readl(g, fuse_status_opt_tpc_gpc_r(0)); if (tpc_pg_status == g->tpc_pg_mask) { - nvgpu_info(g, "TPC-PG mask and TPC-PG status is same"); return; } -- cgit v1.2.2