mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/amdgpu: resolve erroneous gfx_v9_4_2 prints
resolve bug on aldebaran where gfx error counts will print on driver load when there are no errors present Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: John Clements <john.clements@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
6df23f4c5c
commit
f9727922fc
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ static int gfx_v9_4_2_query_utc_edc_count(struct amdgpu_device *adev,
|
|||
blk->clear);
|
||||
|
||||
/* print the edc count */
|
||||
if (sec_cnt || ded_count)
|
||||
if (sec_cnt || ded_cnt)
|
||||
gfx_v9_4_2_log_utc_edc_count(adev, blk, j, sec_cnt,
|
||||
ded_cnt);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue