diff options
| author | Dave Airlie <airlied@redhat.com> | 2022-11-25 10:55:23 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2022-11-25 10:55:23 +1000 |
| commit | e57702069b26b8601a33fdc0c9bbe40c6bb9c72f (patch) | |
| tree | 7f84041e91046cdc8cb6d1328322d5cbb4e33965 /drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | |
| parent | Merge tag 'drm-intel-fixes-2022-11-24' of git://anongit.freedesktop.org/drm/d... (diff) | |
| parent | drm/amdgpu/vcn: re-use original vcn0 doorbell value (diff) | |
| download | linux-e57702069b26b8601a33fdc0c9bbe40c6bb9c72f.tar.gz linux-e57702069b26b8601a33fdc0c9bbe40c6bb9c72f.zip | |
Merge tag 'amd-drm-fixes-6.1-2022-11-23' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-6.1-2022-11-23:
amdgpu:
- DCN 3.1.4 fixes
- DP MST DSC deadlock fixes
- HMM userptr fixes
- Fix Aldebaran CU occupancy reporting
- GFX11 fixes
- PSP suspend/resume fix
- DCE12 KASAN fix
- DCN 3.2.x fixes
- Rotated cursor fix
- SMU 13.x fix
- DELL platform suspend/resume fixes
- VCN4 SR-IOV fix
- Display regression fix for polled connectors
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221123143453.8977-1-alexander.deucher@amd.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c index 2168163aad2d..252a876b0725 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c @@ -209,6 +209,7 @@ void amdgpu_bo_list_get_list(struct amdgpu_bo_list *list, list_add_tail(&e->tv.head, &bucket[priority]); e->user_pages = NULL; + e->range = NULL; } /* Connect the sorted buckets in the output list. */ |
