We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b99a2 commit 127e916Copy full SHA for 127e916
drivers/gpu/host1x/dev.c
@@ -619,6 +619,8 @@ static int host1x_probe(struct platform_device *pdev)
619
goto free_contexts;
620
}
621
622
+ mutex_init(&host->intr_mutex);
623
+
624
pm_runtime_enable(&pdev->dev);
625
626
err = devm_tegra_core_dev_init_opp_table_common(&pdev->dev);
drivers/gpu/host1x/intr.c
@@ -104,8 +104,6 @@ int host1x_intr_init(struct host1x *host)
104
unsigned int id;
105
int i, err;
106
107
- mutex_init(&host->intr_mutex);
108
-
109
for (id = 0; id < host1x_syncpt_nb_pts(host); ++id) {
110
struct host1x_syncpt *syncpt = &host->syncpt[id];
111
0 commit comments