26 lines
791 B
Diff
26 lines
791 B
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: ColorfulRhino <unknown-email@domain.tld>
|
||
|
Date: Wed, 12 Jun 2024 12:17:18 +0200
|
||
|
Subject: Fix HDMI controller patch at
|
||
|
drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c
|
||
|
|
||
|
---
|
||
|
drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c
|
||
|
index 111111111111..222222222222 100644
|
||
|
--- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c
|
||
|
+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c
|
||
|
@@ -5,6 +5,7 @@
|
||
|
* Algea Cao <algea.cao@rock-chips.com>
|
||
|
*/
|
||
|
#include <linux/clk.h>
|
||
|
+#include <linux/debugfs.h>
|
||
|
#include <linux/delay.h>
|
||
|
#include <linux/dma-mapping.h>
|
||
|
#include <linux/err.h>
|
||
|
--
|
||
|
Armbian
|
||
|
|