mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +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;
|
uint32_t handle;
|
||||||
|
|
||||||
while (!pls_die) {
|
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);
|
handle = gem_create(fd, 4096);
|
||||||
if (handle != 1)
|
if (handle != 1)
|
||||||
gem_close(fd, handle);
|
gem_close(fd, handle);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user