index
:
~tagr/intel-gpu-tools
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-08
lib: prefix frame_dump_path
Daniel Vetter
3
-12
/
+12
2017-09-08
build: remove _GNU_SOURCE from source files
Daniel Vetter
33
-40
/
+0
2017-09-08
build: use HAVE_LIBGEN_H consistently
Daniel Vetter
5
-15
/
+5
2017-09-08
build: Nuke #ifdef HAVE_CONFIG_H cargo-cult
Daniel Vetter
23
-46
/
+0
2017-09-08
build: Define _GNU_SOURCE in Makefile.am
Daniel Vetter
5
-2
/
+5
2017-09-08
tests/kms_properties: Require atomic for the atomic invalid props test
Ville Syrjälä
1
-0
/
+3
2017-09-08
tests/kms_draw_crc: Skip mmap_wc tests if the platforms doesn't support mmap_wc
Ville Syrjälä
1
-0
/
+2
2017-09-08
lib/kms: Skip rather than fail when a suitable plane can't be found
Ville Syrjälä
1
-3
/
+3
2017-09-08
lib/kms: Fix the connector name strings to match what the kernel uses
Ville Syrjälä
1
-5
/
+6
2017-09-08
Fix compiler warnings about printf() arguments
Ville Syrjälä
2
-2
/
+2
2017-09-08
lib/sysfs: Fix fbcon rebind
Ville Syrjälä
1
-2
/
+3
2017-09-07
lib/dummyload: Use -1 for all engines
Chris Wilson
1
-1
/
+1
2017-09-07
igt/gem_exec_suspend: Try to suspend with a pending GPU hang
Chris Wilson
1
-0
/
+19
2017-09-07
igt/gem_eio: i915.reset is no longer a boolean
Chris Wilson
1
-1
/
+1
2017-09-07
igt/gem_exec_fence: Exercise syncobj API (The forgotten tests)
Chris Wilson
1
-24
/
+309
2017-09-07
igt/gem_exec_scheduler: Demonstrate priority inversion between full rings
Chris Wilson
1
-1
/
+193
2017-09-07
igt/gem_exec_schedule: Basic tests for preemption
Chris Wilson
12
-28
/
+206
2017-09-07
igt/gem_exec_schedule: Exercise reordering with many priority levels
Chris Wilson
2
-2
/
+114
2017-09-07
igt/gem_exec_schedule: Do not overcommit batches to the ring
Chris Wilson
1
-21
/
+78
2017-09-06
igt/gem_ringfill: Prime execbuf before measuring ring size
Chris Wilson
1
-2
/
+8
2017-09-06
igt/gem_userptr_blits: Errors from gup are permanent
Chris Wilson
1
-1
/
+6
2017-09-06
igt/pm_rpm: Use libc 'ftw' rather than opencoding our own filetree walk
Chris Wilson
5
-76
/
+108
2017-09-06
lib: Avoid actually throttling from igt_require_gem()
Chris Wilson
1
-0
/
+10
2017-09-06
lib: Disable MI_STORE_DATA_IMM for gen3 (i915g and i915gm)
Chris Wilson
3
-3
/
+14
2017-09-05
intel_display_poller: Fix truncation of a test name.
Eric Anholt
1
-1
/
+1
2017-09-05
intel_watermark: Fix a warning about "const char" return being silly.
Eric Anholt
1
-1
/
+1
2017-09-05
Use PATH_MAX to fix some sprintf-into-short-buffers warnings.
Eric Anholt
4
-7
/
+7
2017-09-05
Revert "intel-ci: Remove kms_psr_sink_crc@psr_basic from BAT"
Daniel Vetter
1
-0
/
+1
2017-09-05
igt_core: Skip sync when listing subtests
Tvrtko Ursulin
2
-2
/
+1
2017-09-04
scripts/run-tests.sh: Use piglit's --ignore-missing
Arkadiusz Hiler
1
-1
/
+1
2017-09-04
tests/kms_frontbuffer_tracking: convert macros to functions
Daniel Vetter
1
-82
/
+89
2017-08-31
pm_rps: Changes in waitboost scenario
Katarzyna Dec
1
-25
/
+42
2017-08-31
tests/perf: add Geminilake support
Lionel Landwerlin
1
-0
/
+3
2017-08-31
tests/perf: add Kabylake support
Lionel Landwerlin
1
-1
/
+16
2017-08-30
tests/chamelium: Let the Chamelium itself wait for a stable video input
Paul Kocialkowski
1
-3
/
+0
2017-08-30
tests/audio: Add suspend and hibernate tests for HDMI signal integrity
Paul Kocialkowski
1
-0
/
+19
2017-08-30
docs/chamelium: Explain that the Chamelium should only target one DUT
Paul Kocialkowski
1
-0
/
+6
2017-08-30
lib/igt_debugfs: Open DRM driver without master for hpd storm exit
Paul Kocialkowski
1
-1
/
+1
2017-08-30
lib/igt_aux: Allow sysfs open to fail when setting suspend/resume delay
Paul Kocialkowski
1
-11
/
+13
2017-08-30
tools: Add intel_vbt_defs.h to Makefile.sources
Arkadiusz Hiler
1
-0
/
+1
2017-08-30
lib/kmod: Fix error reporting for kmod load/unload
Chris Wilson
1
-2
/
+2
2017-08-30
igt/vgem_basic: Load and unload the module first
Chris Wilson
1
-0
/
+4
2017-08-30
tests/kms_atomic: subtest atomic_invalid_params requires CRTC
Marta Lofstedt
1
-0
/
+1
2017-08-29
tools/intel_vbt_decode: migrate backlight dumping to kernel struct
Jani Nikula
2
-28
/
+8
2017-08-29
tools/intel_vbt_decode: migrate child device type bits decoding to kernel defs
Jani Nikula
3
-40
/
+41
2017-08-29
tools/intel_vbt_decode: migrate edp dumping to kernel struct
Jani Nikula
3
-36
/
+39
2017-08-29
tools/intel_vbt_decode: migrate psr dumping to kernel struct
Jani Nikula
3
-27
/
+32
2017-08-29
tools/intel_vbt_decode: migrate child device dumping to kernel struct
Jani Nikula
3
-81
/
+118
2017-08-29
tools/intel_vbt_decode: migrate timing dumping to kernel struct
Jani Nikula
3
-31
/
+37
2017-08-29
tools/intel_vbt_decode: start migrating to kernel intel_vbt_defs.h
Jani Nikula
3
-311
/
+715
[prev]
[next]