Re: [Intel-gfx] Help needed for unusual hack

2015-08-02 Thread harrykipper
On Sat, 1 Aug, 2015 at 9:37 PM, Lukas Wunner wrote: Sorry, intel_dp->attached_connector->base.name You may also need to modify intel_dp_is_edp(). That made the trick! I also changed if (port == PORT_A) return true; into if (port == PORT_D) return true; in intel_dp_is_edp() and now I hav

Re: [Intel-gfx] Help needed for unusual hack

2015-08-01 Thread Lukas Wunner
Hi, On Sat, Aug 01, 2015 at 08:49:55PM +0100, harrykipper wrote: > On Sat, 1 Aug, 2015 at 4:01 PM, Lukas Wunner wrote: > >Change is_edp() to something like: > > > >-return intel_dig_port->base.type == INTEL_OUTPUT_EDP; > >+return intel_dig_port->base.type == INTEL_OUTPUT_EDP || > >+

Re: [Intel-gfx] Help needed for unusual hack

2015-08-01 Thread harrykipper
On Sat, 1 Aug, 2015 at 4:01 PM, Lukas Wunner wrote: Hi, Thanks very much Lukas, I tried both Change is_edp() to something like: - return intel_dig_port->base.type == INTEL_OUTPUT_EDP; + return intel_dig_port->base.type == INTEL_OUTPUT_EDP || + strncmp(intel_dp->bas

Re: [Intel-gfx] Help needed for unusual hack

2015-08-01 Thread Lukas Wunner
Hi, On Fri, Jul 31, 2015 at 02:34:06PM +0100, harrykipper wrote: > Hello, I have a Thinkpad X230 (IvyBridge, HD4000) with a very clever display > mod (described to some extent by a guy here --> http://boweihe.me/?p=1442). > Practically the low res native LVDS panel of the laptop was replaced with

[Intel-gfx] Help needed for unusual hack

2015-07-31 Thread harrykipper
Hello, I have a Thinkpad X230 (IvyBridge, HD4000) with a very clever display mod (described to some extent by a guy here --> http://boweihe.me/?p=1442). Practically the low res native LVDS panel of the laptop was replaced with a FHD IPS eDP panel. The FHD eDP screen is attached to the dock Disp