Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/
Ddrm_format_helper.c872 u32 *fourccs_out, size_t nfourccs_out) in drm_fb_build_fourcc_list() argument
874 u32 *fourccs = fourccs_out; in drm_fb_build_fourcc_list()
875 const u32 *fourccs_end = fourccs_out + nfourccs_out; in drm_fb_build_fourcc_list()
886 if (is_listed_fourcc(fourccs_out, fourccs - fourccs_out, fourcc)) { in drm_fb_build_fourcc_list()
914 if (is_listed_fourcc(fourccs_out, fourccs - fourccs_out, fourcc)) { in drm_fb_build_fourcc_list()
930 return fourccs - fourccs_out; in drm_fb_build_fourcc_list()
/linux-6.1.9/include/drm/
Ddrm_format_helper.h54 u32 *fourccs_out, size_t nfourccs_out);