wsl/hsakmt: rename vendor_packet_support

to vendor_packet_process.
:1 process vender specific packet (acquire_mem, handle signal, update
rptr)
:0 skip vender specific packet (handle signal by cpu, update rptr by
gpu)

Signed-off-by: Flora Cui <flora.cui@amd.com>
Reviewed-by: Longlong Yao <Longlong.Yao@amd.com>
Part-of: <http://10.67.69.192/wsl/libhsakmt/-/merge_requests/35>
This commit is contained in:
Flora Cui
2024-09-29 14:03:35 +08:00
committed by Frank Min
parent 5c13bc7509
commit 954807feff
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ extern pthread_mutex_t hsakmt_mutex;
extern bool is_dgpu;
extern bool is_svm_api_supported;
extern int zfb_support;
extern int vendor_packet_support;
extern int vendor_packet_process;
extern int enable_vendor_packet;
extern bool check_avail_sysram;
extern size_t max_single_alloc_size;