Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c2473 } ttm_debugfs_entries[] = { variable
2491 for (count = 0; count < ARRAY_SIZE(ttm_debugfs_entries); count++) { in amdgpu_ttm_debugfs_init()
2493 ttm_debugfs_entries[count].name, in amdgpu_ttm_debugfs_init()
2496 ttm_debugfs_entries[count].fops); in amdgpu_ttm_debugfs_init()
2499 if (ttm_debugfs_entries[count].domain == TTM_PL_VRAM) in amdgpu_ttm_debugfs_init()
2501 else if (ttm_debugfs_entries[count].domain == TTM_PL_TT) in amdgpu_ttm_debugfs_init()
2524 for (i = 0; i < ARRAY_SIZE(ttm_debugfs_entries); i++) in amdgpu_ttm_debugfs_fini()