kernel: bump 5.15 to 5.15.123
[openwrt/staging/hauke.git] / target / linux / bcm27xx / patches-5.15 / 950-0806-drm-atomic-helpers-remove-legacy_cursor_update-hacks.patch
index 18c7a81f3a2e2328cbf75a3b8cda37509185bdc1..bfcbbe153b93de71cf24571b189f082562bdb94e 100644 (file)
@@ -59,7 +59,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
 
 --- a/drivers/gpu/drm/drm_atomic_helper.c
 +++ b/drivers/gpu/drm/drm_atomic_helper.c
-@@ -1498,13 +1498,6 @@ drm_atomic_helper_wait_for_vblanks(struc
+@@ -1507,13 +1507,6 @@ drm_atomic_helper_wait_for_vblanks(struc
        int i, ret;
        unsigned int crtc_mask = 0;
  
@@ -73,7 +73,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
        for_each_oldnew_crtc_in_state(old_state, crtc, old_crtc_state, new_crtc_state, i) {
                if (!new_crtc_state->active)
                        continue;
-@@ -2132,12 +2125,6 @@ int drm_atomic_helper_setup_commit(struc
+@@ -2141,12 +2134,6 @@ int drm_atomic_helper_setup_commit(struc
                        complete_all(&commit->flip_done);
                        continue;
                }