Documented in 1 files:
Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 5 files:
- drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c, line 64
- drivers/gpu/drm/drm_suballoc.c, line 85
- drivers/gpu/drm/radeon/radeon_sa.c, line 63
- drivers/gpu/drm/xe/xe_migrate.c, line 402
- drivers/gpu/drm/xe/xe_sa.c, line 111
Smatch caller information:
drivers/gpu/drm/xe/xe_migrate.c xe_migrate_suballoc_manager_init() -> drm_suballoc_manager_init()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sa_manager | 4096-ptr_max |
| PARAM_VALUE | 2 | align | 0 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL |
drivers/gpu/drm/radeon/radeon_sa.c radeon_sa_bo_manager_init() -> drm_suballoc_manager_init()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sa_manager | 4096-ptr_max |
| PARAM_VALUE | 1 | size | 1048576 |
| PARAM_VALUE | 2 | align | 256 |
| DATA_SOURCE | 1 | size | $2 |
| DATA_SOURCE | 2 | align | $3 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL |
drivers/gpu/drm/xe/xe_sa.c __xe_sa_bo_manager_init() -> drm_suballoc_manager_init()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sa_manager | 4096-ptr_max |
| PARAM_VALUE | 1 | size | 4096,8192,520192,524288,1044480,1048576,8384512,8388608 |
| PARAM_VALUE | 2 | align | 4,16,4096 |
| CAPPED_DATA | 1 | size | 1 |
| DATA_SOURCE | 2 | align | $3 |
| HARD_MAX | 2 | align | 4096 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 1 | size | unit_byte |
| UNITS | 2 | align | unit_byte |
drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c amdgpu_sa_bo_manager_init() -> drm_suballoc_manager_init()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sa_manager | 4096-ptr_max |
| PARAM_VALUE | 1 | size | 0-u32max |
| PARAM_VALUE | 2 | align | 256 |
| DATA_SOURCE | 1 | size | $2 |
| NOCHECK_CALL |