Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_aca.c287 struct aca_error_cache *error_cache = &handle->error_cache; in aca_error_cache_log_bank_error() local
297 aerr = &error_cache->errors[type]; in aca_error_cache_log_bank_error()
530 struct aca_error_cache *error_cache = &handle->error_cache; in aca_log_aca_error() local
531 struct aca_error *aerr = &error_cache->errors[type]; in aca_log_aca_error()
614 struct aca_error_cache *error_cache = &handle->error_cache; in aca_init_error_cache() local
618 aca_error_init(&error_cache->errors[type], type); in aca_init_error_cache()
638 struct aca_error_cache *error_cache = &handle->error_cache; in aca_fini_error_cache() local
642 aca_error_fini(&error_cache->errors[type]); in aca_fini_error_cache()
A Damdgpu_aca.h176 struct aca_error_cache error_cache; member

Completed in 7 milliseconds