From 234bbef68c666aa33bb4f78841d08fd8ea787af2 Mon Sep 17 00:00:00 2001 From: Orlando Chamberlain Date: Mon, 15 Jan 2024 11:54:32 +1100 Subject: [PATCH] new arg for conversion_buf_size (#21) 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);