Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_format_helper.h124 u32 *fourccs_out, size_t nfourccs_out);
/linux/drivers/gpu/drm/
H A Ddrm_format_helper.c1245 u32 *fourccs_out, size_t nfourccs_out) in drm_fb_build_fourcc_list() argument
1259 const u32 *fourccs_end = fourccs_out + nfourccs_out; in drm_fb_build_fourcc_list()
/linux/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c1453 size_t nfourccs_out; in drm_test_fb_build_fourcc_list() local
1463 nfourccs_out = drm_fb_build_fourcc_list(drm, params->native_fourccs, in drm_test_fb_build_fourcc_list()
1467 KUNIT_EXPECT_EQ(test, nfourccs_out, params->expected_fourccs_size); in drm_test_fb_build_fourcc_list()