Skip to content

Commit

Permalink
document fix (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: Min Ma <min.ma@amd.com>
  • Loading branch information
mamin506 authored Sep 18, 2024
1 parent 6de1490 commit c4a5a6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cd <root-of-source-tree>/build
cd xrt/build
./build.sh -noert -noalveo
# To adapt according to your OS & version
sudo apt reinstall ./Release/xrt_202410.2.17.0_23.10-amd64-xrt.deb ./Release/xrt_202410.2.17.0_23.10-amd64-xbflash2.deb
sudo apt reinstall ./Release/xrt_202410.2.17.0_23.10-amd64-xrt.deb
cd ../../build

# Start XDNA driver release build
Expand Down
2 changes: 0 additions & 2 deletions src/include/uapi/drm_local/amdxdna_accel.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ struct amdxdna_drm_exec_cmd {
* @seq: sequence number of the command returned by execute command.
*
* Wait a command specified by seq to be completed.
* Using AMDXDNA_INVALID_CMD_HANDLE as seq means wait till there is a free slot
* to submit a new command.
*/
struct amdxdna_drm_wait_cmd {
__u32 hwctx;
Expand Down

0 comments on commit c4a5a6d

Please sign in to comment.