diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2024-07-18 15:59:20 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-08-16 14:24:18 -0400 |
commit | d479158f6502a3698b91829fa03bd3f2ea38efe7 (patch) | |
tree | 72e66d5e11026d60d1f6e02039dcb5dae9c79858 /drivers/gpu/drm/amd/amdgpu/cikd.h | |
parent | 4af8071b654dbd9b8bd003ab8e49eb16b4cb9fcd (diff) |
drm/amdgpu/gfx7: add ring reset callback for gfx
Add ring reset callback for gfx.
v2: fix operator precedence (kernel test robot)
Acked-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cikd.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cikd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cikd.h b/drivers/gpu/drm/amd/amdgpu/cikd.h index 55982c0064b5..06088d52d81c 100644 --- a/drivers/gpu/drm/amd/amdgpu/cikd.h +++ b/drivers/gpu/drm/amd/amdgpu/cikd.h @@ -364,6 +364,7 @@ * 1 - Stream * 2 - Bypass */ +#define EOP_EXEC (1 << 28) /* For Trailing Fence */ #define DATA_SEL(x) ((x) << 29) /* 0 - discard * 1 - send low 32bit data |