Commit d21a396
drm/i915: Call intel_pre_plane_updates() also for pipes getting enabled
We used to call intel_pre_plane_updates() for any pipe going through
a modeset whether the pipe was previously enabled or not. This in
fact needed to apply all the necessary clock gating workarounds/etc.
Restore the correct behaviour.
Fixes: 3991999 ("drm/i915: Disable all planes before modesetting any pipes")
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231121054324.9988-3-ville.syrjala@linux.intel.com
(cherry picked from commit e0d5ce1)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>1 parent f76f83a commit d21a396
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6853 | 6853 | | |
6854 | 6854 | | |
6855 | 6855 | | |
| 6856 | + | |
| 6857 | + | |
6856 | 6858 | | |
6857 | 6859 | | |
6858 | 6860 | | |
6859 | | - | |
6860 | 6861 | | |
6861 | 6862 | | |
6862 | 6863 | | |
| |||
0 commit comments