Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_gsc.c1213 static const unsigned int gsc_tiled_formats[] = { variable
1235 num_formats = ARRAY_SIZE(gsc_formats) + ARRAY_SIZE(gsc_tiled_formats); in gsc_probe()
1250 for (j = i, i = 0; i < ARRAY_SIZE(gsc_tiled_formats); j++, i++) { in gsc_probe()
1251 formats[j].fourcc = gsc_tiled_formats[i]; in gsc_probe()