Home
last modified time | relevance | path

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

/drivers/gpu/drm/panfrost/
Dpanfrost_device.c304 static const struct panfrost_exception_info panfrost_exception_infos[] = { variable
375 if (WARN_ON(exception_code >= ARRAY_SIZE(panfrost_exception_infos) || in panfrost_exception_name()
376 !panfrost_exception_infos[exception_code].name)) in panfrost_exception_name()
379 return panfrost_exception_infos[exception_code].name; in panfrost_exception_name()