summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-04tools: Add a simple tool to read/write/decode dpcd registersTarun Vyas
2018-10-04meson.sh: Add support for install/uninstallDaniel Vetter
2018-10-04igt: Check drmModeGetResources()Chris Wilson
2018-10-04runner: Add unit test for resume when enough subtests are already runPetri Latvala
2018-10-04runner: Don't try to execute an empty set of subtestsPetri Latvala
2018-10-04lib/i915: Move shaders directoryKatarzyna Dec
2018-10-04shaders: Add assembler instructions and update README for shadersKatarzyna Dec
2018-10-03runner: Add a unit test that checks for fd leaksPetri Latvala
2018-10-03runner: Plug more fd leaksPetri Latvala
2018-10-03runner: Add time_elapsed field to resultsPetri Latvala
2018-10-03lib/kms: Handle no connectors for igt_enable_connectors()Chris Wilson
2018-10-02igt/pm_rpm: Handle no-KMS gracefullyChris Wilson
2018-10-02igt/kms_busy: Flush request queue when re-enabling hangcheckChris Wilson
2018-10-02tests: Add kms plane alpha blending test, v2.Maarten Lankhorst
2018-10-01igt: Require a display (KMS enabled) for KMS testsChris Wilson
2018-10-01lib/kms: Skip no-op display updatesChris Wilson
2018-10-01lib: Report if kms is enabled on the displayChris Wilson
2018-10-01igt/prime_vgem: Skip flip if no displayChris Wilson
2018-10-01igt/kms_getfb: Check the iface exists before useChris Wilson
2018-09-28tests/psr: Check for PSR entry less frequentlyDhinakaran Pandiyan
2018-09-28tests/psr: Wait for PSR exitDhinakaran Pandiyan
2018-09-28runner: Plug an fd leakPetri Latvala
2018-09-27lib/igt_fb: Refactor blitter usageVille Syrjälä
2018-09-27lib/igt_fb: Pass around igt_fb internallyVille Syrjälä
2018-09-27lib/igt_fb: Constify format_desc_structVille Syrjälä
2018-09-27lib/igt_fb: Consolidate fb size calculation to one functionVille Syrjälä
2018-09-27lib/igt_fb: Extract calc_plane_stride()Ville Syrjälä
2018-09-27igt/gem_sync: Exercise waiting while keeping the GPU busyChris Wilson
2018-09-27igt/gem_sync: Measure wakeup latency while also scheduling the next batchChris Wilson
2018-09-27igt/gem_sync: Exercise sync after context switchChris Wilson
2018-09-27lib/debugfs: Use a blocking read in igt_pipe_crc_get_single()Ville Syrjälä
2018-09-27runner: Avoid null characters in results.jsonPetri Latvala
2018-09-26lib/gpgpu_fill: Implement gpgpu_fillfunc for Gen11Katarzyna Dec
2018-09-26lib: Reuse Gen9 mediafill on Gen11Daniele Ceraolo Spurio
2018-09-26lib: Unexport gem_gtt_type()Chris Wilson
2018-09-26igt/perf: gem.has_ppgtt is no longer usedChris Wilson
2018-09-26igt/pm_sseu: gem.has_ppgtt is no longer usedChris Wilson
2018-09-25lib/igt_fb: Remove the hand rolled addfb2Ville Syrjälä
2018-09-25lib/kms: Pass the number of planes explicitly to __kms_addfb()Ville Syrjälä
2018-09-25lib/kms: Pass strides[] to __kms_addfbVille Syrjälä
2018-09-25lib/igt_fb: Add fb_num_planes()Ville Syrjälä
2018-09-25lib/igt_fb: Add fb_plane_bpp()Ville Syrjälä
2018-09-25lib/igt_fb: s/planar_foo/fb_plane_foo/Ville Syrjälä
2018-09-25lib/igt_fb: Pass fb_blit_upload to free_linear_mapping()Ville Syrjälä
2018-09-25lib/igt_fb: Use fb_blit_upload as the base class for fb_convert_blit_uploadVille Syrjälä
2018-09-25lib: Add DIV_ROUND_UP()Ville Syrjälä
2018-09-25lib/igt_fb: Respect the users choice of strideVille Syrjälä
2018-09-21runner: Support -t and -x with a --test-listPetri Latvala
2018-09-21runner: Lowercase the name used for matching -t and -xPetri Latvala
2018-09-21runner: Make generate_piglit_name non-staticPetri Latvala