From d654ab48638b0160ccef6f7be0faa8b3b3ee1fab Mon Sep 17 00:00:00 2001 From: Aparna Das Date: Thu, 15 Feb 2018 12:42:08 -0800 Subject: gpu: nvgpu: add hal op to handle notify pending The vserver variant for gr handle notify pending needs different functionality to send interrupt to VM. Add HAL operation to allow overriding vserver usecase. Jira VQRM-2982 Change-Id: I4cb88d4d769a5d5cb98a4ee6ac3fbb74245cb5f2 Signed-off-by: Aparna Das Reviewed-on: https://git-master.nvidia.com/r/1658255 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv11b/hal_gv11b.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c') diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c index 7ae8898b..700dc7fc 100644 --- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c +++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c @@ -394,6 +394,7 @@ static const struct gpu_ops gv11b_ops = { .fecs_host_int_enable = gr_gv11b_fecs_host_int_enable, .handle_ssync_hww = gr_gv11b_handle_ssync_hww, .set_error_notifier = gk20a_gr_set_error_notifier, + .handle_notify_pending = gk20a_gr_handle_notify_pending, }, .fb = { .reset = gv11b_fb_reset, -- cgit v1.2.2