From: Alex Deucher Date: Fri, 18 Oct 2024 17:58:23 +0000 (-0400) Subject: drm/amdgpu: add some additional members to amdgpu_mqd_prop X-Git-Tag: v6.16-rc1~144^2~10^2~299 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=825f82cf936aea7f2d25d47efd27f90ba90e4ee2;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: add some additional members to amdgpu_mqd_prop These are needed to make userqueue infrastructure generic. Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher Signed-off-by: Shashank Sharma Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 8c6c3c5451e94..ea5a1e6f01c33 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 {