We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4538a93 commit 1f086d2Copy full SHA for 1f086d2
include/uapi/linux/kfd_ioctl.h
@@ -67,8 +67,8 @@ struct kfd_ioctl_get_version_args {
67
68
struct kfd_ioctl_create_queue_args {
69
__u64 ring_base_address; /* to KFD */
70
- __u64 write_pointer_address; /* from KFD */
71
- __u64 read_pointer_address; /* from KFD */
+ __u64 write_pointer_address; /* to KFD */
+ __u64 read_pointer_address; /* to KFD */
72
__u64 doorbell_offset; /* from KFD */
73
74
__u32 ring_size; /* to KFD */
0 commit comments