Commit 8b95f4f
drm/amd/powerplay: fix uninitialized variable
refresh_rate was not initialized when program
display gap.
this patch can fix vce ring test failed
when do S3 on Polaris10.
bug: https://bugs.freedesktop.org/show_bug.cgi?id=103102
bug: https://bugzilla.kernel.org/show_bug.cgi?id=196615
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org1 parent 2cb3a34 commit 8b95f4f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
830 | 830 | | |
831 | 831 | | |
832 | 832 | | |
833 | | - | |
| 833 | + | |
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
| |||
3948 | 3948 | | |
3949 | 3949 | | |
3950 | 3950 | | |
3951 | | - | |
| 3951 | + | |
3952 | 3952 | | |
3953 | 3953 | | |
3954 | | - | |
3955 | 3954 | | |
3956 | 3955 | | |
3957 | 3956 | | |
| |||
3967 | 3966 | | |
3968 | 3967 | | |
3969 | 3968 | | |
| 3969 | + | |
3970 | 3970 | | |
3971 | 3971 | | |
3972 | 3972 | | |
| |||
0 commit comments