1. d3c335d drm/panfrost: rename error labels in device_init by Clément Péron · 4 years, 8 months ago
  2. 81f2fbe drm/panfrost: properly handle error in probe by Clément Péron · 4 years, 8 months ago
  3. ed85df3 drm/panfrost: use spinlock instead of atomic by Clément Péron · 4 years, 8 months ago
  4. 9bfacfc drm/panfrost: introduce panfrost_devfreq struct by Clément Péron · 4 years, 8 months ago
  5. eb9dd67 drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idle by Clément Péron · 4 years, 8 months ago
  6. 9713e94 drm/panfrost: clean headers in devfreq by Clément Péron · 4 years, 8 months ago
  7. 862cc62 drm/panfrost: avoid static declaration by Clément Péron · 4 years, 8 months ago
  8. 72ef7fe drm/panfrost: Add compatible string for bifrost by Tomeu Vizoso · 4 years, 9 months ago
  9. 3a74265 drm/panfrost: Make sure GPU is powered on when reading GPU_LATEST_FLUSH_ID by Tomeu Vizoso · 4 years, 9 months ago
  10. 77f47d2 drm/amdgpu: make sure userptr ttm is allocated by Christian König · 4 years, 7 months ago
  11. 2966141 drm/ttm: rename ttm_mem_reg to ttm_resource. by Dave Airlie · 4 years, 7 months ago
  12. 9de59bc drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager. by Dave Airlie · 4 years, 7 months ago
  13. 80938c2 drm/ttm: rename bo manager to range manager. by Dave Airlie · 4 years, 7 months ago
  14. 3f48f93 drm/ttm: add a wrapper for checking if manager is in use by Dave Airlie · 4 years, 7 months ago
  15. 90a0489 drm/ttm: drop type manager has_type by Dave Airlie · 4 years, 7 months ago
  16. a751612 drm/ttm: drop list of memory managers from device. (v2) by Dave Airlie · 4 years, 7 months ago
  17. 7541ce1 drm/ttm: drop man->bdev link. by Dave Airlie · 4 years, 7 months ago
  18. a29050c drm/amdgpu/ttm: remove man->bdev references. by Dave Airlie · 4 years, 7 months ago
  19. 7ee6c95 drm/ttm: drop priv pointer in memory manager by Dave Airlie · 4 years, 7 months ago
  20. b6fad57 drm/nouveau/ttm: move to driver allocated manager by Dave Airlie · 4 years, 7 months ago
  21. 9488e46 drm/vmwgfx/gmrid: convert to driver controlled allocation. by Dave Airlie · 4 years, 7 months ago
  22. d575a89 drm/vmwgfx/ttm: move thp to driver managed by Dave Airlie · 4 years, 7 months ago
  23. 3a1fc38 drm/ttm: move range manager to subclassed driver allocation by Dave Airlie · 4 years, 7 months ago
  24. 3720589 drm/ttm: make ttm_range_man_init/takedown take type + args by Dave Airlie · 4 years, 7 months ago
  25. 0af135b drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrs by Dave Airlie · 4 years, 7 months ago
  26. d398811 drm/ttm: allow drivers to provide their own manager subclasses by Dave Airlie · 4 years, 7 months ago
  27. 0105727 drm/ttm: rename manager variable to make sure wrapper is used. by Dave Airlie · 4 years, 7 months ago
  28. 089cafc drm/vmwgfx/ttm: use wrapper to access memory manager by Dave Airlie · 4 years, 7 months ago
  29. 47c0550 drm/radeon/ttm: use wrapper to access memory manager by Dave Airlie · 4 years, 7 months ago
  30. 3d3b4fb drm/qxl/ttm: use wrapper to access memory manager by Dave Airlie · 4 years, 7 months ago
  31. f301da7 drm/nouveau/ttm: use wrapper to access memory managers by Dave Airlie · 4 years, 7 months ago
  32. 3004add drm/vram-helper: use wrapper to access memory managers by Dave Airlie · 4 years, 7 months ago
  33. 6c28aed drm/amdgfx/ttm: use wrapper to get ttm memory managers by Dave Airlie · 4 years, 7 months ago
  34. 9eca33f drm/ttm: add wrapper to get manager from bdev. by Dave Airlie · 4 years, 7 months ago
  35. 0cf0a79 drm/ttm: make TTM responsible for cleaning system only. by Dave Airlie · 4 years, 7 months ago
  36. 085097e drm/ttm: remove range manager legacy takedown path by Dave Airlie · 4 years, 7 months ago
  37. 6eee667 drm/vmwgfx: fix gmrid takedown paths to new interface by Dave Airlie · 4 years, 7 months ago
  38. 06feb5d drm/qxl/ttm: use new takedown path by Dave Airlie · 4 years, 7 months ago
  39. f0fe3f7 drm/radeon/ttm: use new takedown paths by Dave Airlie · 4 years, 7 months ago
  40. 058b5e3 drm/nouveau: use new cleanup paths by Dave Airlie · 4 years, 7 months ago
  41. cff099e drm/vram_helper: call explicit mm takedown by Dave Airlie · 4 years, 7 months ago
  42. e083070 drm/vmwgfx: takedown vram manager by Dave Airlie · 4 years, 7 months ago
  43. 6fe1c54 drm/amdgpu/ttm: use new takedown path by Dave Airlie · 4 years, 7 months ago
  44. 56ee8b1 drm/ttm: start allowing drivers to use new takedown path (v2) by Dave Airlie · 4 years, 7 months ago
  45. 4265acc drm/ttm: make some inline helper functions for cleanup paths. (v2) by Dave Airlie · 4 years, 7 months ago
  46. a006a3c drm/ttm: pass man around instead of mem_type in some places by Dave Airlie · 4 years, 7 months ago
  47. 98399ab drm/ttm: purge old manager init path. by Dave Airlie · 4 years, 7 months ago
  48. 5969793 drm/ttm: convert system manager init to new code. by Dave Airlie · 4 years, 7 months ago
  49. 6216177 drm/vmwgfx/ttm: switch gmrid allocator to new init paths. by Dave Airlie · 4 years, 7 months ago
  50. 252f8d7 drm/vmwgfx/ttm: convert vram mm init to new code paths by Dave Airlie · 4 years, 7 months ago
  51. e9172ad drm/nouveau: use new memory manager init paths by Dave Airlie · 4 years, 7 months ago
  52. a9136ab drm/vram_helper: use new ttm manager init function by Dave Airlie · 4 years, 7 months ago
  53. 129ac4d drm/qxl/ttm: use new init path for manager by Dave Airlie · 4 years, 7 months ago
  54. e33dc18 drm/radeon: use new ttm man init path by Dave Airlie · 4 years, 7 months ago
  55. 158d20d drm/amdgpu/ttm: init managers from the driver side. by Dave Airlie · 4 years, 7 months ago
  56. 3c90424 drm/ttm: provide a driver-led init path for range mm manager. (v2) by Dave Airlie · 4 years, 7 months ago
  57. 747074b drm/ttm: split the mm manager init code (v2) by Dave Airlie · 4 years, 7 months ago
  58. e22054d drm/vram-helper: call the ttm manager debug function by Dave Airlie · 4 years, 7 months ago
  59. 00c2f6b drm/qxl/ttm: call ttm manager debug (v2) by Dave Airlie · 4 years, 7 months ago
  60. a0bb77c drm/vmwgfx/gmrid: don't provide pointless ttm debug callback by Dave Airlie · 4 years, 7 months ago
  61. ed165d4 drm/nouveau/ttm: don't fill in blank ttm debug callback by Dave Airlie · 4 years, 7 months ago
  62. a2ff1e8 drm/ttm: export memory type debug entrypoint. by Dave Airlie · 4 years, 7 months ago
  63. 5977ffe drm/vram-helper: remove populate/unpopulate by Dave Airlie · 4 years, 7 months ago
  64. 20784cd drm/ttm: use a helper for unlocked moves to the lru tail by Dave Airlie · 4 years, 7 months ago
  65. 46bca88 drm/ttm/amdgpu: consolidate ttm reserve paths by Dave Airlie · 4 years, 7 months ago
  66. 9c4cbb3 qxl/ttm: drop the unusued no wait flag to reserve function by Dave Airlie · 4 years, 7 months ago
  67. bd549d3 nouveau: use ttm populate mapping functions. (v2) by Dave Airlie · 4 years, 7 months ago
  68. a2d6ddc drm/vmwgfx: drop bo map/unmap dma functions. by Dave Airlie · 4 years, 7 months ago
  69. 56dc01f drm/vmwgfx: consolidate ttm object creation and populate by Dave Airlie · 4 years, 7 months ago
  70. 8e1ba47 video: fbdev: pvr2fb: initialize variables by Tom Rix · 4 years, 8 months ago
  71. d3dc135 drm/mgag200: Set PCI option register in G200SE models by Thomas Zimmermann · 4 years, 7 months ago
  72. ad04fae fbdev: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 8 months ago
  73. 85806f6 omapfb/dss: Include the right header by Linus Walleij · 4 years, 8 months ago
  74. 2d05f56 fbdev: Remove trailing whitespace by Thomas Zimmermann · 4 years, 8 months ago
  75. e20dfd2 drm/mgag200: Add support for G200 desktop cards by Thomas Zimmermann · 4 years, 8 months ago
  76. fb18825 drm/mgag200: Move G200SE's unique id into model-specific data by Thomas Zimmermann · 4 years, 8 months ago
  77. 9053cad drm/mgag200: Clear <page> field during MM init by Thomas Zimmermann · 4 years, 8 months ago
  78. b9fa77e drm/mgag200: Set MISC memory flags in mm init code by Thomas Zimmermann · 4 years, 8 months ago
  79. 78e5b50 drm/mgag200: Enable MGA mode during device register initialization by Thomas Zimmermann · 4 years, 8 months ago
  80. 2021708 drm/mgag200: Initialize PCI registers early during device setup by Thomas Zimmermann · 4 years, 8 months ago
  81. 4245216 drm/mgag200: Move register initialization into helper function by Thomas Zimmermann · 4 years, 8 months ago
  82. 0b34d58 drm/mgag200: Enable caching for SHMEM pages by Thomas Zimmermann · 4 years, 8 months ago
  83. cff0adc drm/ast: Managed device release by Thomas Zimmermann · 4 years, 8 months ago
  84. 4bc85b8 drm/ast: Manage release of firmware backup memory by Thomas Zimmermann · 4 years, 8 months ago
  85. 2c0b656 drm/ast: Managed release of ast firmware by Thomas Zimmermann · 4 years, 8 months ago
  86. e0f5a73 drm/ast: Embed struct drm_device in struct ast_private by Thomas Zimmermann · 4 years, 8 months ago
  87. 21d79b6 drm/ast: Don't use ast->dev if dev is available by Thomas Zimmermann · 4 years, 8 months ago
  88. 365c0e7 drm/ast: Replace struct_drm_device.dev_private with to_ast_private() by Thomas Zimmermann · 4 years, 8 months ago
  89. fbe0171 drm/ast: Replace driver load/unload functions with device create/destroy by Thomas Zimmermann · 4 years, 8 months ago
  90. d50ace1 drm/ast: Separate DRM driver from PCI code by Thomas Zimmermann · 4 years, 8 months ago
  91. 6a470dc drm/ast: Embed CRTC and connector in struct ast_private by Thomas Zimmermann · 4 years, 8 months ago
  92. 70eca5d drm/syncobj: Tune down unordered timeline DRM_ERROR by Daniel Vetter · 4 years, 8 months ago
  93. 0986191 drm/vkms: fix xrgb on compute crc by Melissa Wen · 4 years, 8 months ago
  94. 07c913c drm/panel: simple: Add Chefree CH101OLHLWH-002 panel by Marek Vasut · 4 years, 8 months ago
  95. 44de5ce dt-bindings: Add DT bindings for Chefree CH101OLHLWH-002 by Marek Vasut · 4 years, 8 months ago
  96. 1d865be dt-bindings: Add vendor prefix for Chefree by Marek Vasut · 4 years, 8 months ago
  97. c3ee8c6 drm/panel: remove return value of function drm_panel_add by Bernard Zhao · 4 years, 8 months ago
  98. 1a3fb59 drm/ttm: remove the init_mem_type callback by Christian König · 4 years, 8 months ago
  99. ded9f8e drm/vram-helper: stop implementing init_mem_type by Christian König · 4 years, 8 months ago
  100. ccd0dc4 drm/qxl: stop implementing init_mem_type by Christian König · 4 years, 8 months ago