summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-02-11igt: fb: Add a bunch of new YUV formatsMaxime Ripard1-2/+98
2019-02-11igt: fb: Rework YUV i915 allocation pathMaxime Ripard1-19/+8
2019-02-11igt: fb: Clear YUV dumb buffersMaxime Ripard1-0/+3
2019-02-11igt: fb: Don't pass the stride when allocating a dumb, multi-planar bufferMaxime Ripard1-1/+16
2019-02-11igt: fb: Account for all planes bppMaxime Ripard1-2/+7
2019-02-11igt: fb: Add size checks and recalculation before dumb allocationMaxime Ripard1-0/+10
2019-02-11igt: fb: Refactor dumb buffer allocation pathMaxime Ripard1-7/+6
2019-02-05lib/igt_kms: Don't reset VRR_ENABLED on every commitNicholas Kazlauskas1-3/+0
2019-02-05lib/igt_fb: Fix merge of preliminary patches for clearing YUVPaul Kocialkowski1-1/+3
2019-02-05igt: fb: Move i915 YUV buffer clearing code to a functionMaxime Ripard1-38/+42
2019-02-05igt: fb: generic YUV convertion functionMaxime Ripard1-364/+169
2019-02-05igt: fb: Reduce tile size alignment for non intel platformsMaxime Ripard1-1/+5
2019-02-05igt: fb: Add subsampling parameters to the formatsMaxime Ripard1-6/+29
2019-02-05tests/gem_media_vme: Shut down half of subslices to avoid gpu hang on ICLTony Ye3-1/+16
2019-02-05tests/gem_media_vme: Simple test to exercise the VME blockTony Ye9-2/+404
2019-02-04lib: sync i915_pciids.h with kernelRodrigo Vivi2-0/+9
2019-02-01debugfs: Fix writing an extra zero out of bounds in igt_crc_to_string_extended()Maarten Lankhorst1-4/+4
2019-02-01lib/igt_kms: Clear all non-atomic properties in legacy/universal commit corre...Maarten Lankhorst1-4/+3
2019-02-01tests/kms_frontbuffer_tracking: Fix skips when PSR is not available.Maarten Lankhorst1-1/+1
2019-02-01lib/psr: Do not use out of bound enum for psr_set.Maarten Lankhorst1-4/+4
2019-01-30lib: Skip unused fork helpersChris Wilson1-2/+6
2019-01-29automake: Remove VC4/V3D build supportDaniel Vetter1-7/+0
2019-01-29automake: Ditch all EXTRA_DIST directivesDaniel Vetter2-10/+0
2019-01-28tests: Add variable refresh rate testsNicholas Kazlauskas2-0/+7
2019-01-28lib/igt_x86: Mock-use variable to silence static analysisPetri Latvala1-0/+2
2019-01-28lib/igt_kms: Aid static analyzer with the control flowPetri Latvala1-0/+1
2019-01-28igt_aux: Handle empty pm_test file gracefullyPetri Latvala1-0/+3
2019-01-24lib/igt_gt: Move assert with setting 'reset' parameter after IGT env checkKatarzyna Dec1-3/+3
2019-01-23lib/draw: Align mmap requests to page boundariesChris Wilson1-3/+11
2019-01-23tests: drop openssl dependency in favor of glib sha1 implementationJani Nikula1-1/+0
2019-01-22lib/psr: Add PSR2 support to the remaning psr functionsJosé Roberto de Souza2-12/+43
2019-01-22lib/psr: Make psr_wait_entry and psr_wait_update aware of the PSR version testedJosé Roberto de Souza2-10/+22
2019-01-22lib/psr: Rename psr_wait_exit to psr_wait_updateJosé Roberto de Souza2-2/+2
2019-01-22lib/psr: Only care about DEEP_SLEEP state for PSR2José Roberto de Souza1-1/+1
2019-01-22lib/psr: Add support to new modified i915_edp_psr_status outputJosé Roberto de Souza1-3/+4
2019-01-22lib: Include the size in the error message for mlockChris Wilson1-2/+2
2019-01-21lib/drmtest: Don't read from NULL in set_forced_driverPetri Latvala1-1/+3
2019-01-21lib/igt_core: Initialize fds in igt_system_quietPetri Latvala1-1/+1
2019-01-21lib/igt_core: Handle all failures to read .igtrcPetri Latvala1-1/+1
2019-01-21lib/igt_core: Assert that optarg is presentPetri Latvala1-0/+1
2019-01-21lib/igt_audio: Initialize freq in audio_signal_detect()Petri Latvala1-1/+1
2019-01-21lib/igt_alsa: Remove dead assignmentPetri Latvala1-2/+0
2019-01-21lib/igt_kms: Assert that active crtcs have at least one planePetri Latvala1-0/+1
2019-01-21lib/igt_kms: Make igt_display_init require at least one planePetri Latvala1-1/+1
2019-01-21lib: Avoid memcpying 0 bytes from NULLPetri Latvala1-2/+3
2019-01-21lib/igt_kms: Use correct type for callocPetri Latvala1-1/+1
2019-01-21lib/ioctl_wrappers: Help static analysis with execution flowPetri Latvala1-4/+10
2019-01-21lib/i915/gem_context: Help static analysis with execution flowPetri Latvala1-3/+5
2019-01-21lib: Introduce BUILD_BUG_ON_INVALID and igt_assume()Petri Latvala1-0/+25
2019-01-18lib/igt_debugfs: Unify crc collectionMika Kahola1-30/+28