From 2ae16008cdfd778bc981cea4d5a90fb988f0850b Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Tue, 9 Jan 2018 01:57:02 +0000 Subject: Revert "gpu: nvgpu: gv11b: fix for gfx preemption" This reverts commit caf168e33ec12ff6f0ed90fd4aa7654c09eaa553. Might be causing an intermittency in quill-c03 graphics submit. Super weird since the only change that seems like it could affect it is the header file update but that seems rather safe. Bug 2044830 Change-Id: I14809d4945744193b9c2d7729ae8a516eb3e0b21 Signed-off-by: Alex Waterman Reviewed-on: https://git-master.nvidia.com/r/1634349 Reviewed-by: svc-mobile-coverity GVS: Gerrit_Virtual_Submit Reviewed-by: Timo Alho Tested-by: Timo Alho --- drivers/gpu/nvgpu/gp106/gr_gp106.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'drivers/gpu/nvgpu/gp106') diff --git a/drivers/gpu/nvgpu/gp106/gr_gp106.c b/drivers/gpu/nvgpu/gp106/gr_gp106.c index bedc0b78..af08aa6c 100644 --- a/drivers/gpu/nvgpu/gp106/gr_gp106.c +++ b/drivers/gpu/nvgpu/gp106/gr_gp106.c @@ -1,7 +1,7 @@ /* * GP106 GPU GR * - * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -128,10 +128,6 @@ void gr_gp106_cb_size_default(struct gk20a *g) gr->attrib_cb_default_size = 0x800; gr->alpha_cb_default_size = gr_gpc0_ppc0_cbm_alpha_cb_size_v_default_v(); - gr->attrib_cb_gfxp_default_size = - gr_gpc0_ppc0_cbm_beta_cb_size_v_gfxp_v(); - gr->attrib_cb_gfxp_size = - gr_gpc0_ppc0_cbm_beta_cb_size_v_gfxp_v(); } int gr_gp106_set_ctxsw_preemption_mode(struct gk20a *g, -- cgit v1.2.2