1. c47385c freedreno: update uapi by Rob Clark · 8 years ago
  2. f884af9 amdgpu: fix for submition with no ibs by Ken Wang · 8 years ago
  3. 6950af4 tests/amdgpu: add a test for cp dma copy by Alex Deucher · 8 years ago
  4. 35c35ea tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear generic by Alex Deucher · 8 years ago
  5. 0edc442 tests/amdgpu: add a test for cp dma fill by Alex Deucher · 8 years ago
  6. 7c656ba tests/amdgpu: make amdgpu_command_submission_sdma_const_fill generic by Alex Deucher · 8 years ago
  7. 47c7e7a tests/amdgpu: add a test for cp write data by Alex Deucher · 8 years ago
  8. c5da5ea tests/amdgpu: make amdgpu_command_submission_sdma_write_linear generic by Alex Deucher · 8 years ago
  9. 8be79be tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2) by Alex Deucher · 8 years ago
  10. 682eaa0 android: enable building static version of libdrm by Sumit Semwal · 8 years ago
  11. ca5017b libkms: add libdrm to Requires.private by Emil Velikov · 8 years ago
  12. 31badf0 radeon: add libdrm to Requires.private by Emil Velikov · 8 years ago
  13. 87b3bf6 amdgpu: add libdrm as private requirement/dependency by Emil Velikov · 8 years ago
  14. 3c717f6 vc4: Add headers and .pc files for VC4 userspace development. by Eric Anholt · 8 years ago
  15. 0ad32e7 util: Add support for vc4. by Eric Anholt · 8 years ago
  16. eeb23de vc4: Add the DRM header file. by Eric Anholt · 8 years ago
  17. 432e08d tests/kmstest: inverse the order of LDADD libraries by Emil Velikov · 8 years ago
  18. ff0c9ca tests: Include poll.h rather than sys/poll.h by Kylie McClain · 8 years ago
  19. 358615f tests: Include sys/select.h by Khem Raj · 8 years ago
  20. 1674147 tests: util: Fixup util_open() parameter order by Thierry Reding · 9 years ago
  21. 2ad5ea7 tests: add fsl-dcu-drm to modules by Stefan Agner · 9 years ago
  22. 0caf58a kmstest: Use util_open() by Stefan Agner · 9 years ago
  23. 798022b configure.ac: don't detect disabled options dependencies by Marcin Ślusarz · 8 years ago
  24. 3627f38 xf86drm: Bound strstr() to the allocated data by Damien Lespiau · 8 years ago
  25. db138b9 radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctl by Michel Dänzer · 8 years ago
  26. 25712f1 amdgpu: Add new symbols to amdgpu-symbols-check by Michel Dänzer · 8 years ago
  27. 6b79c66 amdgpu: list each entry safely for sw semaphore when submit ib by Junwei Zhang · 9 years ago
  28. d4d4184 tests/amdgpu: add semaphore test by Chunming Zhou · 9 years ago
  29. 6afadea amdgpu: add semaphore support by Marek Olšák · 8 years ago
  30. f06c992 amdgpu: validate user memory for userptr by Chunming Zhou · 9 years ago
  31. 50386e0 amdgpu: drop address patching logics by monk.liu · 9 years ago
  32. 5198f2b configure.ac: disable annoying warning -Wmissing-field-initializers by Marek Olšák · 8 years ago
  33. e342c0f Fix memory leak with drmModeGetConnectorCurrent() by Ville Syrjälä · 9 years ago
  34. 242f77c intel/kbl: Add Kabylake PCI ids by Rodrigo Vivi · 9 years ago
  35. b38a4b2 intel: Restore formatting of offsets in debug statements by Michał Winiarski · 9 years ago
  36. f49bfd9 Bump version for release by Ben Skeggs · 9 years ago
  37. f208f2a nouveau: clean up nouveau.h, noting deprecated members/functions by Ben Skeggs · 9 years ago
  38. 4291eea nouveau: add support for newer kernel interfaces by Ben Skeggs · 9 years ago
  39. 4c92a9d nouveau: add new interface to create a nouveau_device by Ben Skeggs · 9 years ago
  40. 4a68c56 nouveau: remove nouveau_object_find() by Ben Skeggs · 9 years ago
  41. 4283e3f nouveau: make use of nouveau_drm::fd instead of nouveau_device::fd by Ben Skeggs · 9 years ago
  42. cdf9029 nouveau: stack legacy nouveau_device on top of nouveau_drm by Ben Skeggs · 9 years ago
  43. b845d61 nouveau: introduce object to represent the kernel client by Ben Skeggs · 9 years ago
  44. f6b1b5b nouveau: add interfaces to query information about supported classes by Ben Skeggs · 9 years ago
  45. c00e1a9 nouveau: add interface to call an object's methods by Ben Skeggs · 9 years ago
  46. 343d1ee nouveau: make it possible to init object in pre-allocated memory by Ben Skeggs · 9 years ago
  47. 0996ad0 nouveau: move object functions up, to avoid future foward decls by Ben Skeggs · 9 years ago
  48. 4a3cbf5 nouveau: move more abi16-specific logic into abi16.c by Ben Skeggs · 9 years ago
  49. d1ec093 nouveau: import and install a selection of nvif headers from the kernel by Ben Skeggs · 9 years ago
  50. 0cfb6a3 tests: remove missleading comments by Stefan Agner · 9 years ago
  51. b020b02 vbltest: Use util_open() by Thierry Reding · 9 years ago
  52. 6223481 proptest: Use util_open() by Thierry Reding · 9 years ago
  53. c26266f modetest: Use util_open() by Thierry Reding · 9 years ago
  54. e744b02 tests: Add helper to open a device/module by Thierry Reding · 9 years ago
  55. 89cca28 tests: kms: Implement universal planes test by Thierry Reding · 9 years ago
  56. e0ec59e tests: kms: Implement CRTC stealing test by Thierry Reding · 9 years ago
  57. c13c504 tests: Add libkms-test library by Thierry Reding · 9 years ago
  58. ca6c5f8 proptest: Add Android support by Thierry Reding · 9 years ago
  59. 4664d65 tests: Move name tables to libutil by Thierry Reding · 9 years ago
  60. 1ec3c44 tests: Split helpers into library by Thierry Reding · 9 years ago
  61. 15d90ef exynos: bump version number by Tobias Jakobi · 9 years ago
  62. 6689e4e tests/exynos: add test for g2d_move by Tobias Jakobi · 9 years ago
  63. 676462c exynos/fimg2d: add g2d_move by Tobias Jakobi · 9 years ago
  64. 51fd93b exynos: fimg2d: add g2d_set_direction by Tobias Jakobi · 9 years ago
  65. 1b32e5d tests/exynos: use XRGB8888 for framebuffer by Tobias Jakobi · 9 years ago
  66. 58a39f6 tests/exynos: add fimg2d event test by Tobias Jakobi · 9 years ago
  67. 60df358 exynos/fimg2d: add g2d_config_event by Tobias Jakobi · 9 years ago
  68. 2e4b9f0 tests/exynos: add fimg2d performance analysis by Tobias Jakobi · 9 years ago
  69. 2191ed9 exynos: Introduce exynos_handle_event() by Tobias Jakobi · 9 years ago
  70. d6ffb99 intel: Add drm_intel_bo_set_softpin_offset to intel-symbol-check by Kristian Høgsberg Kristensen · 9 years ago
  71. 3b7d971 Add tests/drmdevice to .gitignore by Kristian Høgsberg Kristensen · 9 years ago
  72. 8b4d57e intel: Add support for softpin by Michał Winiarski · 9 years ago
  73. 5453f89 intel: add drm_intel_bo_use_48b_address_range to symbol-check test by Michel Thierry · 9 years ago
  74. 3350add intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag) by Michel Thierry · 9 years ago
  75. 7d74a83 intel: Update i915_drm.h by Kristian Høgsberg Kristensen · 9 years ago
  76. 42f2f92 intel: add the missing <strings.h> include by Chih-Wei Huang · 9 years ago
  77. c05049b amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on error by Tom St Denis · 9 years ago
  78. 9c15b4a amdgpu: fix overflow for timeout calculation by Jammy Zhou · 9 years ago
  79. 8913cd9 configure.ac: test for the same atomic function as the one we use by Emil Velikov · 9 years ago
  80. f4b83bf configure.ac: rework compiler builtin atomic tests by Jonathan Gray · 9 years ago
  81. c3deddd radeon: Handle surface offsets exceeding 32 bits correctly by Michel Dänzer · 9 years ago
  82. ce3185d libdrm: Use userspace compatible type in fourcc_mod_code macro by Tvrtko Ursulin · 9 years ago
  83. 4309bfd intel: Cleanup SKL PCI ID definitions. by Ben Widawsky · 9 years ago
  84. cad0e03 intel: Add SKL GT4 PCI IDs by Ben Widawsky · 9 years ago
  85. b176372 amdgpu: Cleanly handle ENOMEM on result in amdgpu_bo_list_create() by Tom St Denis · 9 years ago
  86. 1a6a8f3 amdgpu: Fix use-after-free bug in vamgr_deinit by Tom St Denis · 9 years ago
  87. 988f31e amdgpu: Unlock mutex if base_required is invalid by Tom St Denis · 9 years ago
  88. c745e54 drm: add virtgpu_drm.h by Dave Airlie · 9 years ago
  89. ba5a6ec xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]() by Matt Roper · 9 years ago
  90. cf0f036 xf86drm: Fix error handling for drmGetDevice() by Matt Roper · 9 years ago
  91. 3045523 Fix void pointer arithmetic in drmProcessPciDevice by Michel Dänzer · 9 years ago
  92. 8c4a1cb xf86drm: Fix error handling for drmGetDevices() by Matt Roper · 9 years ago
  93. 4031dc1 xf86drm: include <limits.h> for PATH_MAX by Felix Janda · 9 years ago
  94. f3c6740 xf86drm: remove makedev() hack/workaround by Emil Velikov · 9 years ago
  95. df21b29 exynos/fimg2d: remove g2d_context from public header by Tobias Jakobi · 9 years ago
  96. ce4a4f6 exynos/fimg2d: add message prefix by Tobias Jakobi · 9 years ago
  97. bf666b5 exynos/fimg2d: make g2d_add_cmd() less heavy by Tobias Jakobi · 9 years ago
  98. 6a4479d exynos/fimg2d: remove superfluous initialization of g2d_point_val by Tobias Jakobi · 9 years ago
  99. 76d1c6b exynos/fimg2d: remove default case from g2d_get_blend_op() by Tobias Jakobi · 9 years ago
  100. e3c97d1 exynos/fimg2d: add g2d_validate_xyz() functions by Tobias Jakobi · 9 years ago