summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-07-12 19:49:57 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-08-16 06:56:35 -0400
commitff38ab4dcd87088dc60c870aaf910fcdc4af5918 (patch)
tree222e68a51531203c7aabbce3c6ffdd49a6cd058c /drivers/gpu/nvgpu/gk20a/gk20a.h
parent0dd02e634ddc2f3e048b39048d2299d24401fdf8 (diff)
gpu: nvgpu: Disable rd_coalesce for all chips
Disable read coalescing for all chips. Bug 200314091 Change-Id: Iaa3f58f94369ae1edae0620083eca4594be730fd Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1518308 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 1 insertions, 0 deletions
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 {
408 void (*resume_single_sm)(struct gk20a *g, 408 void (*resume_single_sm)(struct gk20a *g,
409 u32 gpc, u32 tpc, u32 sm); 409 u32 gpc, u32 tpc, u32 sm);
410 void (*resume_all_sms)(struct gk20a *g); 410 void (*resume_all_sms)(struct gk20a *g);
411 void (*disable_rd_coalesce)(struct gk20a *g);
411 } gr; 412 } gr;
412 struct { 413 struct {
413 void (*init_hw)(struct gk20a *g); 414 void (*init_hw)(struct gk20a *g);