mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
Add a test for pread after blitting to an object.
This caught a bug with get_user_pages usage in the kernel, which would result in zeroes being read out of the object when faulting in a new page.
This commit is contained in:
@@ -5,6 +5,7 @@ TESTS = getversion \
|
||||
gem_flink \
|
||||
gem_readwrite \
|
||||
gem_mmap \
|
||||
gem_pread_after_blit \
|
||||
gem_tiled_blits
|
||||
|
||||
EXTRA_PROGRAMS = $(TESTS)
|
||||
|
||||
Reference in New Issue
Block a user