search for: drmtest

Displaying 19 results from an estimated 19 matches for "drmtest".

2020 Mar 18
6
[PATCH i-g-t 0/4] Add nouveau-crc tests
...since nvidia's CRC implementation has some rather interesting design choices that needed to be worked around. Lyude Paul (4): lib/igt_core: Add igt_require_fd() lib/igt_debugfs: Add igt_debugfs_pipe_dir() lib/igt_kms: Hook up connector dithering prop tests: Add nouveau-crc tests lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + lib/igt_core.h | 12 ++ lib/igt_debugfs.c | 29 ++++ lib/igt_debugfs.h | 1 + lib/igt_kms.c | 6 + lib/igt_kms.h | 1 + tests/meson.build | 1 + tests/nouveau_crc.c | 396 ++++++++++++++++++++++++++++++++++++++++++++ 9...
2020 Sep 30
9
[PATCH i-g-t v5 0/5] Add nouveau-crc tests
...s that needed to be worked around. Lyude Paul (5): lib/igt_core: Fix igt_assert_fd() documentation lib/igt_core: Add igt_require_fd() lib/igt_debugfs: Add igt_debugfs_pipe_dir() lib/igt_kms: Hook up connector dithering prop tests: Add nouveau-crc tests .gitlab-ci.yml | 2 +- lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + lib/igt_core.h | 16 +- lib/igt_debugfs.c | 21 +++ lib/igt_debugfs.h | 1 + lib/igt_kms.c | 5 + lib/igt_kms.h | 1 + tests/meson.build | 1 + tests/nouveau_crc.c | 414 ++++++++++++++++++++++++++++++++++++++++++++ 10...
2020 Mar 18
0
[PATCH i-g-t 4/4] tests: Add nouveau-crc tests
...threshold, we also add one test to ensure that any flip thresholds we set are cleared after a single CRC capture (ctx-flip-threshold-reset-after-capture). In addition, we also add some simple tests to test Nvidia-specific CRC sources. Signed-off-by: Lyude Paul <lyude at redhat.com> --- lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + tests/meson.build | 1 + tests/nouveau_crc.c | 396 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 409 insertions(+) create mode 100644 tests/nouveau_crc.c diff --git a/lib/drmtest.c b/lib/drmtest.c index 1fc39925..53c01754 100644...
2020 Apr 17
0
[PATCH i-g-t v3 5/5] tests: Add nouveau-crc tests
...addition, we also add some simple tests to test Nvidia-specific CRC sources. Changes since v2: * Fix missing include in tests/nouveau_crc.c, this should fix builds for aarch64 Changes since v1: * Fix copyright year in nouveau_crc.c Signed-off-by: Lyude Paul <lyude at redhat.com> --- lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + tests/meson.build | 1 + tests/nouveau_crc.c | 397 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 410 insertions(+) create mode 100644 tests/nouveau_crc.c diff --git a/lib/drmtest.c b/lib/drmtest.c index 1fc39925..53c01754 100644...
2020 Aug 18
2
[PATCH i-g-t v4] tests: Add nouveau-crc tests
...we don't care about autotools for nouveau Changes since v2: * Fix missing include in tests/nouveau_crc.c, this should fix builds for aarch64 Changes since v1: * Fix copyright year in nouveau_crc.c Signed-off-by: Lyude Paul <lyude at redhat.com> --- .gitlab-ci.yml | 2 +- lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + tests/meson.build | 1 + tests/nouveau_crc.c | 397 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 411 insertions(+), 1 deletion(-) create mode 100644 tests/nouveau_crc.c diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7fdbfde....
2020 Apr 17
10
[PATCH i-g-t v3 0/5] Add nouveau-crc tests
...for igt_require_fd() * Fix copyright year in tests/nouveau_crc.c Lyude Paul (5): lib/igt_core: Fix igt_assert_fd() documentation lib/igt_core: Add igt_require_fd() lib/igt_debugfs: Add igt_debugfs_pipe_dir() lib/igt_kms: Hook up connector dithering prop tests: Add nouveau-crc tests lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + lib/igt_core.h | 16 +- lib/igt_debugfs.c | 29 ++++ lib/igt_debugfs.h | 1 + lib/igt_kms.c | 6 + lib/igt_kms.h | 1 + tests/meson.build | 1 + tests/nouveau_crc.c | 397 ++++++++++++++++++++++++++++++++++++++++++++ 9...
2020 Apr 17
5
[PATCH i-g-t v2 0/5] Add nouveau-crc tests
...ther interesting design choices that needed to be worked around. Lyude Paul (5): lib/igt_core: Fix igt_assert_fd() documentation lib/igt_core: Add igt_require_fd() lib/igt_debugfs: Add igt_debugfs_pipe_dir() lib/igt_kms: Hook up connector dithering prop tests: Add nouveau-crc tests lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + lib/igt_core.h | 16 +- lib/igt_debugfs.c | 29 ++++ lib/igt_debugfs.h | 1 + lib/igt_kms.c | 6 + lib/igt_kms.h | 1 + tests/meson.build | 1 + tests/nouveau_crc.c | 396 ++++++++++++++++++++++++++++++++++++++++++++ 9...
2020 Sep 30
0
[PATCH i-g-t v5 5/5] tests: Add nouveau-crc tests
...we don't care about autotools for nouveau Changes since v2: * Fix missing include in tests/nouveau_crc.c, this should fix builds for aarch64 Changes since v1: * Fix copyright year in nouveau_crc.c Signed-off-by: Lyude Paul <lyude at redhat.com> --- .gitlab-ci.yml | 2 +- lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + tests/meson.build | 1 + tests/nouveau_crc.c | 414 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 428 insertions(+), 1 deletion(-) create mode 100644 tests/nouveau_crc.c diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7fdbfde....
2020 Sep 29
1
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...include in tests/nouveau_crc.c, this should fix builds for > > aarch64 > > Changes since v1: > > * Fix copyright year in nouveau_crc.c > > > > Signed-off-by: Lyude Paul <lyude at redhat.com> > > --- > > .gitlab-ci.yml | 2 +- > > lib/drmtest.c | 10 ++ > > lib/drmtest.h | 2 + > > tests/meson.build | 1 + > > tests/nouveau_crc.c | 397 ++++++++++++++++++++++++++++++++++++++++++++ > > 5 files changed, 411 insertions(+), 1 deletion(-) > > create mode 100644 tests/nouveau_crc.c > >...
2007 Jul 30
0
Nouveau and Debian Unstable
.../tests' gcc -DHAVE_CONFIG_H -I. -I../libdrm -I ../shared-core -g -O2 -MT dristat.o -MD -MP -MF .deps/dristat.Tpo -c -o dristat.o dristat.c mv -f .deps/dristat.Tpo .deps/dristat.Po /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../libdrm -I ../shared-core -g -O2 -MT drmtest.lo -MD -MP -MF .deps/drmtest.Tpo -c -o drmtest.lo drmtest.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../libdrm -I ../shared-core -g -O2 -MT drmtest.lo-MD -MP -MF .deps/drmtest.Tpo -c drmtest.c -fPIC -DPIC -o .libs/drmtest.o mv -f .deps/drmtest.Tpo .deps/drmtest.Plo /bin/sh ../libtool --tag=CC --mo...
2020 Sep 28
0
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...gt; Changes since v2: > * Fix missing include in tests/nouveau_crc.c, this should fix builds for > aarch64 > Changes since v1: > * Fix copyright year in nouveau_crc.c > > Signed-off-by: Lyude Paul <lyude at redhat.com> > --- > .gitlab-ci.yml | 2 +- > lib/drmtest.c | 10 ++ > lib/drmtest.h | 2 + > tests/meson.build | 1 + > tests/nouveau_crc.c | 397 ++++++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 411 insertions(+), 1 deletion(-) > create mode 100644 tests/nouveau_crc.c > > diff --git a/.gitlab-ci.y...
2016 Dec 02
1
[ANNOUNCE] intel-gpu-tools 1.17
...param: Tidy error messages igt/gem_ctx_param: Update invalid parma number lib/sysfs: Use a fallback for builtin modules benchmarks/gem_blt: Directly compare the cmdparser tools/l3_parity: Skip on ivb with only a single slice igt: Trim timeouts for basic GEM tests drmtest: Install exithandler for i915, even in multidriver tests igt: Check the physical swizzle status igt/gem_tiled_pread_basic: Only print the erroneous location igt/gem_exec_flush: Seed a GGTT mappable address igt/kms_frontbuffer_tracking: Don't fail if there is no hw overla...
2015 Dec 02
0
[ANNOUNCE] intel-gpu-tools 1.13
...arks: Add README igt/gem_concurrent_all: Add testcases that split the copying across rings igt/gem_mmap_gtt: Require SET_TILING to work before doing large tiled tests benchmarks/gem_blt: Fixup a couple of non-llc foibles overlay: Show power consumption without i915-pmu drmtest: Use standard gem_execbuf() calls in gem_quiescent_gpu() benchmarks: Add a set-domain benchmark igt/drm_read: Check handling of pagefault on destination buffer igt/drm_read: Clear O_NONBLOCK between tests igt/gem_cs_prefetch: Convert to intel_require_memory() benchmark...
2016 Sep 02
0
[ANNOUNCE] intel-gpu-tools 1.16
...n VC4 docs lib: Update igt_chipset docs lib: Update ioctl_wrappers functions docs: minimal docs for igt_vgem.c Derek Morton (1): gem_largeobject: Fix for clang compiler Eric Anholt (1): vc4: Add a test for BO lookup failure error path. Gustavo Padovan (2): lib/drmtest: Fix igt_skip message lib/drmtest: add virtio_gpu support Imre Deak (1): igt/gem_mocs_settings: Adjust the expected value for the third BXT entry Kristian H�gsberg Kristensen (2): aubdump: Support softpin bos aubdump: Only close aub file if we opened it Maarten Lankhors...
2015 Jun 11
0
[ANNOUNCE] intel-gpu-tools 1.11
...tools replaced by intel_reg NEWS: Updates Update version to 1.11 and add the release date Tim Gore (8): tests/gem_tiled_fence_blits: split into subtests tests/gem_concurrent.c: rename to gem_concurrent_all tests/Android.mk : skip kms_pipe_b_c_ivb if no cairo lib/drmtest.h : fix mmap64 again tools/quick_dump/makefile.am: add -lrt to get clock_gettime tests/Android.mk : skip kms_legacy_colorkey if no cairo lib/igt_core.c : only disable low mem killer once tests/gem_reset_stats : mask off ring_stop bits Tvrtko Ursulin (16): kms_rotation...
2018 Aug 08
0
[ANNOUNCE] igt-gpu-tools 1.23
...clude: bump drm uAPI headers intel_chipsets: store GT information in device info tests: add i915 query tests tests/i915_query: split garbage test tests/i915_query: fix expected subslice count on hsw tests/perf: fix gen8 small cores whitelist expectation lib: drop drmtest dependency on intel_batchbuffer lib: create new dependency for aubdump Lofstedt, Marta (3): blacklist: Don't run DRRS test on Intel CI system blacklist: Don't run tests on pipe-d, pipe-e or pipe-f tests/kms_frontbuffer_tracking: Save runtime by removing sleep. Luca...
2017 Mar 13
1
[ANNOUNCE] intel-gpu-tools 1.18
...lib/ioctl_wrappers.h: Fix to_user_pointer() helper lib/igt_kms: Check memory allocations for failures lib/igt_kms: Add missing function declaration lib/igt_debugfs: Prevent buffer overflow lib/igt_kms: Set free'd pointer to NULL lib/igt_kms: Fixed typo lib/drmtest: Add comment explaining DRIVER_ANY excluding DRIVER_VGEM lib/igt_kms: Add index property to kmstest_plane struct lib/igt_kms: Avoid depencency on static plane count lib/igt_kms: Rename kmstest properties nplanes and plane lib/igt_kms: Implement dynamic plane count support...
2018 Jan 16
0
[ANNOUNCE] intel-gpu-tools 1.21
...e_header lib/intel_aub: Add new MEM_TRACE commands tools/intel_aubdump: Add ability to simulate execlist submission Thierry Reding (4): tests/perf: Fix a bunch of warnings on 32-bit systems tools/aubdump: Avoid ISO C90 warning lib: Fix compilation on non-x86 lib/drmtest: Fix typo Tvrtko Ursulin (26): igt/gem_exec_fence: Add subtest for invalid flags intel-gpu-overlay: Move local perf implementation to a library intel-gpu-overlay: Consolidate perf PMU access to library lib/perf: Fix data types and general tidy intel-gpu-overlay: Fix i...
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...into subtests tests/kms_ccs: Test CCS on sprite planes Daniel Vetter (40): configure: Bump libdrm to 2.4.76 Revert "configure: Bump libdrm to 2.4.76" tests/drm_module_reload: Don't require hda dynamic debug CONTRIBUTING: formalize review rules lib/drmtest: Decode driver flags on failure lib/aux: Better debug output for rtcwake tests/drv_module_reload: Fix running single tests tests/pm_rpm: Use the quick mode by default tests: delete extended.testlist tests/kms_busy: Only test against one engine tests/core_auth: se...