summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2018-03-06 16:25:11 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-03-12 13:40:17 -0400
commit3df619f68afa6b23a33d7da072315755de38a30b (patch)
treedf397177061e6c1f04ecba6959299504cbb9597c /drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
parent7a5a2fb75a7c4990939593437af72febf01b732d (diff)
gpu: nvgpu: hal for syncpt_incr_per_release
Create hal to indicate syncpt increments per release. Legacy chip uses 2 syncpt increments per release and gv1xx onwards uses 1 syncpt increment per release. Bug 2066025 Change-Id: I5d6d0a5368ef561f8150fbb7120181f49f6e338b Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1669817 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 03cfab9f..465b57a5 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -390,6 +390,8 @@ static const struct gpu_ops vgpu_gv11b_ops = {
390 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf, 390 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf,
391 .add_syncpt_wait_cmd = gv11b_fifo_add_syncpt_wait_cmd, 391 .add_syncpt_wait_cmd = gv11b_fifo_add_syncpt_wait_cmd,
392 .get_syncpt_wait_cmd_size = gv11b_fifo_get_syncpt_wait_cmd_size, 392 .get_syncpt_wait_cmd_size = gv11b_fifo_get_syncpt_wait_cmd_size,
393 .get_syncpt_incr_per_release =
394 gv11b_fifo_get_syncpt_incr_per_release,
393 .add_syncpt_incr_cmd = gv11b_fifo_add_syncpt_incr_cmd, 395 .add_syncpt_incr_cmd = gv11b_fifo_add_syncpt_incr_cmd,
394 .get_syncpt_incr_cmd_size = gv11b_fifo_get_syncpt_incr_cmd_size, 396 .get_syncpt_incr_cmd_size = gv11b_fifo_get_syncpt_incr_cmd_size,
395 .get_sync_ro_map = vgpu_gv11b_fifo_get_sync_ro_map, 397 .get_sync_ro_map = vgpu_gv11b_fifo_get_sync_ro_map,