1. 4411971 drm/cirrus: Use the drm_driver.dumb_destroy default by Noralf Trønnes · 7 years ago
  2. 6aeeada drm/cirrus: switch to drm_*_get(), drm_*_put() helpers by Cihangir Akturk · 7 years ago
  3. 484512d drm: cirrus: remove dead code and pointless local lut storage by Peter Rosin · 7 years ago
  4. e1923ab drm/<drivers>: Drop fbdev info flags by Daniel Vetter · 8 years ago
  5. 10631d7 drm/pci: Deprecate drm_pci_init/exit completely by Daniel Vetter · 8 years ago
  6. 5c484ce drm: Remove drm_driver->set_busid hook by Daniel Vetter · 8 years ago
  7. 62b63dc drm/cirrus: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  8. df45eac Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  9. 6d124ff drm: Add acquire ctx to ->gamma_set hook by Daniel Vetter · 8 years ago
  10. ea642c3 drm/ttm: add io_mem_pfn callback by Christian König · 8 years ago
  11. da7bdda drm/fb-helper: Automatically clean up fb_info by Daniel Vetter · 8 years ago
  12. e4563f6 drm: Rely on mode_config data for fb_helper initialization by Gabriel Krisman Bertazi · 8 years ago
  13. 260498f drm/ttm: revert "implement LRU add callbacks v2" by Christian König · 8 years ago
  14. b0df0b2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 8 years ago
  15. af3076e drm: flip cirrus driver status to "obsolete". by Gerd Hoffmann · 8 years ago
  16. 011cda5 drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" by Benjamin Gaignard · 8 years ago
  17. 11b3c20 drm: Change the return type of the unload hook to void by Gabriel Krisman Bertazi · 8 years ago
  18. 9338203 drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> by Laurent Pinchart · 8 years ago
  19. 272725c drm: Nuke fb->bits_per_pixel by Ville Syrjälä · 8 years ago
  20. b00c600 drm: Nuke fb->depth by Ville Syrjälä · 8 years ago
  21. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  22. 93aac5c drm/cirrus: Add some local 'fb' variables by Ville Syrjälä · 8 years ago
  23. 949f088 drm: Make the connector .detect() callback optional by Laurent Pinchart · 8 years ago
  24. 3e91168 Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  25. 7b624ad Backmerge tag 'v4.9-rc4' into drm-next by Dave Airlie · 8 years ago
  26. 55edf41 drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs by Jani Nikula · 8 years ago
  27. 7cf321d drm/drivers: add support for using the arch wc mapping API. by Dave Airlie · 8 years ago
  28. a2ab19fe drm/ttm: make eviction decision a driver callback v2 by Christian König · 8 years ago
  29. b7f9745 drm: cirrus: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp() by Laurent Pinchart · 8 years ago
  30. d9a1f0b drm: use drm_file to tag vm-bos by David Herrmann · 8 years ago
  31. f8725ad Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  32. b1116f6 drm: Remove superflous linux/fb.h includes by Daniel Vetter · 8 years ago
  33. 44adece drm/fb-helper: Add a dummy remove_conflicting_framebuffers by Daniel Vetter · 8 years ago
  34. 36e9d08 drm/cirrus: Fix NULL pointer dereference when registering the fbdev by Boris Brezillon · 8 years ago
  35. 2383050f Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 8 years ago
  36. b6a2a4f drm/cirrus: make fbdev support really optional by Tobias Jakobi · 8 years ago
  37. 63ecf57 drm/cirrus: Delete an unnecessary check before drm_gem_object_unreference_unlocked() by Markus Elfring · 8 years ago
  38. 1888577 drm/ttm: remove dummy bo_move implementations by Christian König · 9 years ago
  39. 2cca455 Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  40. bb4cec0 Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  41. 7ea7728 drm/core: Change declaration for gamma_set. by Maarten Lankhorst · 9 years ago
  42. f5993ee drm/cirrus: Use lockless gem BO free callback by Daniel Vetter · 9 years ago
  43. 3abb263 drm/cirrus: Drop redundnant gamma size check by Daniel Vetter · 9 years ago
  44. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  45. 98c2872 drm/ttm: implement LRU add callbacks v2 by Christian König · 9 years ago
  46. dfd5e50 drm/ttm: remove use_ticket parameter from ttm_bo_reserve by Christian König · 9 years ago
  47. e7c8e54 Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  48. 44debe7 vgacon: dummy implementation for vgacon_text_force by Daniel Vetter · 9 years ago
  49. 266c73b Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  50. caf02ab PCI: Add QEMU top-level IDs for (sub)vendor & device by Robin H. Johnson · 9 years ago
  51. 3382553 drm/cirrus: removed optional dummy crtc mode_fixup function. by Carlos Palminha · 9 years ago
  52. 712f801 drm/cirrus: removed optional dummy encoder mode_fixup function. by Carlos Palminha · 9 years ago
  53. c877090 drm/cirrus: Constify function pointer structs by Ville Syrjälä · 9 years ago
  54. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  55. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  56. cb11971 drm: Remove unused fbdev_list members by Lukas Wunner · 9 years ago
  57. 6cc5623 drm/cirrus: Don't grab dev->struct_mutex for in mmap offset ioctl by Daniel Vetter · 10 years ago
  58. 2b9e6e3 drm/cirrus: Use new drm_fb_helper functions by Archit Taneja · 9 years ago
  59. 796e1c5 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  60. 7f551b1 drm/cirrus: Limit modes depending on bpp option by Takashi Iwai · 10 years ago
  61. 01934c2 drm/fb-helper: Propagate errors from initial config failure by Thierry Reding · 10 years ago
  62. 8975626 drm/cirrus: allow 32bpp framebuffers for cirrus drm by Zach Reizner · 10 years ago
  63. a7ca52e drm/cirrus: fix leaky driver load error handling by Zach Reizner · 10 years ago
  64. 3cb9ae4 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h by Daniel Vetter · 10 years ago
  65. c0c3e73 drm/cirrus: bind also to qemu-xen-traditional by Olaf Hering · 11 years ago
  66. 2d65a9f Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  67. 7a42e83 Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 10 years ago
  68. f4f4e3e drm/ttm: add reservation_object as argument to ttm_bo_init by Maarten Lankhorst · 11 years ago
  69. ea0622c drm/cirrus: use container_of to resolve cirrus_fbdev from drm_fb_helper by Fabian Frederick · 10 years ago
  70. d9fc941 drm: Extract <drm/drm_gem.h> by Daniel Vetter · 10 years ago
  71. 884c6da drm/<ttm-based-drivers>: Don't call drm_mmap by Daniel Vetter · 10 years ago
  72. c526709 drm/cirrus: add missing drm_connector_register call by Gerd Hoffmann · 10 years ago
  73. 915b4d1 drm: add driver->set_busid() callback by David Herrmann · 10 years ago
  74. f1217ed drm/ttm: move fpfn and lpfn into each placement v2 by Christian König · 10 years ago
  75. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  76. 8f8e7e1 drm: cirrus: fix warnings by Russell King · 11 years ago
  77. ee3939e drm/ttm: Fix a few sparse warnings by Thierry Reding · 10 years ago
  78. ef13aec drm/cirrus: use helpers by Rob Clark · 10 years ago
  79. 10a2310 drm: Introduce drm_fb_helper_prepare() by Thierry Reding · 11 years ago
  80. 3a49387 drm: Constify struct drm_fb_helper_funcs by Thierry Reding · 11 years ago
  81. 425a9a3 Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  82. 3d535ed drm/cirrus: Remove unecessary NULL check in gem_free by Daniel Vetter · 11 years ago
  83. 275c632 drm/cirrus: Remove unnecessary NULL check in bo_unref by Daniel Vetter · 11 years ago
  84. f9b0e25 drm: make mode_valid callback optional by Andrzej Hajda · 11 years ago
  85. 2f1e800 drm: cirrus: add power management support by Gerd Hoffmann · 11 years ago
  86. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  87. 44d847b drm: init TTM dev_mapping in ttm_bo_device_init() by David Herrmann · 11 years ago
  88. 6796cb1 drm: use anon-inode instead of relying on cdevs by David Herrmann · 11 years ago
  89. 8b7ad1b drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversion by Dave Airlie · 11 years ago
  90. f4b4718 drm: ast,cirrus,mgag200: use drm_can_sleep by Dave Airlie · 11 years ago
  91. 2510538 drm/cirrus: correct register values for 16bpp by Takashi Iwai · 11 years ago
  92. cdd7330 drivers: gpu: Mark functions as static and remove unused function in cirrus_ttm.c by Rashika · 11 years ago
  93. 5e89440 drivers: gpu: Mark functions as static in cirrus_mode.c by Rashika · 11 years ago
  94. 70d5422 drivers: gpu: Mark function as static in cirrus_main.c by Rashika · 11 years ago
  95. 99d4a8a drm/cirrus: Fix cirrus drm driver for fbdev + qemu by Martin Koegler · 11 years ago
  96. e9f0d76 drm: Kill DRM_IRQ_ARGS by Daniel Vetter · 11 years ago
  97. 121a6a1 drm/cirrus: use drm_set_preferred_mode by Gerd Hoffmann · 11 years ago
  98. 92b6f89 drm: Add separate Kconfig option for fbdev helpers by Daniel Vetter · 11 years ago
  99. 16eb5f4 drm: kill ->gem_init_object() and friends by David Herrmann · 11 years ago
  100. 9c725e5 Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 11 years ago