summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 9c201f32..498de7e7 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1388,6 +1388,9 @@ static int gk20a_probe(struct platform_device *dev)
1388 return -ENOMEM; 1388 return -ENOMEM;
1389 } 1389 }
1390 1390
1391 init_waitqueue_head(&gk20a->sw_irq_stall_last_handled_wq);
1392 init_waitqueue_head(&gk20a->sw_irq_nonstall_last_handled_wq);
1393
1391#ifdef CONFIG_PM_GENERIC_DOMAINS_OF 1394#ifdef CONFIG_PM_GENERIC_DOMAINS_OF
1392 gk20a_domain = container_of(dev_to_genpd(&dev->dev), 1395 gk20a_domain = container_of(dev_to_genpd(&dev->dev),
1393 struct gk20a_domain_data, gpd); 1396 struct gk20a_domain_data, gpd);