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:
Alex Deucher 2026-05-27 16:05:34 -04:00
parent cbfd4d3fc2
commit 9d31190a40

View File

@ -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);