fix Analogix patch according to 5.1.y
This commit is contained in:
parent
98e1bc1074
commit
dd597abae7
@ -76,7 +76,7 @@ index 000000000000..81676407aa6d
|
||||
+#include <drm/drm_atomic_helper.h>
|
||||
+#include <drm/drm_crtc.h>
|
||||
+#include <drm/drm_crtc_helper.h>
|
||||
+//#include <drm/drm_probe_helper.h>
|
||||
+#include <drm/drm_probe_helper.h>
|
||||
+#include <drm/drm_dp_helper.h>
|
||||
+#include <drm/drm_edid.h>
|
||||
+
|
||||
@ -717,8 +717,8 @@ index 000000000000..81676407aa6d
|
||||
+}
|
||||
+
|
||||
+static void anx6345_bridge_mode_set(struct drm_bridge *bridge,
|
||||
+ /*const*/ struct drm_display_mode *mode,
|
||||
+ /*const*/ struct drm_display_mode *adjusted_mode)
|
||||
+ const struct drm_display_mode *mode,
|
||||
+ const struct drm_display_mode *adjusted_mode)
|
||||
+{
|
||||
+ struct anx6345 *anx6345 = bridge_to_anx6345(bridge);
|
||||
+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user