mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
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:
parent
8b5585574e
commit
dddf9044d1
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user