[PATCH 02/11] drm/i915: add config option to enable/disable DP MST

2014-09-09 Thread Dave Airlie
From: Dave Airlie Since DP MST has new userspace requirements and any effort at trying to shoehorn things into the something the current userspace can handle are doomed, lets just put this behind a config option. This also adds a command line arg to switch it on as well. Distros should probably

[PATCH 02/11] drm/i915: add config option to enable/disable DP MST

2014-09-09 Thread Jani Nikula
On Tue, 09 Sep 2014, Dave Airlie wrote: > From: Dave Airlie > > Since DP MST has new userspace requirements and any effort at trying > to shoehorn things into the something the current userspace can handle are > doomed, lets just put this behind a config option. > > This also adds a command line