mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 10:26:12 +00:00
tests/gem_cs_prefetch: clarify what it tests
I've forgotten ;-)
This commit is contained in:
parent
dc5d76e2bf
commit
a7787baccc
@ -18,6 +18,7 @@ TESTS_progs = \
|
|||||||
gem_basic \
|
gem_basic \
|
||||||
gem_cacheing \
|
gem_cacheing \
|
||||||
gem_cpu_concurrent_blit \
|
gem_cpu_concurrent_blit \
|
||||||
|
gem_cs_tlb \
|
||||||
gem_gtt_concurrent_blit \
|
gem_gtt_concurrent_blit \
|
||||||
gem_exec_nop \
|
gem_exec_nop \
|
||||||
gem_exec_blt \
|
gem_exec_blt \
|
||||||
|
@ -31,6 +31,9 @@
|
|||||||
* Historically the batch prefetcher doesn't check whether it's crossing page
|
* Historically the batch prefetcher doesn't check whether it's crossing page
|
||||||
* boundaries and likes to throw up when it gets a pagefault in return for his
|
* boundaries and likes to throw up when it gets a pagefault in return for his
|
||||||
* over-eager behaviour. Check for this.
|
* over-eager behaviour. Check for this.
|
||||||
|
*
|
||||||
|
* This test for a bug where we've failed to plug a scratch pte entry into the
|
||||||
|
* very last gtt pte.
|
||||||
*/
|
*/
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user