Fix rk322x broken patches

This commit is contained in:
Igor Pecovnik 2023-12-03 16:43:47 +01:00 committed by Igor
parent 20d97f7a95
commit 89bb6c4cfe
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ index 83a926c0a..b0832320e 100644
+// drm_rect_width(dest), drm_rect_height(dest),
+// fb->format);
+
+ rb_swap = has_rb_swapped(fb->format->format);
+ rb_swap = has_rb_swapped(vop->data->version, fb->format->format);
+ VOP_WIN_SET(vop, win, rb_swap, rb_swap);
+
+ /*

View File

@ -87,7 +87,7 @@ index 83a926c0a..b0832320e 100644
+// drm_rect_width(dest), drm_rect_height(dest),
+// fb->format);
+
+ rb_swap = has_rb_swapped(fb->format->format);
+ rb_swap = has_rb_swapped(vop->data->version, fb->format->format);
+ VOP_WIN_SET(vop, win, rb_swap, rb_swap);
+
+ /*