]> git.hungrycats.org Git - linux/commitdiff
drm/amdgpu/vcn: add flags for disabling KQs/UQs
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 27 May 2026 20:06:27 +0000 (16:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Jun 2026 20:33:46 +0000 (16:33 -0400)
Add flags for handling disabling of kernel queues or
user queues.

Reviewed-by: Kent Russell <kent.russell@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h

index 82624b44e661a8d08f5f9ac29dd1e1d29b0df3b7..bea95307fd42bcd68c5f760c04848365453c8627 100644 (file)
@@ -368,6 +368,9 @@ struct amdgpu_vcn {
        struct mutex            workload_profile_mutex;
        u32 reg_count;
        const struct amdgpu_hwip_reg_entry *reg_list;
+
+       bool                    disable_uq;
+       bool                    disable_kq;
 };
 
 struct amdgpu_fw_shared_rb_ptrs_struct {