diff options
author | Ville Syrjälä <[email protected]> | 2019-04-25 19:29:05 +0300 |
---|---|---|
committer | Joonas Lahtinen <[email protected]> | 2019-05-13 13:45:51 +0300 |
commit | da471250706e2f103a1627d1d279c9de44325993 (patch) | |
tree | 2b82a7909c03f9c7be112dac2d2d1dab31715914 /scripts/bpf_helpers_doc.py | |
parent | 396dd8143bdd94bd1c358a228a631c8c895a1126 (diff) |
drm/i915: Fix fastset vs. pfit on/off on HSW EDP transcoder
On HSW the pipe A panel fitter lives inside the display power well,
and the input MUX for the EDP transcoder needs to be configured
appropriately to route the data through the power well as needed.
Changing the MUX setting is not allowed while the pipe is active,
so we need to force a full modeset whenever we need to change it.
Currently we may end up doing a fastset which won't change the
MUX settings, but it will drop the power well reference, and that
kills the pipe.
Cc: [email protected]
Cc: Hans de Goede <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Fixes: d19f958db23c ("drm/i915: Enable fastset for non-boot modesets.")
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Maarten Lankhorst <[email protected]>
(cherry picked from commit 13b7648b7eab7e8259a2fb267b498bd9eba81ca0)
Signed-off-by: Joonas Lahtinen <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions