Searched refs:le32buf_to_cpu (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/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 1027 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_argb8888() 1038 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_argb8888() 1074 buf = le32buf_to_cpu(test, buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_xrgb2101010() 1119 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_argb2101010() 1130 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_xrgb8888_to_argb2101010() 1199 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_swab() 1209 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_swab() 1219 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_swab() 1234 buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32)); in drm_test_fb_swab() [all …]
|