mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
tests/prime_self_import: fix comment
This commit is contained in:
parent
00280fa82a
commit
a285f03f56
@ -304,7 +304,7 @@ static void *thread_fn_export_vs_close(void *p)
|
||||
uint32_t handle;
|
||||
|
||||
while (!pls_die) {
|
||||
/* We want to race gem close against flink on handle one.*/
|
||||
/* We want to race gem close against prime export on handle one.*/
|
||||
handle = gem_create(fd, 4096);
|
||||
if (handle != 1)
|
||||
gem_close(fd, handle);
|
||||
|
Loading…
x
Reference in New Issue
Block a user