diff options
author | Dave Airlie <airlied@redhat.com> | 2022-04-29 03:27:04 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2022-04-29 03:27:05 +0300 |
commit | 9d9f720733b7e8d11e4cc53b53f461b117dab839 (patch) | |
tree | 9459ba7739fb3fb96d2fd07e5ddeac74af232bf1 /drivers/gpu/drm/amd/amdkfd/kfd_priv.h | |
parent | 22c73ba44bb05a0e1ed7063d12fb31a461a154ec (diff) | |
parent | fb8cc3318e47e1a0ced4025ef614317b541147e7 (diff) | |
download | linux-9d9f720733b7e8d11e4cc53b53f461b117dab839.tar.xz |
Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-5.18-2022-04-27:
amdgpu:
- Runtime pm fix
- DCN memory leak fix in error path
- SI DPM deadlock fix
- S0ix fix
amdkfd:
- GWS fix
- GWS support for CRIU
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220428023232.5794-1-alexander.deucher@amd.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_priv.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h index 9967a73d5b0f..8f58fc491b28 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h +++ b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h @@ -1103,7 +1103,7 @@ struct kfd_criu_queue_priv_data { uint32_t priority; uint32_t q_percent; uint32_t doorbell_id; - uint32_t is_gws; + uint32_t gws; uint32_t sdma_id; uint32_t eop_ring_buffer_size; uint32_t ctx_save_restore_area_size; |