summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2018-08-28 17:00:00 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-29 20:48:06 -0400
commit18e060227da92e4df8f2e5400fec7f6d7bdaad4a (patch)
tree81dc0a1ee9f96df160d40a7bfb34cc219aa183b3 /drivers/gpu/nvgpu/gv11b
parent2d0149c9abd74fd6bb59e076cfd46f49097e5662 (diff)
Revert "Revert "gpu: nvgpu: gv11b: fix PMA list alignment in ctxsw buffer""
This reverts commit d029ad5d8d39e7f153b43ca9d60c0ed1f23c8037. Bug 200441252 Change-Id: I1fe7cd1c9446d6572711b050e946b03605acf422 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1808563 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-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 a728d989..a295f774 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -409,7 +409,7 @@ static const struct gpu_ops gv11b_ops = {
409 .handle_notify_pending = gk20a_gr_handle_notify_pending, 409 .handle_notify_pending = gk20a_gr_handle_notify_pending,
410 .handle_semaphore_pending = gk20a_gr_handle_semaphore_pending, 410 .handle_semaphore_pending = gk20a_gr_handle_semaphore_pending,
411 .add_ctxsw_reg_pm_fbpa = gr_gk20a_add_ctxsw_reg_pm_fbpa, 411 .add_ctxsw_reg_pm_fbpa = gr_gk20a_add_ctxsw_reg_pm_fbpa,
412 .add_ctxsw_reg_perf_pma = gr_gk20a_add_ctxsw_reg_perf_pma, 412 .add_ctxsw_reg_perf_pma = gr_gv100_add_ctxsw_reg_perf_pma,
413 .decode_priv_addr = gr_gv11b_decode_priv_addr, 413 .decode_priv_addr = gr_gv11b_decode_priv_addr,
414 .create_priv_addr_table = gr_gv11b_create_priv_addr_table, 414 .create_priv_addr_table = gr_gv11b_create_priv_addr_table,
415 .get_pmm_per_chiplet_offset = 415 .get_pmm_per_chiplet_offset =