Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_psp.c263 struct psp_runtime_data_directory db_dir = {0}; in psp_get_runtime_db_entry() local
281 amdgpu_device_vram_access(adev, db_dir_pos, (uint32_t *)&db_dir, in psp_get_runtime_db_entry()
284 if (db_dir.entry_count >= PSP_RUNTIME_DB_DIAG_ENTRY_MAX_COUNT) { in psp_get_runtime_db_entry()
291 for (i = 0; i < db_dir.entry_count && !ret; i++) { in psp_get_runtime_db_entry()
292 if (db_dir.entry_list[i].entry_type == entry_type) { in psp_get_runtime_db_entry()
295 if (db_dir.entry_list[i].size < sizeof(struct psp_runtime_boot_cfg_entry)) { in psp_get_runtime_db_entry()
301 amdgpu_device_vram_access(adev, db_header_pos + db_dir.entry_list[i].offset, in psp_get_runtime_db_entry()
306 if (db_dir.entry_list[i].size < sizeof(struct psp_runtime_scpm_entry)) { in psp_get_runtime_db_entry()
312 amdgpu_device_vram_access(adev, db_header_pos + db_dir.entry_list[i].offset, in psp_get_runtime_db_entry()