diff options
| author | José Roberto de Souza <[email protected]> | 2022-06-29 13:47:21 +0000 |
|---|---|---|
| committer | José Roberto de Souza <[email protected]> | 2022-06-30 13:55:30 +0000 |
| commit | 87a7d5350c67aca513dc0a80f696d5583430d594 (patch) | |
| tree | 54745a917976afe5d85b896c08a033c311096507 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | drm/i915: use DISPLAY_VER() instead of accessing match_info directly (diff) | |
| download | kernel-87a7d5350c67aca513dc0a80f696d5583430d594.tar.gz kernel-87a7d5350c67aca513dc0a80f696d5583430d594.zip | |
drm/i915: Drain freed object after suspend display
Display is turned off by i915_drm_suspend() during the suspend
procedure, removing the last reference of some gem objects that were
used by display.
The issue is that those objects are only actually freed when
mm.free_work executed and that can happen very late in the suspend
process causing issues.
So here draining all freed objects released by display fixing suspend
issues.
Signed-off-by: José Roberto de Souza <[email protected]>
Reviewed-by: Matt Atwood <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
