Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/verisilicon/
H A Dvs_hwdb.c59 static struct vs_chip_identity vs_chip_identities[] = { variable
110 for (i = 0; i < ARRAY_SIZE(vs_chip_identities); i++) { in vs_fill_chip_identity()
111 if (vs_chip_identities[i].model == model && in vs_fill_chip_identity()
112 vs_chip_identities[i].revision == revision && in vs_fill_chip_identity()
113 (vs_chip_identities[i].customer_id == customer_id || in vs_fill_chip_identity()
114 vs_chip_identities[i].customer_id == ~0U)) { in vs_fill_chip_identity()
115 memcpy(ident, &vs_chip_identities[i], sizeof(*ident)); in vs_fill_chip_identity()