summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinod Gopalakrishnakurup <vinodg@nvidia.com>2018-08-01 18:51:41 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-02 22:16:58 -0400
commitd029ad5d8d39e7f153b43ca9d60c0ed1f23c8037 (patch)
treef169f6803c2274498c585b2f13eab4700f79563e
parent93027eb2093b4d41238f814c42ad5a553d964ce5 (diff)
Revert "gpu: nvgpu: gv11b: fix PMA list alignment in ctxsw buffer"
This reverts commit 96d4842c0dbae051258408480b981ed034163c13. Change-Id: Ibcdf78b242c7bb9f17651b2bb9e23777c97cd436 Signed-off-by: Vinod G <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1790634 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index d0be7e82..5f66d741 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -407,7 +407,7 @@ static const struct gpu_ops gv11b_ops = {
407 .handle_notify_pending = gk20a_gr_handle_notify_pending, 407 .handle_notify_pending = gk20a_gr_handle_notify_pending,
408 .handle_semaphore_pending = gk20a_gr_handle_semaphore_pending, 408 .handle_semaphore_pending = gk20a_gr_handle_semaphore_pending,
409 .add_ctxsw_reg_pm_fbpa = gr_gk20a_add_ctxsw_reg_pm_fbpa, 409 .add_ctxsw_reg_pm_fbpa = gr_gk20a_add_ctxsw_reg_pm_fbpa,
410 .add_ctxsw_reg_perf_pma = gr_gv100_add_ctxsw_reg_perf_pma, 410 .add_ctxsw_reg_perf_pma = gr_gk20a_add_ctxsw_reg_perf_pma,
411 .decode_priv_addr = gr_gv11b_decode_priv_addr, 411 .decode_priv_addr = gr_gv11b_decode_priv_addr,
412 .create_priv_addr_table = gr_gv11b_create_priv_addr_table, 412 .create_priv_addr_table = gr_gv11b_create_priv_addr_table,
413 .get_pmm_per_chiplet_offset = 413 .get_pmm_per_chiplet_offset =