Searched refs:fourccs_out (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_format_helper.c | 1368 u32 *fourccs_out, size_t nfourccs_out) in drm_fb_build_fourcc_list() argument 1381 u32 *fourccs = fourccs_out; in drm_fb_build_fourcc_list() 1382 const u32 *fourccs_end = fourccs_out + nfourccs_out; in drm_fb_build_fourcc_list() 1397 if (is_listed_fourcc(fourccs_out, fourccs - fourccs_out, fourcc)) { in drm_fb_build_fourcc_list() 1417 if (is_listed_fourcc(fourccs_out, fourccs - fourccs_out, fourcc)) { in drm_fb_build_fourcc_list() 1430 return fourccs - fourccs_out; in drm_fb_build_fourcc_list()
|
| /linux-6.15/include/drm/ |
| H A D | drm_format_helper.h | 130 u32 *fourccs_out, size_t nfourccs_out);
|
| /linux-6.15/drivers/gpu/drm/tests/ |
| H A D | drm_format_helper_test.c | 1532 u32 fourccs_out[TEST_BUF_SIZE] = {0}; in drm_test_fb_build_fourcc_list() local 1545 fourccs_out, TEST_BUF_SIZE); in drm_test_fb_build_fourcc_list() 1548 KUNIT_EXPECT_MEMEQ(test, fourccs_out, params->expected, TEST_BUF_SIZE); in drm_test_fb_build_fourcc_list()
|