Skip to content

Commit

Permalink
Fix BusID typo (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: Dhinak G <[email protected]>
  • Loading branch information
kidonng and dhinakg authored Aug 22, 2021
1 parent 7042b0f commit 9a1e39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dictionary/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ Bridge-E5
Broadcom
Broadwell
Broadwell-E
BudID
Bugtracker
BusID
BusIDs
Expand Down Expand Up @@ -1344,4 +1343,4 @@ x86-based
xcpm
Как
завести
сервисы
сервисы
2 changes: 1 addition & 1 deletion gpu-patching/intel-patching/busid.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Mobile: 0, PipeCount: 3, PortCount: 3, FBMemoryCount: 3
03060800 00040000 C7030000
```

Now let's parse it down to the BudID information, as this is what we will be patching:
Now let's parse it down to the BusID information, as this is what we will be patching:

```
[1] busId: 0x05, pipe: 9, type: 0x00000400, flags: 0x000003C7 - DP
Expand Down

0 comments on commit 9a1e39e

Please sign in to comment.