mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
drm/amdgpu/jpeg: 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
cbfd4d3fc2
commit
9d31190a40
|
|
@ -149,6 +149,9 @@ struct amdgpu_jpeg {
|
|||
u32 *ip_dump;
|
||||
u32 reg_count;
|
||||
const struct amdgpu_hwip_reg_entry *reg_list;
|
||||
|
||||
bool disable_uq;
|
||||
bool disable_kq;
|
||||
};
|
||||
|
||||
int amdgpu_jpeg_sw_init(struct amdgpu_device *adev);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user