summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorVinod G <vinodg@nvidia.com>2018-06-12 20:24:53 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-07-12 23:43:55 -0400
commit96d4842c0dbae051258408480b981ed034163c13 (patch)
treedd37df45d108ddb728c1e02b0d53f075177afb68 /drivers
parent97c6a10928cc463825479911c3a6518ade34ebc0 (diff)
gpu: nvgpu: gv11b: fix PMA list alignment in ctxsw buffer
ucode changed so that it expects LIST_nv_perf_pma_ctx_reg list in ctxsw buffer to be 256 byte aligned. This change was added to gv100 before, adding similar change to gv11b. bug 2045640 Change-Id: I1f92d38e607f70d5602ef6d5c607b9dc20807245 Signed-off-by: Vinod G <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1747895 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
-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 270d4dd4..2bd35f0c 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_gk20a_add_ctxsw_reg_perf_pma, 410 .add_ctxsw_reg_perf_pma = gr_gv100_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 =