tests: Add prime_crc for cache coherency

This program can be used to detect when the writes don't land in scanout, due
cache incoherency.

Run it like ./prime_crc --interactive-debug=crc

Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
Tiago Vignatti
2015-08-04 13:38:09 -03:00
parent 84e851cbab
commit 3e130ac2b2
3 changed files with 203 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ TESTS_progs_M = \
pm_rps \
pm_rc6_residency \
pm_sseu \
prime_crc \
prime_mmap \
prime_self_import \
template \