diff options
| author | Sunil Khatri <sunil.khatri@amd.com> | 2026-08-27 21:00:22 +0530 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-09-02 16:34:08 -0400 |
| commit | 90ce19bd11b2864e26e4b43e7acbffabf037b69b (patch) | |
| tree | 41276c5a7148d038f7293e0d24366e8206206da0 /scripts/Makefile.thinlto | |
| parent | d6e16df7df4d2c39e2b04b355d0434fb90e2d62c (diff) | |
| download | linux-stable-90ce19bd11b2864e26e4b43e7acbffabf037b69b.tar.gz linux-stable-90ce19bd11b2864e26e4b43e7acbffabf037b69b.zip | |
drm/amdgpu: fix Idle BOs list in VM debugfs status info
amdgpu_debugfs_vm_bo_status_info() prints the "Idle BOs" section by
iterating lists->needs_update, the same list already printed just
above under "Moved BOs". struct amdgpu_vm_bo_status has a dedicated
idle list, populated whenever a BO's state machine settles, but it
was never read here, so genuinely idle BOs never show up in the
debugfs output and the "Idle BOs" section duplicates "Moved BOs"
instead.
Iterate lists->idle for the "Idle BOs" section.
Fixes: 4cdbba5a16aa ("drm/amdgpu: restructure VM state machine v4")
Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 451bfc778a8c364841837def00ba15936f72762b)
Cc: stable@vger.kernel.org
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
