Merge tag 'drm-intel-next-fixes-2021-12-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
drm/i915 fixes for the v5.17-rc1: - Update FBC state even when not reallocating CFB Signed-off-by: Dave Airlie <airlied@redhat.com> From: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/87ee5vk54u.fsf@intel.com
This commit is contained in:
commit
011e8c3239
|
@ -1384,8 +1384,10 @@ static void __intel_fbc_enable(struct intel_atomic_state *state,
|
|||
if (fbc->state.plane != plane)
|
||||
return;
|
||||
|
||||
if (intel_fbc_is_ok(plane_state))
|
||||
if (intel_fbc_is_ok(plane_state)) {
|
||||
intel_fbc_update_state(state, crtc, plane);
|
||||
return;
|
||||
}
|
||||
|
||||
__intel_fbc_disable(fbc);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue