commit | c9855a561afa5b21db7f2218f0b7baaa555fa90c | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Mon Jun 25 18:37:57 2018 +0200 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Fri Jun 29 10:06:08 2018 +0200 |
tree | c95c3bb982579244028cdcbfec14a6f114f6cf1c | |
parent | 9512f985c32d45ab439a210981e0d73071da395a [diff] |
drm/i915: Block enabling FBC until flips have been completed There is a small race window in which FBC can be enabled after pre_plane_update is called, but before the page flip has been queued or completed. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103167 Link: https://patchwork.freedesktop.org/patch/msgid/20180625163758.10871-1-maarten.lankhorst@linux.intel.com Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>