Home
last modified time | relevance | path

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

/drivers/gpu/drm/sysfb/
A Ddrm_sysfb_modeset.c122 u32 *fourccs_out, size_t nfourccs_out) in drm_sysfb_build_fourcc_list() argument
135 u32 *fourccs = fourccs_out; in drm_sysfb_build_fourcc_list()
136 const u32 *fourccs_end = fourccs_out + nfourccs_out; in drm_sysfb_build_fourcc_list()
151 if (is_listed_fourcc(fourccs_out, fourccs - fourccs_out, fourcc)) { in drm_sysfb_build_fourcc_list()
171 if (is_listed_fourcc(fourccs_out, fourccs - fourccs_out, fourcc)) { in drm_sysfb_build_fourcc_list()
184 return fourccs - fourccs_out; in drm_sysfb_build_fourcc_list()
A Ddrm_sysfb_helper.h98 u32 *fourccs_out, size_t nfourccs_out);
/drivers/gpu/drm/tests/
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()

Completed in 8 milliseconds