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
display: contain all display init logic within display.c
Display handling was spread across main.c, utils.c and display.c
with the addition of iDevice support. Condense all of this functionality
into display.c.
This also fixes a regression introduced in 869d2ae ("Skip over features
unsupported in A7-A11 SoCs."), which caused devices using dcpext to skip DCP
initialisation.
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
0 commit comments