Skip to content

Commit 8043bb7

Browse files
committed
and vc4-stage2
1 parent 1787a2e commit 8043bb7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

platform/bcm28xx/dpi/dpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int cmd_dpi_start(int argc, const cmd_args *argv) {
7070
hvs_configure_channel(0, width, height);
7171

7272
int list_start = display_slot;
73-
hvs_add_plane(framebuffer, 0, 0);
73+
hvs_add_plane(framebuffer, 0, 0, false);
7474
hvs_terminate_list();
7575

7676
*REG32(SCALER_DISPLIST0) = list_start;

platform/bcm28xx/dwc2/dwc2.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <platform/bcm28xx.h>
77
#include <platform/bcm28xx/dwc2.h>
88
#include <platform/bcm28xx/pll.h>
9-
#include <platform/bcm28xx/pm.h>
109
#include <platform/bcm28xx/power.h>
1110
#include <platform/bcm28xx/udelay.h>
1211
#include <platform/interrupts.h>

0 commit comments

Comments
 (0)