Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-09-21 Thread Chris Chiu
On Wed, Sep 19, 2018 at 8:08 PM, Jani Nikula wrote: > On Wed, 19 Sep 2018, Chris Chiu wrote: >> I tried to add a slight delay in the hotplug work as follows >> >> --- a/drivers/gpu/drm/i915/intel_hotplug.c >> +++ b/drivers/gpu/drm/i915/intel_hotplug.c >> @@ -378,6 +378,8 @@ static void

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-09-20 Thread Chris Chiu
On Tue, Sep 11, 2018 at 6:25 PM, Chris Chiu wrote: > On Fri, Aug 24, 2018 at 11:04 PM, Jani Nikula wrote: >> On Wed, 22 Aug 2018, Chris Chiu wrote: >>> On Fri, Jul 6, 2018 at 2:44 PM, Chris Chiu wrote: On Thu, Jul 5, 2018 at 10:40 PM, Ville Syrjälä wrote: > On Thu, Jul 05, 2018

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-09-19 Thread Jani Nikula
On Wed, 19 Sep 2018, Chris Chiu wrote: > I tried to add a slight delay in the hotplug work as follows > > --- a/drivers/gpu/drm/i915/intel_hotplug.c > +++ b/drivers/gpu/drm/i915/intel_hotplug.c > @@ -378,6 +378,8 @@ static void do_i915_hotplug_check(struct work_struct > *work, > >

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-09-12 Thread Chris Chiu
On Fri, Aug 24, 2018 at 11:04 PM, Jani Nikula wrote: > On Wed, 22 Aug 2018, Chris Chiu wrote: >> On Fri, Jul 6, 2018 at 2:44 PM, Chris Chiu wrote: >>> On Thu, Jul 5, 2018 at 10:40 PM, Ville Syrjälä >>> wrote: On Thu, Jul 05, 2018 at 03:58:36PM +0800, Chris Chiu wrote: > Hi, >

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-08-24 Thread Jani Nikula
On Wed, 22 Aug 2018, Chris Chiu wrote: > On Fri, Jul 6, 2018 at 2:44 PM, Chris Chiu wrote: >> On Thu, Jul 5, 2018 at 10:40 PM, Ville Syrjälä >> wrote: >>> On Thu, Jul 05, 2018 at 03:58:36PM +0800, Chris Chiu wrote: Hi, We have few ASUS laptops X705FD (The new WiskyLake), X560UD

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-08-22 Thread Chris Chiu
On Fri, Jul 6, 2018 at 2:44 PM, Chris Chiu wrote: > On Thu, Jul 5, 2018 at 10:40 PM, Ville Syrjälä > wrote: >> On Thu, Jul 05, 2018 at 03:58:36PM +0800, Chris Chiu wrote: >>> Hi, >>> We have few ASUS laptops X705FD (The new WiskyLake), X560UD (intel >>> i5-8250U), X530UN (intel i7-8550U)

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-07-06 Thread Chris Chiu
On Thu, Jul 5, 2018 at 10:40 PM, Ville Syrjälä wrote: > On Thu, Jul 05, 2018 at 03:58:36PM +0800, Chris Chiu wrote: >> Hi, >> We have few ASUS laptops X705FD (The new WiskyLake), X560UD (intel >> i5-8250U), X530UN (intel i7-8550U) share the same problem, which is >> the HDMI connector status

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-07-05 Thread Ville Syrjälä
On Thu, Jul 05, 2018 at 03:58:36PM +0800, Chris Chiu wrote: > Hi, > We have few ASUS laptops X705FD (The new WiskyLake), X560UD (intel > i5-8250U), X530UN (intel i7-8550U) share the same problem, which is > the HDMI connector status stays connected even the HDMI cable has been > unplugged.

[BUG] i915 HDMI connector status is connected after disconnection

2018-07-05 Thread Chris Chiu
Hi, We have few ASUS laptops X705FD (The new WiskyLake), X560UD (intel i5-8250U), X530UN (intel i7-8550U) share the same problem, which is the HDMI connector status stays connected even the HDMI cable has been unplugged. Look into the "/sys/class/drm/card0-HDMI-A-1/status" for checking the

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-07-05 Thread Chris Chiu
On Thu, Jul 5, 2018 at 9:18 PM, Jani Nikula wrote: > On Thu, 05 Jul 2018, Chris Chiu wrote: >> On Thu, Jul 5, 2018 at 5:37 PM, Jani Nikula wrote: >>> On Thu, 05 Jul 2018, Chris Wilson wrote: Quoting Jani Nikula (2018-07-05 09:58:57) > On Thu, 05 Jul 2018, Chris Chiu wrote: > >

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-07-05 Thread Chris Chiu
On Thu, Jul 5, 2018 at 5:37 PM, Jani Nikula wrote: > On Thu, 05 Jul 2018, Chris Wilson wrote: >> Quoting Jani Nikula (2018-07-05 09:58:57) >>> On Thu, 05 Jul 2018, Chris Chiu wrote: >>> > Hi, >>> > We have few ASUS laptops X705FD (The new WiskyLake), X560UD (intel >>> > i5-8250U), X530UN

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-07-05 Thread Jani Nikula
On Thu, 05 Jul 2018, Chris Chiu wrote: > On Thu, Jul 5, 2018 at 5:37 PM, Jani Nikula wrote: >> On Thu, 05 Jul 2018, Chris Wilson wrote: >>> Quoting Jani Nikula (2018-07-05 09:58:57) On Thu, 05 Jul 2018, Chris Chiu wrote: > Hi, > We have few ASUS laptops X705FD (The new

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-07-05 Thread Jani Nikula
On Thu, 05 Jul 2018, Chris Wilson wrote: > Quoting Jani Nikula (2018-07-05 09:58:57) >> On Thu, 05 Jul 2018, Chris Chiu wrote: >> > Hi, >> > We have few ASUS laptops X705FD (The new WiskyLake), X560UD (intel >> > i5-8250U), X530UN (intel i7-8550U) share the same problem, which is >> > the

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-07-05 Thread Chris Wilson
Quoting Jani Nikula (2018-07-05 09:58:57) > On Thu, 05 Jul 2018, Chris Chiu wrote: > > Hi, > > We have few ASUS laptops X705FD (The new WiskyLake), X560UD (intel > > i5-8250U), X530UN (intel i7-8550U) share the same problem, which is > > the HDMI connector status stays connected even the HDMI

Re: [BUG] i915 HDMI connector status is connected after disconnection

2018-07-05 Thread Jani Nikula
On Thu, 05 Jul 2018, Chris Chiu wrote: > Hi, > We have few ASUS laptops X705FD (The new WiskyLake), X560UD (intel > i5-8250U), X530UN (intel i7-8550U) share the same problem, which is > the HDMI connector status stays connected even the HDMI cable has been > unplugged. Look into the