1. 51c3b91 Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 10 months ago
  2. 659ab7a drm: Use USB controller's DMA mask when importing dmabufs by Thomas Zimmermann · 3 years, 10 months ago
  3. 5ceeb32 drm/udl: Move vmap out of commit tail by Thomas Zimmermann · 4 years ago
  4. 2f04636 drm/shmem-helper: Removed drm_gem_shmem_create_object_cached() by Thomas Zimmermann · 4 years, 2 months ago
  5. a7319c8 drm/udl: Fix missing error code in udl_handle_damage() by Dan Carpenter · 4 years, 2 months ago
  6. 49a3f51 drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends by Thomas Zimmermann · 4 years, 2 months ago
  7. 3fb91f5 drm/udl: Retrieve USB device from struct drm_device.dev by Thomas Zimmermann · 4 years, 2 months ago
  8. 70a59dd drm/<drivers>: Constify struct drm_driver by Daniel Vetter · 4 years, 2 months ago
  9. 99f55c7 drm/udl: Use GEM vmap/mmap function from SHMEM helpers by Thomas Zimmermann · 4 years, 7 months ago
  10. 3a5a597 drm/udl: Don't call get/put_pages on imported dma-buf by Daniel Vetter · 4 years, 8 months ago
  11. b173bfe drm/udl: Make udl_handle_damage static by Zou Wei · 4 years, 8 months ago
  12. 6ae355a drm/udl: don't set drm_device->dev_private by Daniel Vetter · 4 years, 9 months ago
  13. 50b9bbe drm/udl: Use devm_drm_dev_alloc by Daniel Vetter · 4 years, 9 months ago
  14. 66459fa drm/udl: Remove error check from fbdev setup by Thomas Zimmermann · 4 years, 9 months ago
  15. b1a981b drm/udl: drop drm_driver.release hook by Daniel Vetter · 4 years, 10 months ago
  16. fe5b7c8 drm/udl: Drop explicit drm_mode_config_cleanup call by Daniel Vetter · 4 years, 10 months ago
  17. d33b58d drm: Garbage collect drm_dev_fini by Daniel Vetter · 4 years, 10 months ago
  18. d0c116a drm/udl: Use drmm_add_final_kfree by Daniel Vetter · 4 years, 10 months ago
  19. 06f749a drm/udl: Clear struct drm_connector_funcs.dpms by Thomas Zimmermann · 5 years ago
  20. a7bbabd drm/udl: Don't set struct drm_crtc_state.no_vblank explicitly by Thomas Zimmermann · 5 years ago
  21. 5d50bd4 drm/udl: Make udl driver depend on CONFIG_USB by Thomas Zimmermann · 5 years ago
  22. 14856e9 drm/udl: Remove udl_fb.c by Thomas Zimmermann · 5 years ago
  23. a8109f5 drm/udl: Move udl_handle_damage() into udl_modeset.c by Thomas Zimmermann · 5 years ago
  24. eb3deec drm/udl: Remove struct udl_device.active_fb_16 by Thomas Zimmermann · 5 years ago
  25. 230b8b0 drm/udl: Convert to drm_atomic_helper_dirtyfb() by Thomas Zimmermann · 5 years ago
  26. d817784 drm/udl: Set preferred color depth to 16 bpp by Thomas Zimmermann · 5 years ago
  27. 997d33c drm/udl: Inline DPMS code into CRTC enable and disable functions by Thomas Zimmermann · 5 years ago
  28. ae08b88 drm/udl: Switch to atomic suspend/resume helpers by Thomas Zimmermann · 5 years ago
  29. 9fda81e drm/udl: Convert to struct drm_simple_display_pipe by Thomas Zimmermann · 5 years ago
  30. e829cf0 drm/udl: Init connector before encoder and CRTC by Thomas Zimmermann · 5 years ago
  31. 1ca3fd9 drm/udl: Remove field lost_pixels from struct udl_device by Thomas Zimmermann · 5 years ago
  32. 798ce3f drm/udl: Begin/end access to imported buffers in damage-handler by Thomas Zimmermann · 5 years ago
  33. cd45e30 drm/udl: Move log-cpp code out of udl_damage_handler() by Thomas Zimmermann · 5 years ago
  34. ffc9048 drm/udl: Move clip-rectangle code out of udl_handle_damage() by Thomas Zimmermann · 5 years ago
  35. 2d2bebb drm/udl: Vmap framebuffer after all tests succeeded in damage handling by Thomas Zimmermann · 5 years ago
  36. d15e35d drm/udl: Don't track number of identical and sent pixels per line by Thomas Zimmermann · 5 years ago
  37. 3f1939b drm/udl: Remove unused statistics counters by Thomas Zimmermann · 5 years ago
  38. 8ed4477 drm/udl: Replace struct udl_framebuffer with generic implementation by Thomas Zimmermann · 5 years ago
  39. 8344603 drm/udl: Call udl_handle_damage() with DRM framebuffer by Thomas Zimmermann · 5 years ago
  40. ba59b01 drm/udl: Store active framebuffer in device structure by Thomas Zimmermann · 5 years ago
  41. f3f8630 drm/udl: Remove udl implementation of GEM's free_object() by Thomas Zimmermann · 5 years ago
  42. 6c44e30 drm/udl: Unmap buffer object after damage update by Thomas Zimmermann · 5 years ago
  43. 3373279 drm/udl: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  44. d0c4fc5 drm/udl: Replace fbdev code with generic emulation by Thomas Zimmermann · 5 years ago
  45. d56cbce drm/udl: Remove struct udl_gem_object and functions by Thomas Zimmermann · 5 years ago
  46. 08b22f65 drm/udl: Switch to SHMEM by Thomas Zimmermann · 5 years ago
  47. 1d48b9e drm/udl: Allocate GEM object via struct drm_driver.gem_create_object by Thomas Zimmermann · 5 years ago
  48. 92c4eeb drm/udl: Remove flags field from struct udl_gem_object by Thomas Zimmermann · 5 years ago
  49. a92462d drm/connector: Share with non-atomic drivers the function to get the single encoder by José Roberto de Souza · 5 years ago
  50. a9dcf38 drm/udl: drop use of drmP.h by Sam Ravnborg · 5 years ago
  51. e4fa845 drm/prime: Align gem_prime_export with obj_funcs.export by Daniel Vetter · 6 years ago
  52. 0424fda drm/prime: Actually remove DRIVER_PRIME everywhere by Daniel Vetter · 6 years ago
  53. 12eb90f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262 by Thomas Gleixner · 6 years ago
  54. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  55. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  56. 6ecac85 drm/udl: move to embedding drm device inside udl device. by Dave Airlie · 6 years ago
  57. fd96e0d drm/udl: introduce a macro to convert dev to udl. by Dave Airlie · 6 years ago
  58. f06ddb5 BackMerge v5.1-rc5 into drm-next by Dave Airlie · 6 years ago
  59. 9b39b01 drm/udl: add a release method and delay modeset teardown by Dave Airlie · 6 years ago
  60. b4e4538 Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  61. 5a3887b drm/udl: Use drm_fb_helper_fill_info by Daniel Vetter · 6 years ago
  62. 0bec621 Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Daniel Vetter · 6 years ago
  63. a511430 drm/udl: Refactor edid retrieving in UDL driver (v2) by Robert Tarasov · 6 years ago
  64. 8f3b487 drm/udl: use drm_gem_object_put_unlocked. by Dave Airlie · 6 years ago
  65. ba3bf37 drm/drv: drm_dev_unplug(): Move out drm_dev_put() call by Noralf Trønnes · 6 years ago
  66. fcd70cd drm: Split out drm_probe_helper.h by Daniel Vetter · 6 years ago
  67. 32e932e DRM: UDL: get rid of useless vblank initialization by Eugeniy Paltsev · 6 years ago
  68. 7b76d058 Merge drm/drm-next into drm-misc-next by Sean Paul · 6 years ago
  69. ac3b35f drm/udl: Replace drm_dev_unref with drm_dev_put by Thomas Zimmermann · 6 years ago
  70. fcb74da drm: udl: Destroy framebuffer only if it was initialized by Emil Lundmark · 7 years ago
  71. caca1ff Merge branch 'drm-udl-next' of git://people.freedesktop.org/~airlied/linux into drm-next by Dave Airlie · 6 years ago
  72. 9099120 udl-kms: dont spam the syslog with debug messages by Mikulas Patocka · 7 years ago
  73. c2f5311 udl-kms: use spin_lock_irq instead of spin_lock_irqsave by Mikulas Patocka · 7 years ago
  74. 58cba7c udl-kms: avoid prefetch by Mikulas Patocka · 7 years ago
  75. 91ba11f udl-kms: avoid division by Mikulas Patocka · 7 years ago
  76. 09a00ab udl-kms: fix crash due to uninitialized memory by Mikulas Patocka · 7 years ago
  77. 542bb97 udl-kms: handle allocation failure by Mikulas Patocka · 7 years ago
  78. 8456b99 udl-kms: change down_interruptible to down by Mikulas Patocka · 7 years ago
  79. 3fce461 BackMerge v4.18-rc7 into drm-next by Dave Airlie · 6 years ago
  80. cde4c44 drm: drop _mode_ from drm_mode_connector_attach_encoder by Daniel Vetter · 7 years ago
  81. c555f02 drm: drop _mode_ from update_edit_property() by Daniel Vetter · 7 years ago
  82. 99ec9e7 drm/udl: fix display corruption of the last line by Mikulas Patocka · 7 years ago
  83. f664a5269 dma-buf: remove kmap_atomic interface by Christian König · 7 years ago
  84. a19741e dma_buf: remove device parameter from attach callback v2 by Christian König · 7 years ago
  85. 3c5f134 gpu: drm: udl: Adding new typedef vm_fault_t by Souptick Joarder · 7 years ago
  86. b9d9168 drm/udl: fix mode_valid's return type by Luc Van Oostenryck · 7 years ago
  87. 83fd26c Merge airlied/drm-next into drm-misc-next by Sean Paul · 7 years ago
  88. ae358da drm/udl: Get rid of dev->struct_mutex usage by Daniel Vetter · 7 years ago
  89. 3b82a4d drm: udl: Properly check framebuffer mmap offsets by Greg Kroah-Hartman · 7 years ago
  90. fef1aa4 Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  91. 75c65ee drm/udl: Reading all edid blocks in DRM/UDL driver by Robert Tarasov · 7 years ago
  92. afdfc4c drm/udl: Fixed problem with UDL adpater reconnection by Robert Tarasov · 7 years ago
  93. 418da17 drm: Pass struct drm_file * to __drm_mode_object_find [v2] by Keith Packard · 8 years ago
  94. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  95. 36436f4 drm: udl: constify usb_device_id by Arvind Yadav · 7 years ago
  96. e966f5d drm/udl: Use the drm_driver.dumb_destroy default by Noralf Trønnes · 7 years ago
  97. 823ee8b drm/udl: switch to drm_*_get(), drm_*_put() helpers by Cihangir Akturk · 7 years ago
  98. c07dcd6 drm: Document device unplug infrastructure by Daniel Vetter · 7 years ago
  99. e1923ab drm/<drivers>: Drop fbdev info flags by Daniel Vetter · 8 years ago
  100. 95cf926 x86, drm, fbdev: Do not specify encrypted memory for video mappings by Tom Lendacky · 7 years ago