Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.h249 #define PSP_RUNTIME_DB_DIAG_ENTRY_MAX_COUNT 0x40 macro
284 struct psp_runtime_entry entry_list[PSP_RUNTIME_DB_DIAG_ENTRY_MAX_COUNT];
H A Damdgpu_psp.c357 if (db_dir.entry_count >= PSP_RUNTIME_DB_DIAG_ENTRY_MAX_COUNT) { in psp_get_runtime_db_entry()