Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sysfb/
H A Ddrm_sysfb_modeset.c121 u32 *fourccs_out, size_t nfourccs_out) in drm_sysfb_build_fourcc_list() argument
134 u32 *fourccs = fourccs_out; in drm_sysfb_build_fourcc_list()
135 const u32 *fourccs_end = fourccs_out + nfourccs_out; in drm_sysfb_build_fourcc_list()
150 if (is_listed_fourcc(fourccs_out, fourccs - fourccs_out, fourcc)) { in drm_sysfb_build_fourcc_list()
170 if (is_listed_fourcc(fourccs_out, fourccs - fourccs_out, fourcc)) { in drm_sysfb_build_fourcc_list()
183 return fourccs - fourccs_out; in drm_sysfb_build_fourcc_list()
H A Ddrm_sysfb_helper.h109 u32 *fourccs_out, size_t nfourccs_out);
/linux/drivers/gpu/drm/tests/
H A Ddrm_sysfb_modeset_test.c135 u32 fourccs_out[TEST_BUF_SIZE] = {0}; in drm_test_sysfb_build_fourcc_list() local
148 fourccs_out, TEST_BUF_SIZE); in drm_test_sysfb_build_fourcc_list()
151 KUNIT_EXPECT_MEMEQ(test, fourccs_out, params->expected, TEST_BUF_SIZE); in drm_test_sysfb_build_fourcc_list()