1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 15:23:33 +02:00

drm/i915/wm: Verify the correct plane DDB entry

From Ville Syrjala
60a6842061b49f5afdc605b801713fb831f44d0f in linux-6.18.y/6.18.33
a97c88a176b6b8d116f4d3f508f3bd02bc77b462 in mainline linux
This commit is contained in:
jsg
2026-05-25 08:54:13 +00:00
parent 4663e019ca
commit 471e39ae28
+2 -2
View File
@@ -3935,8 +3935,8 @@ void intel_wm_state_verify(struct intel_atomic_state *state,
}
/* DDB */
hw_ddb_entry = &hw->ddb[PLANE_CURSOR];
sw_ddb_entry = &new_crtc_state->wm.skl.plane_ddb[PLANE_CURSOR];
hw_ddb_entry = &hw->ddb[plane->id];
sw_ddb_entry = &new_crtc_state->wm.skl.plane_ddb[plane->id];
if (!skl_ddb_entry_equal(hw_ddb_entry, sw_ddb_entry)) {
drm_err(display->drm,