1. 52370cc amdgpu: add handle table implementation v2 by Christian König · 6 years ago
  2. 7aa1a51 amdgpu: stop using the hash table for fd_tab by Christian König · 6 years ago
  3. 87fdbfb configure.ac: bump version to 2.4.93 by Marek Olšák · 6 years ago
  4. 716ab85 freedreno/msm: "stateobj" support by Rob Clark · 6 years ago
  5. 04190a9 freedreno: slight reordering by Rob Clark · 6 years ago
  6. 2932a03 freedreno: small cleanup by Rob Clark · 6 years ago
  7. fcbf206 freedreno: add fd_ringbuffer_new_object() by Rob Clark · 6 years ago
  8. 4519db2 xf86drm: Fix error path in drmGetDevice2 by Mariusz Ceier · 6 years ago
  9. 9c979e0 amdgpu: add amdgpu_bo_handle_type_kms_noimport by Marek Olšák · 6 years ago
  10. 68bd236 drmdevice: print the correct host1x information by Emil Velikov · 6 years ago
  11. 8a3a8c1 drmdevice: convert the tabbed output into a tree by Emil Velikov · 6 years ago
  12. 33b0357 tests/drmdevice: add a couple of printf headers by Emil Velikov · 6 years ago
  13. c64dc00 tests/drmdevices: install alongside other utilities by Emil Velikov · 6 years ago
  14. 3988580 xf86drm: Add drmDevice support for virtio_gpu by Emil Velikov · 6 years ago
  15. a029001 xf86drm: introduce a get_real_pci_path() helper by Emil Velikov · 6 years ago
  16. 95b262f xf86drm: Allocate drmDevicePtr's on stack by Emil Velikov · 6 years ago
  17. f808fee xf86drm: Fold drmDevice processing into process_device() helper by Emil Velikov · 6 years ago
  18. 56e72d3 xf86drm: introduce drm_device_has_rdev() helper by Emil Velikov · 6 years ago
  19. 7f52a0e xf86drm: drmGetDevice2: error out if the fd has unknown subsys by Emil Velikov · 6 years ago
  20. 4fa33e4 amdgpu: make sure to set CLOEXEC on duplicated FDs by Christian König · 6 years ago
  21. 7e45010 Revert "amdgpu: don't call add_handle_to_table for KMS BO exports" by Michel Dänzer · 6 years ago
  22. fe0488a amdgpu: don't call add_handle_to_table for KMS BO exports by Marek Olšák · 6 years ago
  23. 7164abe intel: Introducing Amber Lake platform by José Roberto de Souza · 6 years ago
  24. 591c1d7 intel: Introducing Whiskey Lake platform by José Roberto de Souza · 6 years ago
  25. 22b3efb freedreno: add user ptr to fd_ringbuffer by Rob Clark · 6 years ago
  26. c1f2d9b amdgpu: Destroy fd_hash table when the last device is removed. by Jan Vesely · 6 years ago
  27. 52ef6fb amdgpu/util_hash_table: Add helper function to count the number of entries in hash table by Jan Vesely · 6 years ago
  28. 712fa0f amdgpu: Take a lock before removing devices from fd_tab hash table. by Jan Vesely · 6 years ago
  29. 3561569 Always pass O_CLOEXEC when opening DRM file descriptors by Michel Dänzer · 6 years ago
  30. f34b694 xf86drm: Be sure to closedir before return by Kevin Strasser · 6 years ago
  31. cb592ac bump version for release by Rob Clark · 6 years ago
  32. c5a6568 freedreno: add fd_pipe refcounting by Rob Clark · 6 years ago
  33. 1ac3ecd intel: add support for ICL 11 by Paulo Zanoni · 6 years ago
  34. bc9c789 amdgpu: Deinitialize vamgr_high{,_32} by Michel Dänzer · 6 years ago
  35. 50426f3 Intel: Add a Kaby Lake PCI ID by Matt Atwood · 6 years ago
  36. d4b4c51 amdgpu: enlarge the maximum number of cards supported by Xiaojie Yuan · 6 years ago
  37. cb850ce tests/amdgpu: add vce mv tests support and sets by James Zhu · 6 years ago
  38. 35affe8 libdrm: gralloc_handle.h: Fix build issue with Android by John Stultz · 6 years ago
  39. 8ec043e headers: Update README by Daniel Stone · 7 years ago
  40. 8e535dd headers: Sync with drm-next by Daniel Stone · 7 years ago
  41. 2fa58c7 headers: sync up amdgpu_drm.h with drm-next by Rex Zhu · 7 years ago
  42. 4dfa458 Revert "libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64" by Emil Velikov · 7 years ago
  43. bb0fd5f intel: Do not use libpciaccess on Android by Tomasz Figa · 9 years ago
  44. 00aa374 xf86drmMode: merge successive mutually-exclusive #ifs by Eric Engestrom · 7 years ago
  45. bb45ce4 libdrm: Use readdir instead of readdir_r to avoid build warnings by John Stultz · 7 years ago
  46. 32ee9c0 android: Add missing include exports by Stefan Schake · 7 years ago
  47. d930ef8 omap: add Android build support by Gowtham Tammana · 7 years ago
  48. b81d44d libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_export by Satyajit · 7 years ago
  49. 361d4bf meson: drop unnecessary variable by Eric Engestrom · 7 years ago
  50. edaca47 meson: move line to allow using `config` earlier by Eric Engestrom · 7 years ago
  51. 56f6d3d meson: drop unneeded dependency to libudev by Eric Engestrom · 7 years ago
  52. 0926f0a meson,configure: include config.h automatically by Eric Engestrom · 7 years ago
  53. 431f1a1 meson: replace `if(compiles) have=true` with `have=compiles` by Eric Engestrom · 7 years ago
  54. 0758520 meson,configure: always define UDEV by Eric Engestrom · 7 years ago
  55. e8d3d88 meson,configure: always define HAVE_VISIBILITY by Eric Engestrom · 7 years ago
  56. 1a44bba meson,configure: always define HAVE_OPEN_MEMSTREAM by Eric Engestrom · 7 years ago
  57. 32e0370 tests: fix memory leak issue by Inki Dae · 7 years ago
  58. ed07718 libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64 by John Stultz · 7 years ago
  59. dff690a tests/exynos: remove dead condition by Seung-Woo Kim · 7 years ago
  60. a58490d meson: detect alloca.h by Eric Engestrom · 7 years ago
  61. 2bd461e meson: make it easy to add headers to check by Eric Engestrom · 7 years ago
  62. 0663dbd meson: don't use compiler.has_header by Dylan Baker · 7 years ago
  63. 5236de6 meson: use pkg-config to detect libatomic_ops by Eric Engestrom · 7 years ago
  64. a5329cd drm/amdgpu: Remove IB count checking by Sabre Shao · 7 years ago
  65. 666d59d Revert "amdgpu:support 16 ibs per submit for PAL/SRIOV" by Marek Olšák · 7 years ago
  66. 924f856 amdgpu:support 16 ibs per submit for PAL/SRIOV by Qiang Yu · 8 years ago
  67. 2837037 freedreno: add missing symbols to symbol-check by Eric Engestrom · 7 years ago
  68. 45eee3f drm/atomic: Refuse to add invalid objects to requests by Daniel Stone · 7 years ago
  69. 7b12381 intel/intel_chipset.h: Sync Cannonlake IDs. by Rodrigo Vivi · 7 years ago
  70. 85ae22a bump version for release by Rob Clark · 7 years ago
  71. 7a58c21 meson: add configuration summary by Eric Engestrom · 7 years ago
  72. a1a13d2 tests/amdgpu: Fix misspellings of "suite" by Michel Dänzer · 7 years ago
  73. 1f6a85c test/amdgpu: disable bo eviction test by default by Chunming Zhou · 7 years ago
  74. bca585b amdgpu: fix "add AMDGPU_VA_RANGE_HIGH" by Christian König · 7 years ago
  75. ff0da7b amdgpu: add AMDGPU_VA_RANGE_HIGH by Christian König · 7 years ago
  76. cd8a804 amdgpu: mostly revert "use the high VA range if possible v2" by Christian König · 7 years ago
  77. 1384c08 freedreno: add interface to get buffer address by Rob Clark · 7 years ago
  78. 4f08bfe *-symbol-check: Don't hard-code nm executable by Heiko Becker · 7 years ago
  79. 009634e android: fix gralloc_handle_create() problems by Rob Herring · 7 years ago
  80. 86c62e4 android: add helper to convert buffer_handle_t to gralloc_handle_t ptr by Rob Herring · 7 years ago
  81. 652bcea android: fix mis-named alloc_handle_t by Rob Herring · 7 years ago
  82. 5db7bf4 android: revert making handle magic and version members const by Rob Herring · 7 years ago
  83. 9eb6c8a meson/configure.ac: pthread-stubs not present on OpenBSD by Jonathan Gray · 7 years ago
  84. 9411f8e meson: do not use cairo/valgrind if disabled by Igor Gnatenko · 7 years ago
  85. 33a2851 amdgpu: Fix mistake in initial hole size calculation. by Andrey Grodzovsky · 7 years ago
  86. ab5aaf6 drm/tegra: Sanitize format modifiers by Thierry Reding · 7 years ago
  87. b3c4c79 drm/fourcc: Fix fourcc_mod_code() definition by Thierry Reding · 7 years ago
  88. e87a879 RELEASING: mention meson by Marek Olšák · 7 years ago
  89. a05f5ac meson: bump the version number by Marek Olšák · 7 years ago
  90. 36c816f configure.ac: bump version to 2.4.90 by Marek Olšák · 7 years ago
  91. e75e0ea android: Change gralloc_handle_t members to be fixed width by Robert Foss · 7 years ago
  92. 8e00d5f android: Remove member name from gralloc_handle_t by Robert Foss · 7 years ago
  93. ed0ed55 android: Mark gralloc_handle_t magic variable as const by Robert Foss · 7 years ago
  94. 76cd0af android: Add version variable to gralloc_handle_t by Robert Foss · 7 years ago
  95. a4b6fd6 android: Move gralloc handle struct to libdrm by Robert Foss · 7 years ago
  96. 03f80b9 amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-check by Michel Dänzer · 7 years ago
  97. ad5b702 amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address space by Marek Olšák · 7 years ago
  98. deb5978 meson: include headers in root directory in ext_libdrm by Dylan Baker · 7 years ago
  99. 69f9fae amdgpu: clean up non list code path for vamgr v2 by Chunming Zhou · 7 years ago
  100. fa35b51 Revert "amdgpu: clean up non list code path for vamgr" by Michel Dänzer · 7 years ago