diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2016-10-03 09:55:15 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2016-10-10 15:06:42 +0200 |
commit | 1015811609c0328b5ed670d07748591b837e74eb (patch) | |
tree | 7fe139bb46bfe9648c5b7b4b8953c56baaa38b83 /init | |
parent | drm/i915/execlists: Reinitialise context image after GPU hang (diff) | |
download | linux-1015811609c0328b5ed670d07748591b837e74eb.tar.xz linux-1015811609c0328b5ed670d07748591b837e74eb.zip |
drm/i915: Move long hpd handling into the hotplug work
We can't rely on connector->status in the detect() hook if the long hpd
was already handled by the dig_port_work as that won't update
connector->status. Thus we have to defer the long hpd handling entirely
until the hotplug work runs to avoid the double long hpd handling
the "detect_done" flag is trying to prevent.
We'll start to depend on connector->status being up to date in a
following patch.
Cc: Damien Cassou <damien@cassou.me>
Cc: freedesktop.org@gp.mailgun.org
Cc: Arno <blouin.arno@gmail.com>
Cc: Shubhangi Shrivastava <shubhangi.shrivastava@intel.com>
Cc: Sivakumar Thulasimani <sivakumar.thulasimani@intel.com>
Cc: Ander Conselvan de Oliveira <conselvan2@gmail.com>
Cc: stable@vger.kernel.org
Tested-by: Arno <blouin.arno@gmail.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=83348
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1475481316-8194-1-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com>
(cherry picked from commit 27d4efc5591a5853de54713bc717de73c8951e17)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions