[PATCH v2.1 2/3] apple-gmux: Add switch_ddc support

2015-08-25 Thread Daniel Vetter
On Fri, Aug 14, 2015 at 06:18:55PM +0200, Lukas Wunner wrote: > Originally by Seth Forshee , 2012-10-04: > The gmux allows muxing the DDC independently from the display, so > support this functionality. This will allow reading the EDID for the > inactive GPU, fixing issues with machines that either

[PATCH v2.1 2/3] apple-gmux: Add switch_ddc support

2015-08-14 Thread Lukas Wunner
Originally by Seth Forshee , 2012-10-04: The gmux allows muxing the DDC independently from the display, so support this functionality. This will allow reading the EDID for the inactive GPU, fixing issues with machines that either don't have a VBT or have invalid mode data in the VBT. Modified by L