]> www.infradead.org Git - users/willy/xarray.git/commit
drm/amdgpu/gfx11: return early in preempt_ib()
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Aug 2024 13:15:24 +0000 (09:15 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 Aug 2024 17:39:48 +0000 (13:39 -0400)
commit1e487c9173ca12ae372f71a5f5c0eb57ce0ab108
treeb02fec7cdfb26833502d76f9fcc02c9dd707b295
parent28d43d0895896f84c038d906d244e0a95eb243ec
drm/amdgpu/gfx11: return early in preempt_ib()

When MES is enabled KIQ is not available.  Return an error
when someone uses the debugfs preempt test interface in
that case.

Acked-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c