commit | 1b52ad46162dd675089495303a3875f6f2c42d52 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Thu Oct 11 12:04:53 2018 +0200 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Tue Oct 16 15:43:59 2018 +0200 |
tree | ff5b6a376af5cf11b14ee50f5e23fc8ec52f0263 | |
parent | f2bdd112685c5ba6e3673524e6af7cd2fe2758af [diff] |
drm/i915: Remove crtc->config dereferences in intel_sanitize_crtc We know the crtc is idle because we're at the beginning of sanitization, so just dereference crtc->state instead. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181011100457.8776-7-maarten.lankhorst@linux.intel.com