public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* i915: regression: after DP connected monitor is turned off, when turned on, it does not work anymore
@ 2014-12-27 16:21 Jiri Pirko
  2014-12-29  9:04 ` Jani Nikula
  0 siblings, 1 reply; 3+ messages in thread
From: Jiri Pirko @ 2014-12-27 16:21 UTC (permalink / raw)
  To: intel-gfx, dri-devel; +Cc: daniel.vetter

Hi.

I'm experiencing this issue on Fedora kernel, but I tested that upstream
kernel behaves the same.

Description of problem:

On my T440s machine I'm experiencing this regression when if I turn off
DP connected display, I can never make graphics work again.

Version-Release number of selected component (if applicable):
3.17.6-200.fc20.x86_64

How reproducible:
always

Steps to Reproduce:
1. have DP connected display
2. turn it off
3. turn it on

Actual results:
No signal in display.

Expected results:
There's signal going into display, everything is flooded in colours.

Additional info:
With 3.16.4-200.fc20.x86_64 this is working without any issues.
I tested with current Linus's git (58628a7831edac5f7a13) and the issue is
still there.

00:02.0 0300: 8086:0a16 (rev 0b) (prog-if 00 [VGA controller])
        Subsystem: 17aa:220c
        Flags: bus master, fast devsel, latency 0, IRQ 60
        Memory at f0000000 (64-bit, non-prefetchable) [size=4M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 3000 [size=64]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [d0] Power Management version 2
        Capabilities: [a4] PCI Advanced Features
        Kernel driver in use: i915
        Kernel modules: i915

Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 8192 x 8192
eDP-0 connected (normal left inverted right x axis y axis)
   1920x1080     60.01 +
   1400x1050     59.98  
   1280x1024     60.02  
   1280x960      60.00  
   1024x768      60.00  
   800x600       60.32    56.25  
   640x480       59.94  
DP-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-1 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200     59.95*+
   1920x1080     60.00    50.00    59.94  
   1920x1080i    60.00    50.00    59.94  
   1600x1200     60.00  
   1680x1050     59.95  
   1280x1024     60.02  
   1440x900      59.89  
   1280x960      60.00  
   1280x720      60.00    50.00    59.94  
   1024x768      60.00  
   800x600       60.32  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       60.00    59.94  
HDMI-1 disconnected (normal left inverted right x axis y axis)


Please let me know if you need me to provide any other info. I'm eager to
test patches.

Thanks!

Jiri
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: i915: regression: after DP connected monitor is turned off, when turned on, it does not work anymore
  2014-12-27 16:21 i915: regression: after DP connected monitor is turned off, when turned on, it does not work anymore Jiri Pirko
@ 2014-12-29  9:04 ` Jani Nikula
  2015-01-06 18:41   ` Jiri Pirko
  0 siblings, 1 reply; 3+ messages in thread
From: Jani Nikula @ 2014-12-29  9:04 UTC (permalink / raw)
  To: Jiri Pirko, intel-gfx, dri-devel; +Cc: daniel.vetter

On Sat, 27 Dec 2014, Jiri Pirko <jiri@resnulli.us> wrote:
> Please let me know if you need me to provide any other info. I'm eager to
> test patches.

Please file a bug at [1] to ensure this doesn't get lost. Holiday season
and all. Please reference this thread, and attach dmesg with
drm.debug=14 module parameter set, reproducing the issue.

Please also give drm-intel-nightly branch of [2] a try, although I don't
immediately recall any specific fixes that might address your issue.

Thanks,
Jani.

[1] https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel
[2] http://cgit.freedesktop.org/drm-intel


-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: i915: regression: after DP connected monitor is turned off, when turned on, it does not work anymore
  2014-12-29  9:04 ` Jani Nikula
@ 2015-01-06 18:41   ` Jiri Pirko
  0 siblings, 0 replies; 3+ messages in thread
From: Jiri Pirko @ 2015-01-06 18:41 UTC (permalink / raw)
  To: Jani Nikula; +Cc: daniel.vetter, intel-gfx, dri-devel

Mon, Dec 29, 2014 at 10:04:50AM CET, jani.nikula@linux.intel.com wrote:
>On Sat, 27 Dec 2014, Jiri Pirko <jiri@resnulli.us> wrote:
>> Please let me know if you need me to provide any other info. I'm eager to
>> test patches.
>
>Please file a bug at [1] to ensure this doesn't get lost. Holiday season
>and all. Please reference this thread, and attach dmesg with
>drm.debug=14 module parameter set, reproducing the issue.
>
>Please also give drm-intel-nightly branch of [2] a try, although I don't
>immediately recall any specific fixes that might address your issue.
>
>Thanks,
>Jani.
>
>[1] https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel
>[2] http://cgit.freedesktop.org/drm-intel


Hi Jani.

Thanks for reply and sorry for the delay (vacation).

https://bugs.freedesktop.org/show_bug.cgi?id=88124

Let me know if I can do anything more.

Thanks!

Jiri
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-06 18:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-27 16:21 i915: regression: after DP connected monitor is turned off, when turned on, it does not work anymore Jiri Pirko
2014-12-29  9:04 ` Jani Nikula
2015-01-06 18:41   ` Jiri Pirko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox