Skip to content

Commit

Permalink
and vc4-stage2
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed Mar 21, 2021
1 parent 1787a2e commit 8043bb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion platform/bcm28xx/dpi/dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int cmd_dpi_start(int argc, const cmd_args *argv) {
hvs_configure_channel(0, width, height);

int list_start = display_slot;
hvs_add_plane(framebuffer, 0, 0);
hvs_add_plane(framebuffer, 0, 0, false);
hvs_terminate_list();

*REG32(SCALER_DISPLIST0) = list_start;
Expand Down
1 change: 0 additions & 1 deletion platform/bcm28xx/dwc2/dwc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <platform/bcm28xx.h>
#include <platform/bcm28xx/dwc2.h>
#include <platform/bcm28xx/pll.h>
#include <platform/bcm28xx/pm.h>
#include <platform/bcm28xx/power.h>
#include <platform/bcm28xx/udelay.h>
#include <platform/interrupts.h>
Expand Down

0 comments on commit 8043bb7

Please sign in to comment.