Bug 106466 - GPU recovery fails on Vega 64
Summary: GPU recovery fails on Vega 64
Status: RESOLVED MOVED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/AMDgpu (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-10 20:24 UTC by Bas Nieuwenhuizen
Modified: 2019-11-19 08:38 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
dmesg (132.63 KB, text/plain)
2018-05-10 20:24 UTC, Bas Nieuwenhuizen
no flags Details

Description Bas Nieuwenhuizen 2018-05-10 20:24:34 UTC
Created attachment 139474 [details]
dmesg

Reproduce:

1) boot
2) Start X
3) Stop X
4) cat /sys/kernel/debug/dri/2/amdgpu_gpu_recovery
5) Wait till finished
6) Start X
7) Notice slowness
8) Stop X

The dmesg says that the reset failed, but the screen comes back with some artifacts. drawing in X is very slow event though pp_dpm_sclk seems to be indicating reasonable speeds.

I use amd-staging-drm-next as of today with as last commit

commit 905aa01b240f9216b6dbba3226bf10b2d96eebb7 (origin/amd-staging-drm-next)
Author: Colin Ian King <colin.king@canonical.com>
Date:   Wed May 2 15:43:16 2018 +0100

    drm/amd/display: clean up assignment of amdgpu_crtc
    
    The declaration of pointer amdgpu_crtc has a redundant assignment to
    amdgpu_crtc. Clean this up by removing it.
    
    Detected by CoverityScan, CID#1460299 ("Evaluation order violation")
    
    Reviewed-by: Harry Wentland <harry.wentland@amd.com>
    Signed-off-by: Colin Ian King <colin.king@canonical.com>
    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>


plus a patch of my own adding some more dev_info messages to the reset process.
Comment 1 Martin Peres 2019-11-19 08:38:16 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/384.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.