Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c1412 u32 native_fourccs[TEST_BUF_SIZE]; member
1421 .native_fourccs = { },
1428 .native_fourccs = { DRM_FORMAT_XRGB8888 },
1435 .native_fourccs = {
1460 .native_fourccs = {
1493 .native_fourccs = {
1543 nfourccs_out = drm_fb_build_fourcc_list(drm, params->native_fourccs, in drm_test_fb_build_fourcc_list()
/linux-6.15/include/drm/
H A Ddrm_format_helper.h129 const u32 *native_fourccs, size_t native_nfourccs,
/linux-6.15/drivers/gpu/drm/
H A Ddrm_format_helper.c1367 const u32 *native_fourccs, size_t native_nfourccs, in drm_fb_build_fourcc_list() argument
1395 u32 fourcc = drm_fb_nonalpha_fourcc(native_fourccs[i]); in drm_fb_build_fourcc_list()