We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6102582 commit 620cb37Copy full SHA for 620cb37
drivers/gpu/host1x/dev.c
@@ -630,6 +630,8 @@ static int host1x_probe(struct platform_device *pdev)
630
goto deinit_syncpt;
631
}
632
633
+ mutex_init(&host->intr_mutex);
634
+
635
pm_runtime_enable(&pdev->dev);
636
637
err = devm_tegra_core_dev_init_opp_table_common(&pdev->dev);
drivers/gpu/host1x/intr.c
@@ -102,8 +102,6 @@ int host1x_intr_init(struct host1x *host)
102
{
103
unsigned int id;
104
105
- mutex_init(&host->intr_mutex);
106
-
107
for (id = 0; id < host1x_syncpt_nb_pts(host); ++id) {
108
struct host1x_syncpt *syncpt = &host->syncpt[id];
109
0 commit comments