Home
last modified time | relevance | path

Searched refs:drm_fb_build_fourcc_list (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/drm/
H A Ddrm_format_helper.h128 size_t drm_fb_build_fourcc_list(struct drm_device *dev,
/linux-6.15/drivers/gpu/drm/
H A Ddrm_format_helper.c1366 size_t drm_fb_build_fourcc_list(struct drm_device *dev, in drm_fb_build_fourcc_list() function
1432 EXPORT_SYMBOL(drm_fb_build_fourcc_list);
/linux-6.15/drivers/gpu/drm/tiny/
H A Dsimpledrm.c954 nformats = drm_fb_build_fourcc_list(dev, &format->format, 1, in simpledrm_device_create()
H A Dofdrm.c1283 nformats = drm_fb_build_fourcc_list(dev, &format->format, 1, in ofdrm_device_create()
/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c1543 nfourccs_out = drm_fb_build_fourcc_list(drm, params->native_fourccs, in drm_test_fb_build_fourcc_list()