Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/renesas/shmobile/
Dshmob_drm_kms.c26 static const struct shmob_drm_format_info shmob_drm_format_infos[] = { variable
84 for (i = 0; i < ARRAY_SIZE(shmob_drm_format_infos); ++i) { in shmob_drm_format_info()
85 if (shmob_drm_format_infos[i].fourcc == fourcc) in shmob_drm_format_info()
86 return &shmob_drm_format_infos[i]; in shmob_drm_format_info()