Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/tiny/
Dsimpledrm.c566 static const uint32_t simpledrm_default_formats[] = { variable
730 for (i = 0; i < ARRAY_SIZE(simpledrm_default_formats); ++i) { in simpledrm_device_formats()
731 if (simpledrm_default_formats[i] == sdev->format->format) in simpledrm_device_formats()
733 sdev->formats[sdev->nformats] = simpledrm_default_formats[i]; in simpledrm_device_formats()