From 11907b0f2fe85f9008b5aa4e77f209611050616f Mon Sep 17 00:00:00 2001 From: Orlando Chamberlain Date: Mon, 11 Mar 2024 23:40:59 +1100 Subject: [PATCH] drm: add drm_fb_xfrm new arg --- 1014-drm-format-helper-add-helper-for-BGR888-to-XRGB8888-.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1014-drm-format-helper-add-helper-for-BGR888-to-XRGB8888-.patch b/1014-drm-format-helper-add-helper-for-BGR888-to-XRGB8888-.patch index def116e..9774608 100644 --- a/1014-drm-format-helper-add-helper-for-BGR888-to-XRGB8888-.patch +++ b/1014-drm-format-helper-add-helper-for-BGR888-to-XRGB8888-.patch @@ -69,7 +69,7 @@ index b1be458ed4dda5..24836384554a47 100644 + }; + + drm_fb_xfrm(dst, dst_pitch, dst_pixsize, src, fb, clip, false, -+ drm_fb_xrgb8888_to_bgr888_line); ++ state, drm_fb_xrgb8888_to_bgr888_line); +} +EXPORT_SYMBOL(drm_fb_xrgb8888_to_bgr888); +