imon was a PC thing aeons ago and the suspend-resume patch smells like
an ugoy workaround for a 10+ years old PC-only issue which was likely resolved
since and has no relevance to RPi
Signed-off-by: Matthias Reichl <hias@horus.com>
The ELD constraint patch is updated to a more correct version which
now properly sets the constraints based on rate families.
The added hdmi-codec patch fixes audio infoframe values for passthrough
(channel info needs to be set to "refer to stream header") as some
TVs (eg Sony) tripped over that and refused to play TrueHD otherwise.
Signed-off-by: Matthias Reichl <hias@horus.com>
This fixes "no video" issue when working around EDID problems with
eg video=... kernel command line parameter.
Signed-off-by: Matthias Reichl <hias@horus.com>
Currently FIQ code is broken and locks up RPi2/3 on boot.
So don't enable it by default until the issue is resolved.
Signed-off-by: Matthias Reichl <hias@horus.com>
The callback limit can cause stalls in kodi and ffmpeg, revert the
commit until a proper solution has been found.
Signed-off-by: Matthias Reichl <hias@horus.com>
Dropped local HDMI audio FIFO patches, new version is now in RPi kernel.
The update also resolves the long standing flip_done timeout issues on
RPi3 and adds VC1 decoding via V4L2 on RPi0-3 (the latter needs a firmware
update which isn't released yet).
Signed-off-by: Matthias Reichl <hias@horus.com>