1. 5a44f9e tests/amdgpu: add uvd unit test support for vega10 by Leo Liu · 8 years ago
  2. fee173d tests/amdgpu: fix the count number for vega10 by Huang Rui · 8 years ago
  3. 99908bf amdgpu: don't read registers not present on Vega10 by Huang Rui · 8 years ago
  4. c34b28a amdgpu: update amdgpu_drm.h for Vega10 by Marek Olšák · 8 years ago
  5. 3dc002d amdgpu: sync amdgpu_drm.h with kernel 4.11-rc2 by Marek Olšák · 8 years ago
  6. a07ae97 freedreno: fix device close issues by Rob Clark · 8 years ago
  7. d0dae26 freedreno: valgrind support by Rob Clark · 8 years ago
  8. b983b05 configure: Explicitly check for pkg-config at the top level by Adam Jackson · 8 years ago
  9. 2b7453f freedreno: fix potential use-after-free on a5xx+ by Rob Clark · 8 years ago
  10. 19c4cfc intel: Add handle to hashtable before freeing along an error path by Chris Wilson · 8 years ago
  11. 5ee9cb4 intel: avoid null pointer dereference by Thomas Hindoe Paaboel Andersen · 8 years ago
  12. 1bf96af autogen.sh: run git commands in the (potentially) git dir by Eric Engestrom · 8 years ago
  13. a6cdfa5 autogen.sh: don't print old git-config values by Eric Engestrom · 8 years ago
  14. f6499b1 headers: add explicit note against local changes in the README by Emil Velikov · 8 years ago
  15. ec80fd3 intel: Move 48b support to bo_gem->kflags by Chris Wilson · 8 years ago
  16. e0f05b2 intel: Move is_softpin to obj->kflags by Chris Wilson · 8 years ago
  17. fe7cb34 amdgpu: vamgr can be a struct instead of a pointer by Alex Xie · 8 years ago
  18. 067e9a1 amdgpu: vamgr_32 can be a struct instead of a pointer by Alex Xie · 8 years ago
  19. 7a03cdf amdgpu: Free/uninit vamgr_32 in theoretically correct order by Alex Xie · 8 years ago
  20. 07edf5d Remove unused tests/drmstat.c by Emil Velikov · 8 years ago
  21. d4b8344 Bump version for 2.4.75 release by Chad Versace · 8 years ago
  22. 0ad0c12 intel: fix make distcheck by Dave Airlie · 8 years ago
  23. ab5a963 Revert "Bump version for 2.4.75 release" by Dave Airlie · 8 years ago
  24. 736970c Bump version for 2.4.75 release by Chad Versace · 8 years ago
  25. dfd536c intel: Export a function to re-enable implicit synchronisation by Chris Wilson · 8 years ago
  26. 22cfd04 intel: Clear execobject flags before preserving object in reuse cache by Chris Wilson · 8 years ago
  27. c4b0076 intel: Support passing of explicit fencing from execbuf by Chris Wilson · 8 years ago
  28. 1bd35da intel: Allow the client to control implicit synchronisation by Chris Wilson · 8 years ago
  29. a3d715e Import uapi/i915_drm.h from v4.10-rc5-950-g152d5750dda9 by Chris Wilson · 8 years ago
  30. 8a89d5f amdgpu: A new option to run tests on render node by Alex Xie · 8 years ago
  31. 12dd7a2 amdgpu: A new option to choose which device to run most tests by Alex Xie · 8 years ago
  32. 5e0f7c5 amdgpu: verify the tested device by Alex Xie · 8 years ago
  33. 8ef7e5b tests: Use -pthread in CFLAGS instead of -lpthread by Tomasz Figa · 8 years ago
  34. 58459a5 tests/nouveau: automake: fold C and CPP flags by Emil Velikov · 8 years ago
  35. 9c924e8 android: silence ~550 warnings by Emil Velikov · 8 years ago
  36. ff38457 android: add note about command line defines and config.h by Emil Velikov · 8 years ago
  37. fc05e89 android: add HAVE_VISIBILITY to Android.common.mk by Emil Velikov · 8 years ago
  38. 03d2e91 android: introduce Android.common.mk to reduce boilerplate by Emil Velikov · 8 years ago
  39. de5b41e android: remove LOCAL_MODULE_TAGS := optional tag by Emil Velikov · 8 years ago
  40. 5403cb3 xf86drm: Reuse sysfs_uevent_get() by Thierry Reding · 8 years ago
  41. 13b99f2 tests/drmdevice: Add USB, platform and host1x support by Thierry Reding · 8 years ago
  42. 7b1f37f xf86drm: Add platform and host1x bus support by Thierry Reding · 8 years ago
  43. f8484cc xf86drm: Add USB support by Thierry Reding · 8 years ago
  44. 2e57bba xf86drm: Factor out drmDeviceAlloc() by Thierry Reding · 8 years ago
  45. 9e4c686 tests/util: Add support for meson module by Neil Armstrong · 8 years ago
  46. ecc2a09 xf86drm: Fix type-punned pointer build warning by Thierry Reding · 10 years ago
  47. 4bfbe4c xf86drmMode.h: Add DisplayPort MST and DPI encoders/connectors by Thierry Reding · 10 years ago
  48. ab50ffb xf86drmMode.h: Use consistent padding by Thierry Reding · 10 years ago
  49. 5856a58 README: Fix grammar by Fabio Estevam · 8 years ago
  50. 4ecd1ef xf86drm: fix null termination of string buffer by Taro Yamada · 8 years ago
  51. 44f220a intel: update global_name before HASH_ADD by Dongwon Kim · 8 years ago
  52. e1ee01a amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test by Alex Xie · 8 years ago
  53. 885624b Add .editorconfig by Thierry Reding · 8 years ago
  54. e17cad1 xf86drm: Fix indentation by Thierry Reding · 8 years ago
  55. eebefaf xf86drm: don't fatal on per device error in drmGetDevice[s]2 by Jonathan Gray · 8 years ago
  56. e2e766d xf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2 by Jonathan Gray · 8 years ago
  57. d5cf3f9 xf86drm: adjust device node path for minor base by Jonathan Gray · 8 years ago
  58. e3af536 modetest: Allow the user to specify the plane ID by Ville Syrjälä · 8 years ago
  59. a07cf7f libkms/exynos: fix memory leak in error path by Seung-Woo Kim · 8 years ago
  60. 0645648 autogen.sh: set format.subjectPrefix and sendemail.to if needed by Emil Velikov · 8 years ago
  61. 3bc14c8 xf86drm: fix sign-compare warning by Grazvydas Ignotas · 8 years ago
  62. 0825792 xf86drm: implement an OpenBSD specific drmGetDevice2 by Jonathan Gray · 8 years ago
  63. fd19056 xf86drm: implement drmParsePciBusInfo for OpenBSD by Jonathan Gray · 8 years ago
  64. c0ef1d0 xf86drm: implement drmParsePciDeviceInfo for OpenBSD by Jonathan Gray · 8 years ago
  65. d05b9f2 xf86drm: implement drmParseSubsystemType for OpenBSD by Jonathan Gray · 8 years ago
  66. f189011 xf86drm: implement drmGetMinorNameForFD for non-sysfs by Jonathan Gray · 8 years ago
  67. 5c1c91b tests: automake: reorder makefile contents by Emil Velikov · 8 years ago
  68. 0ec7252 configure: remove libudev checks by Emil Velikov · 8 years ago
  69. 9b05d40 kms: remove commented out libudev code by Emil Velikov · 8 years ago
  70. 0c80fdd tests: remove useless legacy tests by Emil Velikov · 8 years ago
  71. b305238 tests/drmdevice: use drmGetDevice[s]2 by Emil Velikov · 8 years ago
  72. 11687bf xf86drm: introduce drmGetDevice[s]2 by Emil Velikov · 8 years ago
  73. aae3f31 xf86drm: parse the separate sysfs files for vendor... info by Emil Velikov · 8 years ago
  74. 138d231 xf86drm: add plumbing to not retrieve PCI device revision by Emil Velikov · 8 years ago
  75. b40a65d xf86drm: use maj/min in drmParsePciDeviceInfo() by Emil Velikov · 8 years ago
  76. dae413e Bump version for release by Robert Bragg · 8 years ago
  77. a831583 vc4: Add new GETPARAMs that have been merged to drm-next. by Eric Anholt · 8 years ago
  78. 23d10b8 freedreno: 64bit support by Rob Clark · 8 years ago
  79. d15515a etnaviv: add etna_pipe_wait_ns(..) by Christian Gmeiner · 8 years ago
  80. 4f750ec etnaviv: change get_abs_timeout(..) to use ns. by Christian Gmeiner · 8 years ago
  81. 1924b67 libdrm: random typo fixes by Grazvydas Ignotas · 8 years ago
  82. 1fc32f1 tests: kms: fix shadowed declaration warning by Grazvydas Ignotas · 8 years ago
  83. 37d790f xf86drm: introduce drmGetDeviceNameFromFd2 by Emil Velikov · 8 years ago
  84. 7e0bc3b automake: make the build less chatty by Emil Velikov · 8 years ago
  85. 911280c intel: Add drm_intel_gem_context_get_id to intel-symbols-check by Michel Dänzer · 8 years ago
  86. 770f6bc intel: Add a getter for the intel_context ctx_id by Robert Bragg · 10 years ago
  87. befb642 etnaviv: add API to create etna_device from private dup() fd by Christian Gmeiner · 8 years ago
  88. a14d6a6 etnaviv: add API to get drm fd from etna_device by Christian Gmeiner · 8 years ago
  89. 3e81f8b intel: Add Geminilake PCI IDs by Ben Widawsky · 8 years ago
  90. 317bdff Bump version for release by Emil Velikov · 8 years ago
  91. f53d354 xd86drm: read more than 128 bytes of uevent in drmParsePciBusInfo by Emil Velikov · 8 years ago
  92. de13ea3 headers: Add README file by Emil Velikov · 8 years ago
  93. 8cf4312 Bump version for release by Matt Turner · 8 years ago
  94. b91bcbf freedreno: Add fd_ringbuffer_flush2 to symbol check. by Matt Turner · 8 years ago
  95. 01db192 amdgpu: Add amdgpu_asic_id.h to Makefile.sources. by Matt Turner · 8 years ago
  96. 51002c0 intel: Add uthash.h to Makefile.sources. by Matt Turner · 8 years ago
  97. 319108f intel: Allow some codenames in INTEL_DEVID_OVERRIDE by Neil Roberts · 9 years ago
  98. 670f1e4 amdgpu: add the function to get the marketing name (v4) by Junwei Zhang · 8 years ago
  99. e9eb44b freedreno: add fence fd support by Rob Clark · 8 years ago
  100. 9270d98 freedreno: sync uapi header by Rob Clark · 8 years ago