We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1787a2e commit 8043bb7Copy full SHA for 8043bb7
platform/bcm28xx/dpi/dpi.c
@@ -70,7 +70,7 @@ int cmd_dpi_start(int argc, const cmd_args *argv) {
70
hvs_configure_channel(0, width, height);
71
72
int list_start = display_slot;
73
- hvs_add_plane(framebuffer, 0, 0);
+ hvs_add_plane(framebuffer, 0, 0, false);
74
hvs_terminate_list();
75
76
*REG32(SCALER_DISPLIST0) = list_start;
platform/bcm28xx/dwc2/dwc2.c
@@ -6,7 +6,6 @@
6
#include <platform/bcm28xx.h>
7
#include <platform/bcm28xx/dwc2.h>
8
#include <platform/bcm28xx/pll.h>
9
-#include <platform/bcm28xx/pm.h>
10
#include <platform/bcm28xx/power.h>
11
#include <platform/bcm28xx/udelay.h>
12
#include <platform/interrupts.h>
0 commit comments