drm/amdgpu: add some additional members to amdgpu_mqd_prop
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 18 Oct 2024 17:58:23 +0000 (13:58 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Apr 2025 20:48:18 +0000 (16:48 -0400)
These are needed to make userqueue infrastructure generic.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Shashank Sharma <shashank.sharma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index 8c6c3c5451e9408db9471e9c93195c6b64a6fdeb..ea5a1e6f01c33ab802e6efccd45d9d75d05dc071 100644 (file)
@@ -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 {