Searched refs:exception_code (Results 1 – 2 of 2) sorted by relevance
249 panfrost_exception_is_fault(u32 exception_code) in panfrost_exception_is_fault() argument251 return exception_code > DRM_PANFROST_EXCEPTION_MAX_NON_FAULT; in panfrost_exception_is_fault()254 const char *panfrost_exception_name(u32 exception_code);256 u32 exception_code);
372 const char *panfrost_exception_name(u32 exception_code) in panfrost_exception_name() argument374 if (WARN_ON(exception_code >= ARRAY_SIZE(panfrost_exception_infos) || in panfrost_exception_name()375 !panfrost_exception_infos[exception_code].name)) in panfrost_exception_name()378 return panfrost_exception_infos[exception_code].name; in panfrost_exception_name()382 u32 exception_code) in panfrost_exception_needs_reset() argument387 if (exception_code == DRM_PANFROST_EXCEPTION_JOB_BUS_FAULT) in panfrost_exception_needs_reset()