Fix reading EDID on TVs/monitors without E-DCC supportWriting segment id to I2C device 0x30 only required if the segment isnon-zero. On the devices without E-DCC support writing to that addressfa
Fix reading EDID on TVs/monitors without E-DCC supportWriting segment id to I2C device 0x30 only required if the segment isnon-zero. On the devices without E-DCC support writing to that addressfails and whole transaction then fails too. To avoid this donot attempt write to the segment selection device unless required.MFC after: 2 weeks
show more ...
Remove "all rights reserved" from copyright for the file that Jared McNeillown. He gave me permission to do this.
Include eventhandler.h in more compilation unitsThis was enumerated with exhaustive search for sys/eventhandler.h includes,cross-referenced against EVENTHANDLER_* usage with the comm(1) utility.
Include eventhandler.h in more compilation unitsThis was enumerated with exhaustive search for sys/eventhandler.h includes,cross-referenced against EVENTHANDLER_* usage with the comm(1) utility. Manualchecking was performed to avoid redundant includes in some drivers where acommon os_bsd.h (for example) included sys/eventhandler.h indirectly, but it ispossible some of these are redundant with driver-specific headers in ways Ididn't notice.(These CUs did not show up as missing eventhandler.h in tinderbox.)X-MFC-With: r347984
Add support for audio on I2S based DesignWare HDMI controllers.Relnotes: yes
Split the DesignWare HDMI-specific code from imx6_hdmi.c into a separatefile and add a generic DT binding that takes advantage of the extresframework for setting up clocks.Reviewed by: gonzoDif
Split the DesignWare HDMI-specific code from imx6_hdmi.c into a separatefile and add a generic DT binding that takes advantage of the extresframework for setting up clocks.Reviewed by: gonzoDifferential Revision: https://reviews.freebsd.org/D8826