You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
new arg for conversion_buf_size (#21)
https://lore.kernel.org/all/20230814-gsoc-drm-format-test-v2-v3-5-bd3e9f9bc2fb@riseup.net/
This commit is contained in:
committed by
GitHub
parent
9f4c064b17
commit
234bbef68c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user