Skip to content

Commit

Permalink
Fix fdinfo name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Syllo committed Aug 21, 2022
1 parent 75c749d commit 8afaee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extract_gpuinfo_amdgpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ static const char gfx_old[] = "gfx";
static const char gfx_new[] = "drm-engine-gfx";
static const char dec_old[] = "dec";
static const char dec_new[] = "drm-engine-dec";
static const char enc_old[] = "dec";
static const char enc_old[] = "enc";
static const char enc_new[] = "drm-engine-enc";
static const char client_id[] = "drm-client-id";

Expand Down

0 comments on commit 8afaee4

Please sign in to comment.