]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: add tmz queue parameter to mqd props
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Feb 2025 01:58:42 +0000 (20:58 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Apr 2025 14:59:01 +0000 (10:59 -0400)
Use this to track the whether we want TMZ for queues.

Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Jesse.Zhang <Jesse.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index 68410ba1b9446dec83293c0a8fe7b60ca715abc8..decf66c2a71870d82b082d4ceb6915abc0e5e2e9 100644 (file)
@@ -835,6 +835,7 @@ struct amdgpu_mqd_prop {
        uint64_t gds_bkup_addr;
        uint64_t csa_addr;
        uint64_t fence_address;
+       bool tmz_queue;
 };
 
 struct amdgpu_mqd {