drm/amdgpu/vcn: add flags for disabling KQs/UQs

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>
This commit is contained in:
Alex Deucher 2026-05-27 16:06:27 -04:00
parent 8b5585574e
commit dddf9044d1

View 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 {