]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "drm/radeon: call hpd_irq_event on resume"
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Mar 2016 21:15:09 +0000 (13:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Mar 2016 21:15:09 +0000 (13:15 -0800)
commit5ecd0ad8d2f1c4dd10e383060d5d568758e83667
tree07af0fbd619366392c707d7444c6fafea17394f4
parenteb98dd104accd64fad431c57b2f838a34c84b789
Revert "drm/radeon: call hpd_irq_event on resume"

This reverts commit 543449f00526439dda6f4ded046afc90285b283c.

It turns out that commit can cause problems for systems with multiple
GPUs, and causes X to hang on at least a HP Pavilion dv7 with hybrid
graphics.

This got noticed originally in 4.4.4, where this patch had already
gotten back-ported, but 4.5-rc7 was verified to have the same problem.

Alexander Deucher says:
 "It looks like you have a muxed system so I suspect what's happening is
  that one of the display is being reported as connected for both the
  IGP and the dGPU and then the desktop environment gets confused or
  there some sort problem in the detect functions since the mux is not
  switched to the dGPU.  I don't see an easy fix unless Dave has any
  ideas.  I'd say just revert for now"

Reported-by: Jörg-Volker Peetz <jvpeetz@web.de>
Acked-by: Alexander Deucher <Alexander.Deucher@amd.com>
Cc: Dave Airlie <airlied@gmail.com>
Cc: stable@kernel.org # wherever 543449f00526 got back-ported
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpu/drm/radeon/radeon_device.c