Oded Gabbay
9a511e8e1e
Revert "Workaround for non cached memory issue on gfx801 A0"
...
This reverts commit b494094790 .
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com >
Acked-by: Ben Goz <ben.goz@amd.com >
Conflicts:
include/linux/kfd_ioctl.h
src/queues.c
[ROCm/ROCR-Runtime commit: 5c0f8660b6 ]
2015-02-16 17:22:45 +02:00
Yair Shachar
b6d2361169
Modify HW dbg thunk,to adapt to new KFD-thunk interface
...
Signed-off-by: Yair Shachar <yair.shachar@amd.com >
[ROCm/ROCR-Runtime commit: 89188a6d6c ]
2015-02-08 21:44:47 +02:00
Oded Gabbay
a4c4246694
match kfd_ioctl.h to kernel repo
...
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com >
[ROCm/ROCR-Runtime commit: 8cc0b16293 ]
2015-01-19 17:18:47 +02:00
Alexey Skidanov
dac51f6c40
IOCTL: Adding memory exception data
...
Signed-off-by: Alexey Skidanov <Alexey.Skidanov@amd.com >
Reviewed-by: Oded Gabbay <oded.gabbay@amd.com >
[ROCm/ROCR-Runtime commit: d7196d4122 ]
2014-11-27 16:21:53 +02:00
Ben Goz
b494094790
Workaround for non cached memory issue on gfx801 A0
...
Signed-off-by: Ben Goz <ben.goz@amd.com >
Adjust to new ioctl format
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com >
[ROCm/ROCR-Runtime commit: 402ff3f881 ]
2014-12-07 14:51:53 +02:00
Oded Gabbay
ec3149aeb7
kfd_ioctl: interop
...
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com >
[ROCm/ROCR-Runtime commit: 7972bb00c5 ]
2014-12-08 10:02:34 +02:00
Oded Gabbay
06d3f9c375
kfd_ioctl: local memory
...
Add two new IOCTLs
Remove old IOCTLs
Signed-off-by: Alexey Skidanov <Alexey.Skidanov@amd.com >
Reviewed-by: Oded Gabbay <oded.gabbay@amd.com >
[ROCm/ROCR-Runtime commit: d14eb7aa00 ]
2014-12-08 10:02:27 +02:00
Oded Gabbay
8a4fd73eaf
kfd_ioctl: debug
...
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com >
[ROCm/ROCR-Runtime commit: f7c3c3bd1b ]
2014-12-08 10:02:12 +02:00
Oded Gabbay
b4df6bc3aa
kfd_ioctl: events
...
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com >
[ROCm/ROCR-Runtime commit: 03604633ca ]
2014-12-08 10:01:26 +02:00
Oded Gabbay
edd2d65809
set thunk-kfd version to match stg
...
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com >
[ROCm/ROCR-Runtime commit: 0a8bc868b5 ]
2014-12-08 10:04:31 +02:00
Oded Gabbay
f231b71743
Change names of IOCTLS
...
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com >
[ROCm/ROCR-Runtime commit: 9f647b07ff ]
2014-12-29 13:34:32 +02:00
Oded Gabbay
5935d171b6
Add IOCTL set definitions of amdkfd
...
- KFD_IOC_GET_VERSION:
Retrieves the interface version of amdkfd
- KFD_IOC_CREATE_QUEUE:
Creates a usermode queue that runs on a specific GPU device
- KFD_IOC_DESTROY_QUEUE:
Destroys an existing usermode queue
- KFD_IOC_SET_MEMORY_POLICY:
Sets the memory policy of the default and alternate aperture of the
calling process
- KFD_IOC_GET_CLOCK_COUNTERS:
Retrieves counters (timestamps) of CPU and GPU
- KFD_IOC_GET_PROCESS_APERTURES:
Retrieves information about process apertures that were initialized
during the open() call of the amdkfd device
- KFD_IOC_UPDATE_QUEUE:
Updates configuration of an existing usermode queue
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com >
[ROCm/ROCR-Runtime commit: b0b875964f ]
2014-07-29 10:52:32 +03:00