diff options
author | Dave Airlie <airlied@redhat.com> | 2024-01-19 03:21:26 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-01-19 03:22:06 +0300 |
commit | 0a1123c7b9f17fb06cc51fb9ce2f880a512be408 (patch) | |
tree | a5b2897dd879ffe905276414e2d114fbf75c5f8e /drivers/gpu/drm/amd/amdkfd/kfd_priv.h | |
parent | 205e18c13545ab43cc4fe4930732b4feef551198 (diff) | |
parent | aa0901a9008eeb2710292aff94e615adf7884d5f (diff) | |
download | linux-0a1123c7b9f17fb06cc51fb9ce2f880a512be408.tar.xz |
Merge tag 'amd-drm-fixes-6.8-2024-01-18' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
amd-drm-fixes-6.8-2024-01-18:
amdgpu:
- DSC fixes
- DC resource pool fixes
- OTG fix
- DML2 fixes
- Aux fix
- GFX10 RLC firmware handling fix
- Revert a broken workaround for SMU 13.0.2
- DC writeback fix
- Enable gfxoff when ROCm apps are active on gfx11 with the proper FW version
amdkfd:
- Fix dma-buf exports using GEM handles
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240118223127.4904-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 745024b31340..17fbedbf3651 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h +++ b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h @@ -917,7 +917,7 @@ struct kfd_process { * fence will be triggered during eviction and new one will be created * during restore */ - struct dma_fence *ef; + struct dma_fence __rcu *ef; /* Work items for evicting and restoring BOs */ struct delayed_work eviction_work; |