commit | c22d62e6e49beadea0024fe4eb9a02ce0f635657 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Fri Sep 20 13:42:18 2019 +0200 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Wed Sep 25 13:30:13 2019 +0200 |
tree | 64d8fdc9f25e0372c4377651c642decffbeff0a0 | |
parent | 8aa940c8551cce80bafcd8e1cd93d7b39a1acd8a [diff] |
drm/i915: Get rid of crtc_state->fb_changed We had this as an optimization to not do a plane update, but we killed it off because there are so many reasons we may have to do a plane update or fastset that it's best to just assume everything changed. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190920114235.22411-6-maarten.lankhorst@linux.intel.com Reviewed-by: Matt Roper <matthew.d.roper@intel.com>