Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c55 static const struct kirin_format ade_formats[] = { variable
84 for (i = 0; i < ARRAY_SIZE(ade_formats); i++) in ade_get_format()
85 if (ade_formats[i].pixel_format == pixel_format) in ade_get_format()
86 return ade_formats[i].hw_format; in ade_get_format()