Home
last modified time | relevance | path

Searched refs:le32buf_to_cpu (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c468 static u32 *le32buf_to_cpu(struct kunit *test, const __le32 *buf, size_t buf_size) in le32buf_to_cpu() function
757 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_argb8888()
788 buf = le32buf_to_cpu(test, buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_xrgb2101010()
819 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_argb2101010()