From 258ae4471296bcee03987778e3b7c79d3a027e53 Mon Sep 17 00:00:00 2001 From: David Nieto Date: Tue, 5 Dec 2017 15:20:18 -0800 Subject: gpu: nvgpu: gv11b: PMU parity HWW ECC support Adding support for ISR handling of ECC parity errors for PMU unit and setting the initial IRQDST mask to deliver ECC interrupts to host in the non-stall PMU irq path JIRA: GPUT19X-83 Change-Id: I8efae6777811893ecce79d0e32ba81b62c27b1ef Signed-off-by: David Nieto Signed-off-by: Richard Zhao Reviewed-on: https://git-master.nvidia.com/r/1611625 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gp106/hal_gp106.c | 1 + 1 file changed, 1 insertion(+) (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 a3a58903..2150b1ec 100644 --- a/drivers/gpu/nvgpu/gp106/hal_gp106.c +++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c @@ -598,6 +598,7 @@ static const struct gpu_ops gp106_ops = { .is_engine_in_reset = gp106_pmu_is_engine_in_reset, .pmu_get_queue_tail = pwr_pmu_queue_tail_r, .pmu_lpwr_enable_pg = nvgpu_lpwr_enable_pg, + .get_irqdest = gk20a_pmu_get_irqdest, }, .clk = { .init_clk_support = gp106_init_clk_support, -- cgit v1.2.2