diff options
author | 2025-03-26 13:49:00 -0400 | |
---|---|---|
committer | 2025-04-08 16:48:13 -0400 | |
commit | d526b4efb748d439af68be7d1a8922716a0eb52c (patch) | |
tree | 0e479d3eee4aa6e79fe257cf967605ee1969adba /Documentation/gpu | |
parent | drm/amdgpu: use "irq" in place of "interrupt" in DCE6/8 as in DCE10/11 (diff) | |
download | wireguard-linux-d526b4efb748d439af68be7d1a8922716a0eb52c.tar.xz wireguard-linux-d526b4efb748d439af68be7d1a8922716a0eb52c.zip |
Documentation: update KIQ documentation
KIQ is replaced with MES on GFX 11 and newer.
Reviewed-by: shaoyun.liu <Shaoyun.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/amdgpu/driver-core.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/gpu/amdgpu/driver-core.rst b/Documentation/gpu/amdgpu/driver-core.rst index 7e3f5d1e9aaf..81256318e93c 100644 --- a/Documentation/gpu/amdgpu/driver-core.rst +++ b/Documentation/gpu/amdgpu/driver-core.rst @@ -140,7 +140,8 @@ Some useful constructs: KIQ (Kernel Interface Queue) This is a control queue used by the kernel driver to manage other gfx and compute queues on the GFX/compute engine. You can use it to - map/unmap additional queues, etc. + map/unmap additional queues, etc. This is replaced by MES on + GFX 11 and newer hardware. IB (Indirect Buffer) A command buffer for a particular engine. Rather than writing |