From ff38ab4dcd87088dc60c870aaf910fcdc4af5918 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Wed, 12 Jul 2017 16:49:57 -0700 Subject: gpu: nvgpu: Disable rd_coalesce for all chips Disable read coalescing for all chips. Bug 200314091 Change-Id: Iaa3f58f94369ae1edae0620083eca4594be730fd Signed-off-by: Alex Waterman Reviewed-on: https://git-master.nvidia.com/r/1518308 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gk20a.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h index 58558159..4878fdd6 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/gk20a.h @@ -408,6 +408,7 @@ struct gpu_ops { void (*resume_single_sm)(struct gk20a *g, u32 gpc, u32 tpc, u32 sm); void (*resume_all_sms)(struct gk20a *g); + void (*disable_rd_coalesce)(struct gk20a *g); } gr; struct { void (*init_hw)(struct gk20a *g); -- cgit v1.2.2