summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-29automake: Ditch all EXTRA_DIST directivesDaniel Vetter
2019-01-29automake: Drop runner build supportDaniel Vetter
2019-01-29automake: Point builders at mesonDaniel Vetter
2019-01-29automake: drop assembler/shader-debugger automake supportDaniel Vetter
2019-01-29automake: Drop manpage build supportDaniel Vetter
2019-01-29automake: Drop gtkdoc build remnantsDaniel Vetter
2019-01-29tests/core_auth: Merge getclient subtestsDaniel Vetter
2019-01-29tests/gem_exec_capture: Compare instead of assign in an assertPetri Latvala
2019-01-28tests: Add variable refresh rate testsNicholas Kazlauskas
2019-01-28lib/igt_x86: Mock-use variable to silence static analysisPetri Latvala
2019-01-28lib/igt_kms: Aid static analyzer with the control flowPetri Latvala
2019-01-28igt_aux: Handle empty pm_test file gracefullyPetri Latvala
2019-01-28tests/kms_color: Assert gamma look up table sizesPetri Latvala
2019-01-28overlay: Write out the assumption for kernel-provided dataPetri Latvala
2019-01-28tests: Make a fb-tiling subtest to check for invalid tiling changes.Maarten Lankhorst
2019-01-28tests/kms_rotation_crc: Fix multiplane-rotation-cropping* testsJuha-Pekka Heikkila
2019-01-27tests/kms_flip: Add test to check suspend/resumeShayenne Moura
2019-01-24i915/gem_mmap_gtt: Reset faster and longer to catch fencing errorsChris Wilson
2019-01-24i915/gem_exec_capture: Really confirm error capturing is enablingChris Wilson
2019-01-24lib/igt_gt: Move assert with setting 'reset' parameter after IGT env checkKatarzyna Dec
2019-01-24gitlab-CI: Stop installing openssl packagesPetri Latvala
2019-01-23lib/draw: Align mmap requests to page boundariesChris Wilson
2019-01-23tests: drop openssl dependency in favor of glib sha1 implementationJani Nikula
2019-01-22tests/psr: Add the same test coverage that we have for PSR1 to PSR2José Roberto de Souza
2019-01-22test/psr: Add a generic function to setup each testJosé Roberto de Souza
2019-01-22lib/psr: Add PSR2 support to the remaning psr functionsJosé Roberto de Souza
2019-01-22lib/psr: Make psr_wait_entry and psr_wait_update aware of the PSR version testedJosé Roberto de Souza
2019-01-22lib/psr: Rename psr_wait_exit to psr_wait_updateJosé Roberto de Souza
2019-01-22lib/psr: Only care about DEEP_SLEEP state for PSR2José Roberto de Souza
2019-01-22lib/psr: Add support to new modified i915_edp_psr_status outputJosé Roberto de Souza
2019-01-22lib: Include the size in the error message for mlockChris Wilson
2019-01-22runner: Implement --dry-runPetri Latvala
2019-01-21tests/testdisplay: Speed up testdisplay for ciVille Syrjälä
2019-01-21lib/drmtest: Don't read from NULL in set_forced_driverPetri Latvala
2019-01-21lib/igt_core: Initialize fds in igt_system_quietPetri Latvala
2019-01-21lib/igt_core: Handle all failures to read .igtrcPetri Latvala
2019-01-21lib/igt_core: Assert that optarg is presentPetri Latvala
2019-01-21lib/igt_audio: Initialize freq in audio_signal_detect()Petri Latvala
2019-01-21lib/igt_alsa: Remove dead assignmentPetri Latvala
2019-01-21benchmarks/gem_userptr_benchmark: Correctly free memoryPetri Latvala
2019-01-21lib/igt_kms: Assert that active crtcs have at least one planePetri Latvala
2019-01-21lib/igt_kms: Make igt_display_init require at least one planePetri Latvala
2019-01-21benchmarks/wsim: Handle a parse errorPetri Latvala
2019-01-21lib: Avoid memcpying 0 bytes from NULLPetri Latvala
2019-01-21tests: Use correct type for callocPetri Latvala
2019-01-21lib/igt_kms: Use correct type for callocPetri Latvala
2019-01-21lib/ioctl_wrappers: Help static analysis with execution flowPetri Latvala
2019-01-21lib/i915/gem_context: Help static analysis with execution flowPetri Latvala
2019-01-21lib: Introduce BUILD_BUG_ON_INVALID and igt_assume()Petri Latvala
2019-01-18tests/kms_modes_available_crc: Fix NV12 failureDhinakaran Pandiyan