Home
last modified time | relevance | path

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

/linux-6.15/include/drm/
H A Ddrm_format_helper.h130 u32 *fourccs_out, size_t nfourccs_out);
/linux-6.15/drivers/gpu/drm/
H A Ddrm_format_helper.c1368 u32 *fourccs_out, size_t nfourccs_out) in drm_fb_build_fourcc_list() argument
1382 const u32 *fourccs_end = fourccs_out + nfourccs_out; in drm_fb_build_fourcc_list()
/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c1533 size_t nfourccs_out; in drm_test_fb_build_fourcc_list() local
1543 nfourccs_out = drm_fb_build_fourcc_list(drm, params->native_fourccs, in drm_test_fb_build_fourcc_list()
1547 KUNIT_EXPECT_EQ(test, nfourccs_out, params->expected_fourccs_size); in drm_test_fb_build_fourcc_list()