Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/shmobile/
A Dshmob_drm_kms.c26 static const struct shmob_drm_format_info shmob_drm_format_infos[] = { variable
79 for (i = 0; i < ARRAY_SIZE(shmob_drm_format_infos); ++i) { in shmob_drm_format_info()
80 if (shmob_drm_format_infos[i].fourcc == fourcc) in shmob_drm_format_info()
81 return &shmob_drm_format_infos[i]; in shmob_drm_format_info()

Completed in 2 milliseconds