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.
2 parents 89afccf + 88e73bf commit 8872748Copy full SHA for 8872748
drivers/media/video/exynos/tv/hdmi_drv.c
@@ -252,6 +252,7 @@ static int hdmi_s_power(struct v4l2_subdev *sd, int on)
252
cancel_work_sync(&hdev->hpd_work);
253
254
s5p_v4l2_int_src_ext_hpd();
255
+ queue_delayed_work(system_nrt_wq, &hdev->hpd_work_ext, 0);
256
enable_irq(hdev->ext_irq);
257
dev_info(hdev->dev, "HDMI interrupt changed to external\n");
258
0 commit comments