Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_psp.h243 #define PSP_RUNTIME_DB_DIAG_ENTRY_MAX_COUNT 0x40 macro
278 struct psp_runtime_entry entry_list[PSP_RUNTIME_DB_DIAG_ENTRY_MAX_COUNT];
Damdgpu_psp.c285 if (db_dir.entry_count >= PSP_RUNTIME_DB_DIAG_ENTRY_MAX_COUNT) { in psp_get_runtime_db_entry()