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
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;
> + }
> +
>
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