diff options
| author | Lijo Lazar <[email protected]> | 2024-10-30 08:24:49 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-11-04 17:06:23 +0000 |
| commit | e5ad71779df6f448d6edb910bc635680b9419ec0 (patch) | |
| tree | f7a961d05eca2425202d888ce57e6a1a27337459 /drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.h | |
| parent | drm/amdgpu: Skip IP coredump for RAS errors (diff) | |
| download | kernel-e5ad71779df6f448d6edb910bc635680b9419ec0.tar.gz kernel-e5ad71779df6f448d6edb910bc635680b9419ec0.zip | |
drm/amdgpu: Add compatible NPS mode info
Populate the compatible NPS modes also for providing partition
configuration details through sysfs.
Signed-off-by: Lijo Lazar <[email protected]>
Reviewed-by: Asad Kamal <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.h index 7ac89d78a5bf..b63f53242c57 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.h @@ -77,6 +77,7 @@ struct amdgpu_xcp_cfg { u8 num_res; struct amdgpu_xcp_mgr *xcp_mgr; struct kobject kobj; + u16 compatible_nps_modes; }; struct amdgpu_xcp_ip_funcs { |
