riscv:linux:vout:hdmi
authorkeith.zhao <keith.zhao@starfivetech.com>
Thu, 9 Mar 2023 08:22:57 +0000 (00:22 -0800)
committerkeith.zhao <keith.zhao@starfivetech.com>
Thu, 9 Mar 2023 08:22:57 +0000 (00:22 -0800)
Dell 4K can not display , it is caused by PM interface
need delay the time to enter power off

Signed-off-by: keith <keith.zhao@starfivetech.com>
drivers/gpu/drm/verisilicon/inno_hdmi.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index d73a58a..a16cde9
@@ -1034,7 +1034,7 @@ static int inno_hdmi_bind(struct device *dev, struct device *master,
                dev_err(dev, "failed to audio init\n");
 
        pm_runtime_use_autosuspend(&pdev->dev);
-       pm_runtime_set_autosuspend_delay(&pdev->dev, 1000);
+       pm_runtime_set_autosuspend_delay(&pdev->dev, 5000);
        pm_runtime_enable(&pdev->dev);
 
 #ifdef CONFIG_DRM_I2C_NXP_TDA998X