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

/linux-master/drivers/gpu/drm/
H A Ddrm_format_helper.c1224 * @fourccs_out: Returns 4CC codes of supported color formats
1225 * @nfourccs_out: The number of available entries in @fourccs_out
1241 * The number of color-formats 4CC codes returned in @fourccs_out.
1245 u32 *fourccs_out, size_t nfourccs_out)
1258 u32 *fourccs = fourccs_out;
1259 const u32 *fourccs_end = fourccs_out + nfourccs_out;
1274 if (is_listed_fourcc(fourccs_out, fourccs - fourccs_out, fourcc)) {
1294 if (is_listed_fourcc(fourccs_out, fourccs - fourccs_out, fourc
1243 drm_fb_build_fourcc_list(struct drm_device *dev, const u32 *native_fourccs, size_t native_nfourccs, u32 *fourccs_out, size_t nfourccs_out) argument
[all...]
/linux-master/include/drm/
H A Ddrm_format_helper.h123 u32 *fourccs_out, size_t nfourccs_out);
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c1452 u32 fourccs_out[TEST_BUF_SIZE] = {0}; local
1465 fourccs_out, TEST_BUF_SIZE);
1468 KUNIT_EXPECT_MEMEQ(test, fourccs_out, params->expected, TEST_BUF_SIZE);

Completed in 202 milliseconds