Searched refs:le32buf_to_cpu (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_format_helper_test.c | 603 static u32 *le32buf_to_cpu(struct kunit *test, const __le32 *buf, size_t buf_size) in le32buf_to_cpu() function 995 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_argb8888() 1002 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_argb8888() 1036 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_xrgb2101010() 1043 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_xrgb2101010() 1077 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_argb2101010() 1084 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_argb2101010() 1151 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_swab() 1158 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_swab() 1165 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_swab() [all …]
|