Re: [Intel-gfx] [PATCH 2/2] intel/uxa: add MST support.

2014-09-07 Thread Chris Wilson
On Wed, Sep 03, 2014 at 10:43:21AM +1000, Dave Airlie wrote: > From: Dave Airlie > > This adds MST support to the UXA paths in the driver. > > Signed-off-by: Dave Airlie I noticed that you changed the output naming scheme, so I restored the current scheme and pushed, aa10f48..908520a maste

Re: [Intel-gfx] [PATCH 2/2] intel/uxa: add MST support.

2014-09-03 Thread Chris Wilson
On Wed, Sep 03, 2014 at 10:43:21AM +1000, Dave Airlie wrote: > @@ -808,6 +815,11 @@ intel_output_attach_edid(xf86OutputPtr output) > xf86MonPtr mon = NULL; > int i; > > + if (!koutput) { > + xf86OutputSetEDID(output, mon); > + return; > + } > + >

[Intel-gfx] [PATCH 2/2] intel/uxa: add MST support.

2014-09-02 Thread Dave Airlie
From: Dave Airlie This adds MST support to the UXA paths in the driver. Signed-off-by: Dave Airlie --- src/uxa/intel.h | 1 + src/uxa/intel_display.c | 345 +++- src/uxa/intel_driver.c | 4 +- 3 files changed, 289 insertions(+), 61 delet