summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b
diff options
context:
space:
mode:
authorAparna Das <aparnad@nvidia.com>2018-02-14 21:35:12 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-03-06 17:52:03 -0500
commitd6c6c6c483478654b34685b9e13ed160bad49a1c (patch)
tree5e71982da3dd03c3d9bb2158432c1d2dc6072b9e /drivers/gpu/nvgpu/gp10b
parent395c5538136049dcbc52ab218c3b5f764e7d0199 (diff)
gpu: nvgpu: add hal op for gr set error notifier
The vserver variant for gr set error notifier needs different functionality to send interrupt to VM. Add HAL operation to allow overriding vserver usecase. Jira VQRM-2982 Change-Id: Ia445a27112bb6c5587dbb81100a9dafe5875b338 Signed-off-by: Aparna Das <aparnad@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1657830 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 91ebab55..38facd97 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -341,6 +341,7 @@ static const struct gpu_ops gp10b_ops = {
341 gr_gp10b_get_max_gfxp_wfi_timeout_count, 341 gr_gp10b_get_max_gfxp_wfi_timeout_count,
342 .dump_ctxsw_stats = gr_gp10b_dump_ctxsw_stats, 342 .dump_ctxsw_stats = gr_gp10b_dump_ctxsw_stats,
343 .fecs_host_int_enable = gr_gk20a_fecs_host_int_enable, 343 .fecs_host_int_enable = gr_gk20a_fecs_host_int_enable,
344 .set_error_notifier = gk20a_gr_set_error_notifier,
344 }, 345 },
345 .fb = { 346 .fb = {
346 .reset = fb_gk20a_reset, 347 .reset = fb_gk20a_reset,