1. ea78c17 proptest: print signed values correctly by Emil Velikov · 9 years ago
  2. dfd8cd4 modetest: print signed values correctly by Gustavo Padovan · 9 years ago
  3. 2e6f8f1 tests: add virtio_gpu to the driver list by Gustavo Padovan · 9 years ago
  4. 99ede3e amdgpu/tests: fix tests for asics with one VCE instance by Sonny Jiang · 9 years ago
  5. 6950af4 tests/amdgpu: add a test for cp dma copy by Alex Deucher · 9 years ago
  6. 35c35ea tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear generic by Alex Deucher · 9 years ago
  7. 0edc442 tests/amdgpu: add a test for cp dma fill by Alex Deucher · 9 years ago
  8. 7c656ba tests/amdgpu: make amdgpu_command_submission_sdma_const_fill generic by Alex Deucher · 9 years ago
  9. 47c7e7a tests/amdgpu: add a test for cp write data by Alex Deucher · 9 years ago
  10. c5da5ea tests/amdgpu: make amdgpu_command_submission_sdma_write_linear generic by Alex Deucher · 9 years ago
  11. 8be79be tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2) by Alex Deucher · 9 years ago
  12. 0ad32e7 util: Add support for vc4. by Eric Anholt · 9 years ago
  13. 432e08d tests/kmstest: inverse the order of LDADD libraries by Emil Velikov · 9 years ago
  14. ff0c9ca tests: Include poll.h rather than sys/poll.h by Kylie McClain · 9 years ago
  15. 358615f tests: Include sys/select.h by Khem Raj · 9 years ago
  16. 1674147 tests: util: Fixup util_open() parameter order by Thierry Reding · 9 years ago
  17. 2ad5ea7 tests: add fsl-dcu-drm to modules by Stefan Agner · 9 years ago
  18. 0caf58a kmstest: Use util_open() by Stefan Agner · 9 years ago
  19. d4d4184 tests/amdgpu: add semaphore test by Chunming Zhou · 9 years ago
  20. 0cfb6a3 tests: remove missleading comments by Stefan Agner · 9 years ago
  21. b020b02 vbltest: Use util_open() by Thierry Reding · 9 years ago
  22. 6223481 proptest: Use util_open() by Thierry Reding · 9 years ago
  23. c26266f modetest: Use util_open() by Thierry Reding · 9 years ago
  24. e744b02 tests: Add helper to open a device/module by Thierry Reding · 9 years ago
  25. 89cca28 tests: kms: Implement universal planes test by Thierry Reding · 9 years ago
  26. e0ec59e tests: kms: Implement CRTC stealing test by Thierry Reding · 9 years ago
  27. c13c504 tests: Add libkms-test library by Thierry Reding · 9 years ago
  28. ca6c5f8 proptest: Add Android support by Thierry Reding · 9 years ago
  29. 4664d65 tests: Move name tables to libutil by Thierry Reding · 9 years ago
  30. 1ec3c44 tests: Split helpers into library by Thierry Reding · 9 years ago
  31. 6689e4e tests/exynos: add test for g2d_move by Tobias Jakobi · 9 years ago
  32. 1b32e5d tests/exynos: use XRGB8888 for framebuffer by Tobias Jakobi · 9 years ago
  33. 58a39f6 tests/exynos: add fimg2d event test by Tobias Jakobi · 9 years ago
  34. 2e4b9f0 tests/exynos: add fimg2d performance analysis by Tobias Jakobi · 9 years ago
  35. 8990ed3 tests/drmdevice: add drm{Get,Free}Device() example by Emil Velikov · 9 years ago
  36. f098d1c tests/drmdevice: add new 'test' by Emil Velikov · 9 years ago
  37. 94ecdcb Include <alloca.h> when needed before calling alloca by Alan Coopersmith · 9 years ago
  38. a814152 tests: Add -lm to LDADD for dristat by Michel Dänzer · 9 years ago
  39. ae2cf45 tests/amdgpu: ensure tests work by using c99 initializers by Emil Velikov · 9 years ago
  40. f756877 tests/amdgpu: annotate (most of) the vce templates as const data by Emil Velikov · 9 years ago
  41. 05185fa tests/amdgpu: annotate the uvd message templates as const data by Emil Velikov · 9 years ago
  42. 150ebe4 tests/amdgpu: reference the correct variable for memcpy by Emil Velikov · 9 years ago
  43. 04e2432 modetest: annotate const data as such for good measure by Emil Velikov · 9 years ago
  44. 99722bf modetest: fix shadowing warnings by Emil Velikov · 9 years ago
  45. 687cc66 vbltest: fix variable shadowing warning by Emil Velikov · 9 years ago
  46. 6e84ada modetest: remove the trailing white spaces by Hyungwon Hwang · 9 years ago
  47. 2a34176 tests/amdgpu: Remove unused local variable 'i' by Michel Dänzer · 9 years ago
  48. 25784d3 tests/amdgpu: Include config.h first by Michel Dänzer · 9 years ago
  49. f05a74f tests: modetest: Accept connector names in addition to connector IDs by Thierry Reding · 10 years ago
  50. d7f58da modeprint: cleanup, remove compile warnings by Tapani Pälli · 9 years ago
  51. d9b2825 amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void** by Michel Dänzer · 9 years ago
  52. 84d0990 amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error paths by Michel Dänzer · 9 years ago
  53. 9961900 test/amdgpu : fix a bug in VCE/UVD test introduced by previous change by Ken Wang · 9 years ago
  54. 8aeffcc amdgpu: add amdgpu_bo_va_op for va map/unmap support v3 by Jammy Zhou · 9 years ago
  55. 926c805 amdgpu : move management of user fence from libdrm to UMD by Ken Wang · 9 years ago
  56. 01e4546 amdgpu: fix bs buffer size for vce test by Christian König · 9 years ago
  57. 872a5c7 tests/amdgpu: remove the duplicate IB allocation for VCE test by Jammy Zhou · 9 years ago
  58. 5463d2e amdgpu: use common fence structure for dependencies as well. by Christian König · 9 years ago
  59. f91b56d amdgpu: improve the amdgpu_cs_query_fence_status interface by Jammy Zhou · 9 years ago
  60. 76af5c2 amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer list by Marek Olšák · 9 years ago
  61. 646f541 amdgpu: remove amdgpu_ib helpers by Marek Olšák · 9 years ago
  62. 194d5c2 amdgpu: remove amdgpu_ib by Marek Olšák · 9 years ago
  63. 1041cfd tests/amdgpu: manage IB in client side by Jammy Zhou · 9 years ago
  64. 0f4e670 tests/amdgpu: implement VCE unit tests by Leo Liu · 9 years ago
  65. ba1653e tests/amdgpu: add shared IB submission test v2 by Jammy Zhou · 9 years ago
  66. db126d1 amdgpu: reuse the kernel IB flags v2 by Jammy Zhou · 9 years ago
  67. a4c8321 amdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UC by Jammy Zhou · 9 years ago
  68. 6dc2eaf amdgpu: add public bo list interface v3 by Christian König · 9 years ago
  69. 9c2afff amdgpu: cleanup public interface v2 by Christian König · 9 years ago
  70. 3c5fe78 drm: add tests/amdgpu (v3) by Alex Deucher · 10 years ago
  71. 4ee0fa2 drm: consolidate common list implementations (v2) by Alex Deucher · 9 years ago
  72. 293f8fa Build vbltest irrespective of the presence of libudev. by Joonyoung Shim · 9 years ago
  73. c086552 Consistently check the fd value by Emil Velikov · 9 years ago
  74. 2bf0d5b tests/exynos: handle G2D_IMGBUF_COLOR in switch statements by Tobias Jakobi · 9 years ago
  75. b26c8ef tests/exynos: remove connector_find_plane by Tobias Jakobi · 9 years ago
  76. 13ad10a tests/exynos: simplify drm_set_crtc by Tobias Jakobi · 9 years ago
  77. 28d896c tests/exynos: remove struct fimg2d_test_case by Tobias Jakobi · 9 years ago
  78. 3aeea61 tests/exynos: remove unused define by Tobias Jakobi · 9 years ago
  79. 0536d33 tests/exynos: clean struct connector by Tobias Jakobi · 9 years ago
  80. 8d8bbbb tests/exynos: replace return by break by Tobias Jakobi · 9 years ago
  81. 97be70b tests/kmstest: support atmel-hlcdc by Boris BREZILLON · 9 years ago
  82. e6a1064 modetest: add atmel-hlcdc driver support by Boris BREZILLON · 9 years ago
  83. 360a7ea modetest: only select plane with matching format by Tobias Jakobi · 9 years ago
  84. 85ede61 modetest: make middle SMPTE colors transparent by Tobias Jakobi · 9 years ago
  85. 128344c modetest: replace malloc + memset with calloc by Emil Velikov · 9 years ago
  86. c78917e modetest: explicitly zero the newly allocated memory by Emil Velikov · 9 years ago
  87. b4defea modetest: fix allocation for yuv420/yvu420 by Rob Clark · 9 years ago
  88. b091ecd modetest: fix the arguments of the MAKE_RGB_INFO define by Joonyoung Shim · 10 years ago
  89. 9915e68 modetest: destroy the cursor bo by Joonyoung Shim · 10 years ago
  90. 4d760d7 modetest: clear buffer and framebuffer for planes by Joonyoung Shim · 9 years ago
  91. 21170a8 modetest: fix the error path handling by Joonyoung Shim · 10 years ago
  92. bcaaa75 modetest: make use of drmModeRmFB by Joonyoung Shim · 10 years ago
  93. 4e4d79d modetest: fix Segmentation fault by Joonyoung Shim · 10 years ago
  94. b1d19de modetest: initialize handles/pitches in set_plane() by Tobias Jakobi · 10 years ago
  95. 0c8db0a Add missing <strings.h> includes by Greg Hackmann · 10 years ago
  96. 41eb131 drm: use c99 __func__ over __FUNCTION__ by Emil Velikov · 10 years ago
  97. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 10 years ago
  98. 0d78b37 modeprint: add missing encoder/connector type names by Rob Clark · 10 years ago
  99. 5ed5fa1 mode: Retrieve only the current information for a Connector by Chris Wilson · 10 years ago
  100. 6f90b77 android: remove unnecessary TARGET_OUT_HEADERS variable by Chih-Wei Huang · 10 years ago