1. f3f7266 omap: annotate public functions by Lucas De Marchi · 6 years ago
  2. 9a1470f freedreno: annotate public functions by Lucas De Marchi · 6 years ago
  3. 3441a18 etnaviv: annotate public functions by Lucas De Marchi · 6 years ago
  4. 26f9ce5 libdrm: annotate public functions by Lucas De Marchi · 6 years ago
  5. e15e3a6 amdgpu: annotate public functions by Lucas De Marchi · 6 years ago
  6. d7320bf nouveau: annotate public functions by Lucas De Marchi · 6 years ago
  7. 6229895 libkms: annotate public functions by Lucas De Marchi · 6 years ago
  8. 36bb0ea intel: annotate public functions by Lucas De Marchi · 6 years ago
  9. a9463bd headers/README: fix/add link to drm-next by Eric Engestrom · 6 years ago
  10. b46945e test/amdgpu: add GDS, GWS and OA tests by Christian König · 6 years ago
  11. 864d450 test/amdgpu: add proper error handling v2 by Christian König · 6 years ago
  12. c40bd3c amdgpu: remove invalid check in amdgpu_bo_alloc by Christian König · 6 years ago
  13. 2832829 freedreno: move ring_cache behind fd_bo_del() by Rob Clark · 6 years ago
  14. 3b64b54 freedreno: fix spelling typo by Rob Clark · 6 years ago
  15. 5bd5f7b tests/amdgpu: add unaligned VM test by Christian König · 6 years ago
  16. 473e2d2 intel: annotate the intel genx helpers as private by Emil Velikov · 6 years ago
  17. 7f7c28d gitlab-ci: use templates to deduplicate the build commands by Eric Engestrom · 6 years ago
  18. c55f1b9 intel: get gen once for gen >= 9 by Lucas De Marchi · 6 years ago
  19. 584ca8f intel: make gen9 use generic gen macro by Lucas De Marchi · 6 years ago
  20. bf9df76 intel: make gen10 use generic gen macro by Lucas De Marchi · 6 years ago
  21. 8e7eb3b intel: make gen11 use generic gen macro by Lucas De Marchi · 6 years ago
  22. 4e81d4f intel: add generic functions to check PCI ID by Lucas De Marchi · 6 years ago
  23. 9030a0f xf86drm: rename "real_path" to "pci_path" by Eric Engestrom · 6 years ago
  24. 5649953 xf86drm: merge get_normal_pci_path() into get_real_pci_path() by Eric Engestrom · 6 years ago
  25. b06d71b Fix build with -std=c11 by Tom Anderson · 6 years ago
  26. 4a9030d add gitlab-ci builds of libdrm by Eric Engestrom · 6 years ago
  27. 4d87c2e Add basic CONTRIBUTING file by Daniel Vetter · 6 years ago
  28. 580bd83 amdgpu: amdgpu_bo_inc_ref don't return dummy int by Qiang Yu · 6 years ago
  29. 937d62e amdgpu: add amdgpu_bo_inc_ref() function. by Qiang Yu · 6 years ago
  30. f177251 amdgpu: add error return value for finding bo by cpu mapping (v2) by Junwei Zhang · 6 years ago
  31. f3d90e8 amdgpu-symbol-check: Add amdgpu_find_bo_by_cpu_mapping by Michel Dänzer · 6 years ago
  32. bcb9d97 xf86drm: fallback to normal path when realpath fails by Emil Velikov · 6 years ago
  33. 8389c54 Bump to version 2.4.94 by Kristian H. Kristensen · 6 years ago
  34. f0c642e libdrm: add msm drm uapi header by Tanmay Shah · 6 years ago
  35. f31fd57 amdgpu: add a function to create amdgpu bo internally (v4) by Junwei Zhang · 6 years ago
  36. 3d8b6ea amdgpu: free flink bo in bo import by Junwei Zhang · 6 years ago
  37. c6493f3 amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mapping by Michel Dänzer · 6 years ago
  38. cc472c5 amdgpu: Disable deadlock test suite for RV by Likun Gao · 6 years ago
  39. bc4c9f4 amdgpu: fix off by one in handle_table_insert by Christian König · 6 years ago
  40. 1e12c16 amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mapping by Michel Dänzer · 6 years ago
  41. 6e30031 intel: Add a new CFL PCI ID. by Rodrigo Vivi · 6 years ago
  42. 879d7c0 freedreno: fix use-after-free with stateobj rb's by Rob Clark · 6 years ago
  43. a43940e freedreno: don't leak stateobj rb refs by Rob Clark · 6 years ago
  44. f4f61e5 tests/amdgpu: add test for finding bo by CPU mapping by Junwei Zhang · 6 years ago
  45. 4d45442 amdgpu: add a function to find bo by cpu mapping (v2) by Junwei Zhang · 6 years ago
  46. f49dccb amdgpu: add bo from user memory to handle table by Junwei Zhang · 6 years ago
  47. f693c46 tests/util: Add support for stm module by Benjamin Gaignard · 6 years ago
  48. 649d4e6 libdrm: Fix amdgpu build failure by Mike Lothian · 6 years ago
  49. 9322028 tests/modetest: Add atomic support by Benjamin Gaignard · 6 years ago
  50. cbf0bb7 amdgpu: always add all BOs to handle table by Christian König · 6 years ago
  51. d6cb0ee amdgpu: remove the hash table implementation by Christian König · 6 years ago
  52. 9a38e85 amdgpu: use handle table for flink names by Christian König · 6 years ago
  53. bde850b amdgpu: use handle table for KMS handles by Christian König · 6 years ago
  54. 52370cc amdgpu: add handle table implementation v2 by Christian König · 6 years ago
  55. 7aa1a51 amdgpu: stop using the hash table for fd_tab by Christian König · 6 years ago
  56. 87fdbfb configure.ac: bump version to 2.4.93 by Marek Olšák · 6 years ago
  57. 716ab85 freedreno/msm: "stateobj" support by Rob Clark · 6 years ago
  58. 04190a9 freedreno: slight reordering by Rob Clark · 6 years ago
  59. 2932a03 freedreno: small cleanup by Rob Clark · 6 years ago
  60. fcbf206 freedreno: add fd_ringbuffer_new_object() by Rob Clark · 6 years ago
  61. 4519db2 xf86drm: Fix error path in drmGetDevice2 by Mariusz Ceier · 6 years ago
  62. 9c979e0 amdgpu: add amdgpu_bo_handle_type_kms_noimport by Marek Olšák · 6 years ago
  63. 68bd236 drmdevice: print the correct host1x information by Emil Velikov · 6 years ago
  64. 8a3a8c1 drmdevice: convert the tabbed output into a tree by Emil Velikov · 6 years ago
  65. 33b0357 tests/drmdevice: add a couple of printf headers by Emil Velikov · 6 years ago
  66. c64dc00 tests/drmdevices: install alongside other utilities by Emil Velikov · 6 years ago
  67. 3988580 xf86drm: Add drmDevice support for virtio_gpu by Emil Velikov · 7 years ago
  68. a029001 xf86drm: introduce a get_real_pci_path() helper by Emil Velikov · 7 years ago
  69. 95b262f xf86drm: Allocate drmDevicePtr's on stack by Emil Velikov · 7 years ago
  70. f808fee xf86drm: Fold drmDevice processing into process_device() helper by Emil Velikov · 7 years ago
  71. 56e72d3 xf86drm: introduce drm_device_has_rdev() helper by Emil Velikov · 6 years ago
  72. 7f52a0e xf86drm: drmGetDevice2: error out if the fd has unknown subsys by Emil Velikov · 7 years ago
  73. 4fa33e4 amdgpu: make sure to set CLOEXEC on duplicated FDs by Christian König · 6 years ago
  74. 7e45010 Revert "amdgpu: don't call add_handle_to_table for KMS BO exports" by Michel Dänzer · 6 years ago
  75. fe0488a amdgpu: don't call add_handle_to_table for KMS BO exports by Marek Olšák · 6 years ago
  76. 7164abe intel: Introducing Amber Lake platform by José Roberto de Souza · 6 years ago
  77. 591c1d7 intel: Introducing Whiskey Lake platform by José Roberto de Souza · 6 years ago
  78. 22b3efb freedreno: add user ptr to fd_ringbuffer by Rob Clark · 6 years ago
  79. c1f2d9b amdgpu: Destroy fd_hash table when the last device is removed. by Jan Vesely · 7 years ago
  80. 52ef6fb amdgpu/util_hash_table: Add helper function to count the number of entries in hash table by Jan Vesely · 7 years ago
  81. 712fa0f amdgpu: Take a lock before removing devices from fd_tab hash table. by Jan Vesely · 7 years ago
  82. 3561569 Always pass O_CLOEXEC when opening DRM file descriptors by Michel Dänzer · 7 years ago
  83. f34b694 xf86drm: Be sure to closedir before return by Kevin Strasser · 7 years ago
  84. cb592ac bump version for release by Rob Clark · 7 years ago
  85. c5a6568 freedreno: add fd_pipe refcounting by Rob Clark · 7 years ago
  86. 1ac3ecd intel: add support for ICL 11 by Paulo Zanoni · 7 years ago
  87. bc9c789 amdgpu: Deinitialize vamgr_high{,_32} by Michel Dänzer · 7 years ago
  88. 50426f3 Intel: Add a Kaby Lake PCI ID by Matt Atwood · 7 years ago
  89. d4b4c51 amdgpu: enlarge the maximum number of cards supported by Xiaojie Yuan · 7 years ago
  90. cb850ce tests/amdgpu: add vce mv tests support and sets by James Zhu · 7 years ago
  91. 35affe8 libdrm: gralloc_handle.h: Fix build issue with Android by John Stultz · 7 years ago
  92. 8ec043e headers: Update README by Daniel Stone · 7 years ago
  93. 8e535dd headers: Sync with drm-next by Daniel Stone · 7 years ago
  94. 2fa58c7 headers: sync up amdgpu_drm.h with drm-next by Rex Zhu · 7 years ago
  95. 4dfa458 Revert "libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64" by Emil Velikov · 7 years ago
  96. bb0fd5f intel: Do not use libpciaccess on Android by Tomasz Figa · 9 years ago
  97. 00aa374 xf86drmMode: merge successive mutually-exclusive #ifs by Eric Engestrom · 7 years ago
  98. bb45ce4 libdrm: Use readdir instead of readdir_r to avoid build warnings by John Stultz · 7 years ago
  99. 32ee9c0 android: Add missing include exports by Stefan Schake · 7 years ago
  100. d930ef8 omap: add Android build support by Gowtham Tammana · 7 years ago