search for: testdisplay

Displaying 12 results from an estimated 12 matches for "testdisplay".

2017 Jan 18
2
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
On Wed, Jan 18, 2017 at 11:57 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Wed, Jan 18, 2017 at 11:41 AM, Damien Lespiau > <damien.lespiau at intel.com> wrote: >> On Wed, Jan 18, 2017 at 04:33:43PM +0000, Damien Lespiau wrote: >>> On Wed, Jan 18, 2017 at 11:27:16AM -0500, Ilia Mirkin wrote: >>> > Damien - did you ever test these mandatory modes
2017 Jan 18
0
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
...there's an issue in the nouveau implementation for frame-packed > modes. But it could still be the TVs themselves that don't support > that at all. If Alastair has an intel GPU as well, an "easy" way to check if the frame packing modes of those TVs work would be to use the testdisplay[1] tool of intel-gpu-tools. Shameless plug: http://damien.lespiau.name/2013/10/hdmi-stereo-3d-kms.html Towards the end of the post, there are test display usage examples to go and test FP modes. Mind you, people have been trying to make intel-gpu-tools run on any DRM driver when possible, not sur...
2017 Apr 11
2
[PATCH v3 10/10] drm/nouveau: Enable stereoscopic 3D output over HDMI
...put for HDMI and DisplayPort connectors on NV50+ (G80+) hardware. We do not enable stereoscopy on older hardware in case there is some older board that still has HDMI output but for which we have no logic for setting the Vendor InfoFrame. With this, I get an obvious 3D output when using the "testdisplay" program from intel-gpu-tools with the "-3" parameter and outputting to a 3D-capable HDMI display, for all available 3D modes (be they TB, SBSH, or FP) on all four G80+ DISPs. Signed-off-by: Alastair Bridgewater <alastair.bridgewater at gmail.com> --- drivers/gpu/drm/nouveau/...
2017 Apr 11
0
[PATCH v3 10/10] drm/nouveau: Enable stereoscopic 3D output over HDMI
...connectors on > NV50+ (G80+) hardware. We do not enable stereoscopy on older > hardware in case there is some older board that still has HDMI > output but for which we have no logic for setting the Vendor > InfoFrame. > > With this, I get an obvious 3D output when using the "testdisplay" > program from intel-gpu-tools with the "-3" parameter and outputting > to a 3D-capable HDMI display, for all available 3D modes (be they > TB, SBSH, or FP) on all four G80+ DISPs. > > Signed-off-by: Alastair Bridgewater <alastair.bridgewater at gmail.com> >...
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...ula) - build: Add optional --enable-werror (hard-fail in case of compiler warnings) (Marius Vlad) - New KMS test: tests/prime_mmap_kms (show case dma-buf new API and processes restrictions) (Tiago Vignatti) - Several tests have gained to ability to be run on different platforms than Intel: tests/testdisplay (Tomeu Vizoso), tests/kms_panel_fitting (Robert Foss), tests/kms_flip_event_leak, tests/kms_flip (Tomeu Vizoso). - compute exitcode first: In the case of running multiple subtests which all happen to be skipped, igt_exitcode is 0, but the final exit code will be 77. (Chris Wilson) - Shorten tests...
2015 Dec 02
0
[ANNOUNCE] intel-gpu-tools 1.13
...mmand line option to specify multiple subtests to run. (Thomas Wood) - Add support for Broxton in intel_audio_dump (Han Lu) - Added Kabylake support (Rodrigo Vivi/Wayne Boyer) - Many other bug fixes and improvements Complete list of changes since 1.12: Ander Conselvan de Oliveira (1): testdisplay: Fix segfault after first modeset fails Ben Widawsky (1): igt/intel_aubdump: Use the right ring Chris Wilson (24): benchmarks: Measure BLT performance benchmarks/gem_blt: Fix compilation after rebase and add batch-size tests/gem_pwrite_snooped: Fix use of GCC pragmas...
2015 Mar 12
0
[ANNOUNCE] intel-gpu-tools 1.10
...kl: Add gen9 specific igt_blitter_fast_copy() lib: Don't give a struct igt_buf * to fast_copy_pitch() lib: Split two helpers to build fast copy's dword0 and dword1 lib: Provide a raw version of the gen9 fast copy blits lib: Allow the creation of Ys/Yf tiled FBs testdisplay/skl: Add command line options for Yb/Yf tiled fbs lib/fb: Use PRIx64 for uint64_t in format string Daniel Vetter (27): tests/gem_exec_blt: Add subtest that uses dumb buffers tests/gem_concurrent_blt: Adjust subtest naming tests/gem_concurrent_blit: Fix indent lib/gt:...
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...Petri Latvala (62): perf_pmu: Remove redundant check for engine gem_exec_fence: Really loop through all engines lib: Export a function for loading igtrc runner: Add support for aborting on network failure run-tests.sh: Use igt_runner instead of piglit by default testdisplay: Don't double-close udev fd meson: Remove redundant install params from configure_file runner/resultgen: Handle empty outputs intel-ci: Un-blacklist pipe D runner: Produce skip instead of notrun for nonexisting tests runner/resultgen: Refactor output parsing...
2018 Mar 09
0
[ANNOUNCE] intel-gpu-tools 1.22
...(1): tools/intel_guc_logger: Send GuC log level in new i915 expected format Scott D Phillips (1): tools/intel_aubdump: Simulate "enhanced execlist" submission for gen11+ Sean Paul (1): CONTRIBUTING: Fix spelling mistake and line length Thierry Reding (2): tests/testdisplay: Explicitly use GLIB_CFLAGS tools/intel_dp_compliance: Add missing GLIB_CFLAGS Tvrtko Ursulin (23): tests/perf_pmu: Tighten busy measurement tests/perf_pmu: More busy measurement tightening tests/perf_pmu: Use measured sleep in all time based tests tests/perf_pmu: Con...
2016 Mar 01
0
[ANNOUNCE] intel-gpu-tools 1.14
...ck 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() lookup function Maarte...
2017 Mar 13
1
[ANNOUNCE] intel-gpu-tools 1.18
...nes changes Revert "tests/kms_plane_multiple: Test only with maximum number of planes" tests/gem_exec_reloc: Don't call igt_(dis)allow_hang outside fixtures tests/drv_suspend: Skip */crc/* in debugfs-reader tools/intel_vbt_decode: Remove unused code tests/testdisplay: Remove unused SPRITE_COLOR_KEY assembler/gen8_disasm.c: Remove unused m_mask_ctrl lib: Add i915 and drm-mm selftest headers from the kernel Always expose IGT subtests for known kernel selftests Update NEWS, bump version to 1.18. Rafael Antognolli (1): tests/sw_sync:...
2017 Jan 17
32
[PATCH 0/6] drm/nouveau: Enable HDMI Stereoscopy
This is an initial implementation of HDMI 3D mode support for the nouveau kernel driver. It works on all of the hardware that I have available to test at the moment, but I am unsure as to the overall approach taken for setting HDMI InfoFrames, there's no support for g84 or gf119 disps, and the criteria for enabling stereo support for an output seems a bit iffy. The first four patches arrange