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 cf36ae3 commit 72e2329Copy full SHA for 72e2329
drivers/gpu/drm/vc4/Kconfig
@@ -8,6 +8,7 @@ config DRM_VC4
8
depends on DRM
9
depends on SND && SND_SOC
10
depends on COMMON_CLK
11
+ depends on PM
12
select DRM_DISPLAY_HDMI_HELPER
13
select DRM_DISPLAY_HELPER
14
select DRM_KMS_HELPER
drivers/gpu/drm/vc4/vc4_hdmi.c
@@ -2855,7 +2855,7 @@ static int vc5_hdmi_init_resources(struct vc4_hdmi *vc4_hdmi)
2855
return 0;
2856
}
2857
2858
-static int __maybe_unused vc4_hdmi_runtime_suspend(struct device *dev)
+static int vc4_hdmi_runtime_suspend(struct device *dev)
2859
{
2860
struct vc4_hdmi *vc4_hdmi = dev_get_drvdata(dev);
2861
0 commit comments