Displaying 19 results from an estimated 19 matches for "igt_km".
Did you mean:
igt_kms
2020 Mar 18
0
[PATCH i-g-t 3/4] lib/igt_kms: Hook up connector dithering prop
...ak tests using CRC readback since we
don't expect the CRC to change if the source content hasn't changed.
So, hook up support for configuring the dithering property and reset it
to off from igt_display_reset() when applicable.
Signed-off-by: Lyude Paul <lyude at redhat.com>
---
lib/igt_kms.c | 6 ++++++
lib/igt_kms.h | 1 +
2 files changed, 7 insertions(+)
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index 54de45e5..2bbb363e 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -418,6 +418,7 @@ const char * const igt_connector_prop_names[IGT_NUM_CONNECTOR_PROPS] = {
[IGT_CONNECTOR_LINK...
2020 Apr 17
0
[PATCH i-g-t v3 4/5] lib/igt_kms: Hook up connector dithering prop
...ak tests using CRC readback since we
don't expect the CRC to change if the source content hasn't changed.
So, hook up support for configuring the dithering property and reset it
to off from igt_display_reset() when applicable.
Signed-off-by: Lyude Paul <lyude at redhat.com>
---
lib/igt_kms.c | 6 ++++++
lib/igt_kms.h | 1 +
2 files changed, 7 insertions(+)
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index e9621e7e..d45adfaf 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -421,6 +421,7 @@ const char * const igt_connector_prop_names[IGT_NUM_CONNECTOR_PROPS] = {
[IGT_CONNECTOR_LINK...
2017 Mar 13
1
[ANNOUNCE] intel-gpu-tools 1.18
...ce Xu)
Test changes:
- Multiple new tests.
And many other bug fixes and improvements.
And the full changelog follows:
Ander Conselvan de Oliveira (4):
lib/i915_pciids.h: Update to latest version wich includes GLK ids
lib/intel_chipset: Add geminilake platform definition
lib/igt_kmod: Compare module names with strcmp
kms_frontbuffer_tracking: Fix badstride test skipping with atomic
Brian Starkey (6):
kms_atomic_transition: Initialize pipe_crcs to avoid segfault
lib/igt_kms: Fix drm_plane leak
lib/igt_kms: Neaten up pipe->planes[] assignment
l...
2016 Sep 02
0
[ANNOUNCE] intel-gpu-tools 1.16
Hello,
A new intel-gpu-tools quarterly release is available with the following
changes:
- Build automatically tests required when issueing a make check, Tests/subtests
that receive a crash signal should print a backtrace when i-g-t is built with
libunwind support (Marius Vlad)
- lib/igt_kms: Force connector probing on first use (Chris Wilson)
- vc4: Add a test for BO lookup failure error path (Eric Anholt)
- tests/gem_mocs_settings: Remove direct register tests,
and added RC6 tests (Peter Antoine)
- Check for libdrm_intel and build if present, Add stubs for intel_bufmgr
(Robert Fo...
2018 Jan 16
0
[ANNOUNCE] intel-gpu-tools 1.21
...g: Test vc4's new set/get_tiling ioctls.
igt/vc4-label: Test setting labels of BOs.
Gabriel Krisman Bertazi (8):
tests/kms_plane_scaling: Fix off-by-one plane selection
tests/kms_fbcon_fbt: Report fbc_status on error
tests/kms_ccs: Test pipes other than pipe A
lib/igt_kms: Fix off-by-one bug on skip of missing pipe
tests/kms_ccs: Prevent segfault if pipe is not supported
tests/kms_ccs: Test case where the CCS buffer was not provided
tests/kms_ccs: Test case where CCS is on a different BO
tests/kms_ccs: Test case for wrong aux buffer stride s...
2020 Apr 17
5
[PATCH i-g-t v2 0/5] Add nouveau-crc tests
...dds the relevant tests for it since nvidia's CRC
implementation has some rather 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 |...
2020 Apr 17
10
[PATCH i-g-t v3 0/5] Add nouveau-crc tests
...ges since v1:
* fix documentation errors Petri pointed out
* Fix documentation 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 |...
2020 Mar 18
6
[PATCH i-g-t 0/4] Add nouveau-crc tests
...ng for a moderator to fix that)
So, this series adds the relevant tests for it 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 |...
2020 Sep 30
9
[PATCH i-g-t v5 0/5] Add nouveau-crc tests
...ng some relevant tests for it since nvidia's CRC
implementation has some rather 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
.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 |...
2018 Mar 09
0
[ANNOUNCE] intel-gpu-tools 1.22
...headers
tests/meson: Build gem_ctx_isolation
meson: Force libdrm version also for the subpackages
Boris Brezillon (3):
igt/vc4: Add a helper function to mark BOs purgeable
igt: Add igt_vc4_get_param() helper
igt: Add VC4 purgeable BO tests
Carlos Santa (2):
lib/igt_kms: Add doc for kmstest_ and igt_ functions
tests/kms_plane_scaling: Use existing igt_kms apis to paint the fb
Chris Wilson (52):
igt/gem_linear_blits: Compute GTT size using 4G limit
igt/gem_tiled_fence_blits: Allocate bo array
igt/pm_rps: Increase load for waitboosting...
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...ru)
- piglit changed its behaviour to prevent overwriting the results. A fairly new
version of piglit is required to run i-g-t tests. (Gabriel Feceoru)
- lib: Replace drmIoctl() with a layer of indirection (Chris Wilson)
- Adding missing Broxton PCI IDs (Rodrigo Vivi)
- Added COMMIT_ATOMIC (lib/igt_kms, w/ tests/kms_rotation_crc).
Requires nuclear_pageflip parameter turned on in the i915 driver.
(Mayuresh Gharpure, Pratik Vishwakarma)
- man/: rewrite manual pages in reStructuredText (Jani Nikula)
- tests/drv_module_reload_basic: perform fault injection (Chris Wilson)
with various improvements...
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...atch table
i915/gem_mocs_settings: do not set undefined entries to PTE
i915/gem_mocs_settings: add MOCS table for Tiger Lake
i915/gem_mocs_settings: add support for Tiger Lake
i915/gem_mocs_settings: log the engine and MOCS index
lib/kmod: reimplement kmsg_dump()
igt_kmod: handle EPIPE on kmsg
Lukasz Kalamarz (4):
tools/intel_dump_audion: Rename BIT macros to REG_BIT
lib/intel_chipset: Move BIT macro to common place
tests/i915/gem_mmap_wc: Tweak close subtest
i915/gem_mmap_offset: Add new API test for gem_mmap_offset
Lyude Paul (5):...
2017 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
...load balancing
strategy. (Tvrtko Ursulin)
Test changes:
- Imported amdgpu tests from libdrm. (Chris Wilson)
- Multiple other new tests.
And many other bug fixes and improvements.
And the full changelog follows:
Abdiel Janulgue (4):
intel-ci: Add initial generic testlist
lib/igt_kms: Add support for 4K and audio HDMI EDID injection.
tests/kms_hdmi_inject: Add test for HDMI injection capabilities.
lib/tests: Add kmstest_edid_add_* selftests
Ander Conselvan de Oliveira (3):
lib/dummyload: Handle timeout in a new thread instead of signal handler
lib/debu...
2018 Aug 08
0
[ANNOUNCE] igt-gpu-tools 1.23
...sts.sh: allow relative IGT_TEST_ROOT and IGT_CONFIG_PATH
README: clarify comment about tests
run-tests.sh: use meson build by default
tests/sw_sync: fix pthread start_routine declaration
build: bump c std to gnu11
lib/igt_core: fix check for running under gdb
lib/igt_kms: simplify pipe <-> name conversion
Lukasz Kalamarz (8):
lib/surfacestate: Creating surfaceformat header
lib: Rename all surfaceformat calls in libs
libs: Removal of duplicated SURFACEFORMAT definitions
lib/gen7_render: include gen6_render header
lib/rendercopy:...
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...Update documentation and cleanup
tests/igt_command_line: Ignore subtest list for kms_ccs
tools: Add intel_vbt_defs.h to Makefile.sources
scripts/run-tests.sh: Use piglit's --ignore-missing
Ausmus, James (1):
Fix compilation on some distros
Brian Starkey (1):
lib/igt_kms: Fix override_mode handling
Chris Wilson (63):
benchmarks/gem_busy: Trim unused compares
igt/gem_exec_fence: Limit history size for !execlists
igt/gem_exec_await: Reduce ring-size estimate for shared ringbuffer submission
lib: Force global reset + uevents for hang detector...
2015 Jun 11
0
[ANNOUNCE] intel-gpu-tools 1.11
...Split plane setup operations
test/kms_psr_sink_crc: Add dpms off/on tests.
tests/kms_psr_sink_crc: Make render size and stride based on
modified fb size
Shuang He (1):
tests: Fix duplicate 'kms_flip_event_leak' entry in tests/Makefile.sources
Sonika Jindal (2):
lib/igt_kms: Let set_property return the result
kms_rotation_crc: Adding test for 90/270 rotation
Thomas Wood (28):
lib: print a stack trace when a test assertion fails
Add default debug flags for tests
docs: limit the number of subtests listed
igt.cocci: check the return values...
2015 Mar 12
0
[ANNOUNCE] intel-gpu-tools 1.10
...esidency: Add media_rc6_residency_counter subtest
Imre Deak (1):
rendercopy/gen9: fix gem_render_copy 3d state setup
Libin Yang (1):
tools/intel_audio_dump: add details dump for Cherryview
Lu, Han (1):
tools/intel_audio_dump: add support for Skylake
Marc Herbert (2):
lib/igt_kms.c: remove tests dependency on VT /dev/tty0
lib/igt_kms.c: igt_require -> igt_require_f("two displays required\n")
Matt Roper (5):
kms_cursor_crc: Kernel now checks for integer overflow
tests/kms_universal_plane: Fix subtest enumeration
kms_universal_plane: Che...
2016 Dec 02
1
[ANNOUNCE] intel-gpu-tools 1.17
...ert "igt_dummyload: Don't clear handler for invalid signal"
igt/kms_busy: Add more information about the state of the bo
lib/dummyload: Don't clear the same signal twice
lib/igt_dummyload: Don't clear a signal if we haven't installed the timeout
lib/igt_kmod: Adopt igt_kselftests()
igt: Add kselftest runner for i915
lib/igt_kmod: Squelch the igt assert for a module with no subtests
Daniel Vetter (1):
lib/chipset: Properly skip on non-Intel
Derek Morton (1):
benchmarks/gem_busy: Fix compile error
Emil Velikov (3):
lib:...
2016 Mar 01
0
[ANNOUNCE] intel-gpu-tools 1.14
...for 32-bit block size
intel_bios_reader: make the VBT pointers more const
intel_bios_reader: port find_panel_sequence_block from kernel
intel_bios_reader: port the sequence block parsing from kernel
intel_bios_reader: dump MIPI sequence block v3
Jesse Barnes (1):
lib/igt_kms, tests/testdisplay: allow probing of new connector modes
Kibey, Sameer (1):
list-workarounds: Extend the script to Mesa
Kristian Høgsberg Kristensen (3):
aubdump: Raise SIGTRAP on failure
aubdump: Don't use .so constructors for initializing
aubdump: Add a get_bo() loo...