There is a test build here.
Place in /storage/.update and reboot to update. It's a Matrix build with some kernel debug options added.
By default it should behave the same as official release. But you can try some modifications by adding options to /flash/cmdline.txt
The default behaviour delays invalidating cec address when hotplug is deasserted for 1000ms (in case it gets reasserted).
That fixes the AVS off/on problem for me with a Panasonic TV and Onkyo reciever.
Try with vc4.inval_delay=5000 (added to end of /flash/cmdline.txt) to increase this delay further.
If that fails, then try another setting.
vc4.inval_delay=0 vc4.cec_debug=0x100
That will ignore the hotplug deasserted message completely. I'd be interested if either (or both) of these helps.