You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been a while since I looked at this last, but I seem to remember that I had to
revert this change from the "abandon writeback, add overscan" commit to get output
with my device and TV:
Been a while since I looked at this last, but I seem to remember that I had to
revert this change from the "abandon writeback, add overscan" commit to get output
with my device and TV:
display.c
@@ -13,7 +13,7 @@ void display_clocks_init() {
DE_CLK = (1<<31) | (1<<24); // Enable DE clock, set source to PLL_DE
HDMI_CLK = (1<<31); // Enable HDMI clk (use PLL3)
HDMI_SLOW_CLK = (1<<31); // Enable HDMI slow clk
}
The text was updated successfully, but these errors were encountered: