From fdcdd1d4b75132c825027e445e476c72c2f8db08 Mon Sep 17 00:00:00 2001 From: Orlando Chamberlain Date: Sun, 14 Jan 2024 16:28:05 +1100 Subject: [PATCH] new arg for conversion_buf_size https://lore.kernel.org/all/20230814-gsoc-drm-format-test-v2-v3-5-bd3e9f9bc2fb@riseup.net/ --- 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 cd73970..cd735f2 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 @@ -183,7 +183,7 @@ index 474bb7a1c..dff7fabd9 100644 + }; + + dst_size = conversion_buf_size(DRM_FORMAT_BGR888, result->dst_pitch, -+ ¶ms->clip); ++ ¶ms->clip, 0); + KUNIT_ASSERT_GT(test, dst_size, 0); + + buf = kunit_kzalloc(test, dst_size, GFP_KERNEL);