diff options
| author | Alex Deucher <[email protected]> | 2024-10-18 17:58:23 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-04-08 20:48:18 +0000 |
| commit | 825f82cf936aea7f2d25d47efd27f90ba90e4ee2 (patch) | |
| tree | 53f17eb0bfc1ae7ead90b2a6ff64372e1368f04a /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu: handle eviction fence race (diff) | |
| download | kernel-825f82cf936aea7f2d25d47efd27f90ba90e4ee2.tar.gz kernel-825f82cf936aea7f2d25d47efd27f90ba90e4ee2.zip | |
drm/amdgpu: add some additional members to amdgpu_mqd_prop
These are needed to make userqueue infrastructure generic.
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Signed-off-by: Shashank Sharma <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 8c6c3c5451e9..ea5a1e6f01c3 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -830,6 +830,9 @@ struct amdgpu_mqd_prop { uint32_t hqd_queue_priority; bool allow_tunneling; bool hqd_active; + uint64_t shadow_addr; + uint64_t gds_bkup_addr; + uint64_t csa_addr; }; struct amdgpu_mqd { |
