From 9beefc45516097db2eabf2887ff66d3334ff9fde Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Fri, 19 Jan 2018 14:47:47 -0800 Subject: gpu: nvgpu: add fecs_host_int_enable hal This will be used to enable fecs interrupts per chip. Change-Id: Id99412ca1a9c4caad999c3458b0e9701515db4b9 Signed-off-by: Seema Khowala Reviewed-on: https://git-master.nvidia.com/r/1642554 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gp106/hal_gp106.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c') diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c index edf1be37..77a1b8f6 100644 --- a/drivers/gpu/nvgpu/gp106/hal_gp106.c +++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c @@ -371,7 +371,8 @@ static const struct gpu_ops gp106_ops = { .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, .create_gr_sysfs = NULL, .set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode, - .load_ctxsw_ucode = gr_gm20b_load_ctxsw_ucode + .load_ctxsw_ucode = gr_gm20b_load_ctxsw_ucode, + .fecs_host_int_enable = gr_gk20a_fecs_host_int_enable, }, .fb = { .reset = gp106_fb_reset, -- cgit v1.2.2