[Intel-gfx] [RFC i-g-t 4/6] tests/gem_stolen: drop gem_stolen.c
Petri Latvala
petri.latvala at intel.com
Tue Oct 3 09:19:03 UTC 2017
On Mon, Oct 02, 2017 at 04:00:16PM -0700, Daniele Ceraolo Spurio wrote:
> The feature was never merged and there has been no progress in the
> last year. The subtests are currently skipping on all platforms by
> checking a field in the get_aperture ioctl structure that doesn't
> exist in the kernel version of the struct.
>
> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
> ---
> tests/Makefile.sources | 1 -
> tests/gem_stolen.c | 455 -------------------------------------------------
> 2 files changed, 456 deletions(-)
> delete mode 100644 tests/gem_stolen.c
>
> diff --git a/tests/Makefile.sources b/tests/Makefile.sources
> index c4d320e..b2a9cfe 100644
> --- a/tests/Makefile.sources
> +++ b/tests/Makefile.sources
> @@ -141,7 +141,6 @@ TESTS_progs = \
> gem_shrink \
> gem_softpin \
> gem_spin_batch \
> - gem_stolen \
> gem_storedw_batches_loop \
> gem_storedw_loop \
> gem_streaming_writes \
Same change for meson.build needed:
diff --git a/tests/meson.build b/tests/meson.build
index 6cb3584a..5db3b39f 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -121,7 +121,6 @@ test_progs = [
'gem_shrink',
'gem_softpin',
'gem_spin_batch',
- 'gem_stolen',
'gem_storedw_batches_loop',
'gem_storedw_loop',
'gem_streaming_writes',
--
Petri Latvala
More information about the Intel-gfx
mailing list