summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2018-01-19 17:47:47 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-31 16:23:21 -0500
commit9beefc45516097db2eabf2887ff66d3334ff9fde (patch)
treec2b390e4b6ebfb642c87af423a22290561fc60bf /drivers/gpu/nvgpu/gp106/hal_gp106.c
parent8e523a9a53088cd6b8645ab2b9ea8b3cd7cd5e9d (diff)
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 <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1642554 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c3
1 files changed, 2 insertions, 1 deletions
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 = {
371 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 371 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
372 .create_gr_sysfs = NULL, 372 .create_gr_sysfs = NULL,
373 .set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode, 373 .set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode,
374 .load_ctxsw_ucode = gr_gm20b_load_ctxsw_ucode 374 .load_ctxsw_ucode = gr_gm20b_load_ctxsw_ucode,
375 .fecs_host_int_enable = gr_gk20a_fecs_host_int_enable,
375 }, 376 },
376 .fb = { 377 .fb = {
377 .reset = gp106_fb_reset, 378 .reset = gp106_fb_reset,