1. 2cb5974 drm/simple-kms: Fix documentation for drm_simple_encoder_init() by Thomas Zimmermann · 5 years ago
  2. 5b66033 drm/panel: add panel driver for Elida KD35T133 panels by Heiko Stuebner · 5 years ago
  3. 3c2fa51 dt-bindings: display: panel: Add binding document for Elida KD35T133 by Heiko Stuebner · 5 years ago
  4. 9daee61 drm/v3d: Replace wait_for macros to remove use of msleep by James Hughes · 5 years ago
  5. 7f2a09e drm/vc4: Replace wait_for macros to remove use of msleep by James Hughes · 5 years ago
  6. 83794ee Merge drm/drm-next into drm-misc-next by Maxime Ripard · 5 years ago
  7. 05f3a6f drm/hdcp: fix DRM_HDCP_2_KSV_COUNT_2_LSBITS by Ramalingam C · 5 years ago
  8. 79643fd drm/hdcp: optimizing the srm handling by Ramalingam C · 5 years ago
  9. 451787d video: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  10. 9dff9a3 video: fbdev: radeon: Remove dead code by Souptick Joarder · 5 years ago
  11. 9e55337 fbdev: simplefb: Platform data shan't include kernel.h by Andy Shevchenko · 5 years ago
  12. 11be60b matroxfb: add Matrox MGA-G200eW board support by Rich Felker · 5 years ago
  13. e36cae0 video: fbdev: atyfb: remove set but not used variable 'mach64RefFreq' by yu kuai · 5 years ago
  14. c8c967a video: fbdev: kyrofb: remove set but not used variable 'ulScaleRight' by yu kuai · 5 years ago
  15. 97e5ea1 video: fbdev: radeonfb: remove set but not used variable 'bytpp' by yu kuai · 5 years ago
  16. 66cc77ed video: fbdev: radeonfb: remove set but not used variable '‘cSync’' by yu kuai · 5 years ago
  17. eea60c3 video: fbdev: radeonfb: remove set but not used variable 'vSyncPol' by yu kuai · 5 years ago
  18. 977750e video: fbdev: radeonfb: remove set but not used variable 'hSyncPol' by yu kuai · 5 years ago
  19. 9e24d63 video: fbdev: wm8505fb: add COMPILE_TEST support by Bartlomiej Zolnierkiewicz · 5 years ago
  20. 459b0fa video: fbdev: wm8505fb: fix sparse warnings about using incorrect types by Bartlomiej Zolnierkiewicz · 5 years ago
  21. ee5aca2 video: fbdev: w100fb: add COMPILE_TEST support by Bartlomiej Zolnierkiewicz · 5 years ago
  22. df33810 video: fbdev: w100fb: fix sparse warnings by Bartlomiej Zolnierkiewicz · 5 years ago
  23. 3d3287e video: fbdev: arcfb: add COMPILE_TEST support by Bartlomiej Zolnierkiewicz · 5 years ago
  24. 6df8627 video: fbdev: sh_mobile_lcdcfb: add COMPILE_TEST support by Bartlomiej Zolnierkiewicz · 5 years ago
  25. 5d30146 video: fbdev: sh_mobile_lcdcfb: fix sparse warnings about using incorrect types by Bartlomiej Zolnierkiewicz · 5 years ago
  26. 3e26e0c video: fbdev: pxa168fb: remove unnecessary platform_get_irq by YueHaibing · 5 years ago
  27. 6f2bb11 drm/qxl: Use simple encoder by Thomas Zimmermann · 5 years ago
  28. 03e44ad drm/mgag200: Use simple encoder by Thomas Zimmermann · 5 years ago
  29. 4220fdf drm/ast: Use simple encoder by Thomas Zimmermann · 5 years ago
  30. 63170ac drm/simple-kms: Add drm_simple_encoder_{init,create}() by Thomas Zimmermann · 5 years ago
  31. 4a1d0db drm/panel: simple: add panel-dpi support by Sam Ravnborg · 5 years ago
  32. fa10224 dt-bindings: display: add data-mapping to panel-dpi by Sam Ravnborg · 5 years ago
  33. 4e840be dt-bindings: display: convert panel-dpi to DT schema by Sam Ravnborg · 5 years ago
  34. 4dd23a4 dt-bindings: display: convert display-timings to DT schema by Sam Ravnborg · 5 years ago
  35. 3aa31ce dt-bindings: display: add panel-timing.yaml by Sam Ravnborg · 5 years ago
  36. 899f24e drm/panel: Add driver for Novatek NT35510-based panels by Linus Walleij · 5 years ago
  37. 5ce96fe drm/panel: Add DT bindings for Novatek NT35510-based panels by Linus Walleij · 5 years ago
  38. dc058092 dt-bindings: Add vendor prefix for Hydis technologies by Linus Walleij · 5 years ago
  39. abdd768 drm: prevent a harmless integer overflow in drm_legacy_sg_alloc() by Dan Carpenter · 5 years ago
  40. df0e7f7 drm/client: Dual licence the file in GPL-2 and MIT by Emmanuel Vadot · 5 years ago
  41. 46cf7d9 drm/tidss: Drop pointless static qualifier in dispc_find_csc() by YueHaibing · 5 years ago
  42. 652f67f drm/tidss: fix spelling mistakes "bufer" and "requsted" by Colin Ian King · 5 years ago
  43. 905ad78 drm/tidss: Use drm_for_each_bridge_in_chain() by Laurent Pinchart · 5 years ago
  44. b33b547 drm/tidss: dispc: Fix broken plane positioning code by Jyri Sarha · 5 years ago
  45. d6b8bbc drm/dp_mst: Check crc4 value while building sideband message by Benjamin Gaignard · 5 years ago
  46. cb89754 drm/dp_mst: Fix W=1 warnings by Benjamin Gaignard · 5 years ago
  47. 6034745 Merge tag 'drm-misc-next-2020-02-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 5 years ago
  48. a2ae604 Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 5 years ago
  49. 987b90d drm/panfrost: default_supplies[] can be static by kbuild test robot · 5 years ago
  50. 4981cdb dma-buf: make move_notify mandatory if importer_ops are provided by Christian König · 5 years ago
  51. bd2275e dma-buf: drop dynamic_mapping flag by Christian König · 5 years ago
  52. a448cb0 drm/amdgpu: implement amdgpu_gem_prime_move_notify v2 by Christian König · 7 years ago
  53. 2d4dad2 drm/amdgpu: add amdgpu_dma_buf_pin/unpin v2 by Christian König · 7 years ago
  54. 4993ba0 drm/amdgpu: use allowed_domains for exported DMA-bufs by Christian König · 6 years ago
  55. d2588d2 drm/ttm: remove the backing store if no placement is given by Christian König · 7 years ago
  56. bb42df4 dma-buf: add dynamic DMA-buf handling v15 by Christian König · 7 years ago
  57. 258145e drm/panel: simple: Add NewEast Optoelectronics CO., LTD WJFH116008A panel support by Vasily Khoruzhick · 5 years ago
  58. 0c10640 dt-bindings: display: simple: Add NewEast Optoelectronics WJFH116008A compatible by Vasily Khoruzhick · 5 years ago
  59. c153a89 dt-bindings: Add Guangdong Neweast Optoelectronics CO. LTD vendor prefix by Vasily Khoruzhick · 5 years ago
  60. 6f13d2c drm/bridge: anx6345: don't print error message if regulator is not ready by Vasily Khoruzhick · 5 years ago
  61. 18b39fb drm/virtio: add virtio_gpu_is_shmem helper by Gurchetan Singh · 5 years ago
  62. 068a8fe drm/virtio: make mmap callback consistent with callbacks by Gurchetan Singh · 5 years ago
  63. c348030 drm/hisilicon: Fixed pcie resource conflict between drm and firmware by Tian Tao · 5 years ago
  64. 29b7216 drm/hisilicon: Set preferred mode resolution and maximum resolution by Tian Tao · 5 years ago
  65. bc17e55 drm/hisilicon: Add the mode_valid function by Tian Tao · 5 years ago
  66. de3c3ed drm/hisilicon: fixed the wrong resolution configurations by Tian Tao · 5 years ago
  67. 31d6fee drm/hisilicon: Enable the shadowfb for hibmc by Tian Tao · 5 years ago
  68. bac5118 drm/hisilicon: Add new clock/resolution configurations by Tian Tao · 5 years ago
  69. 4825b61 Merge tag 'drm-intel-next-2020-02-25' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 5 years ago
  70. aaa9d26 Merge tag 'drm-misc-next-2020-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 5 years ago
  71. c6385e5 drm/amdgpu: drop legacy drm load and unload callbacks by Alex Deucher · 5 years ago
  72. d95665c drm/amdgpu/display: don't call drm_dp_mst_connector_late_register (v2) by Alex Deucher · 5 years ago
  73. 405a1f9 drm/amdgpu/display: split dp connector registration (v4) by Alex Deucher · 5 years ago
  74. 14f04fa drm/amdgpu/display: add a late register connector callback by Alex Deucher · 5 years ago
  75. 7b99330 drm/amd/display: move dpcd debugfs members setup by Alex Deucher · 5 years ago
  76. d090e7d drm/amdgpu/display: move debugfs init into core amdgpu debugfs (v2) by Alex Deucher · 5 years ago
  77. 4074892 drm/amdgpu: don't call drm_connector_register for non-MST ports by Alex Deucher · 5 years ago
  78. fd23cfc drm/amdgpu/ring: move debugfs init into core amdgpu debugfs by Alex Deucher · 5 years ago
  79. cd9e29e drm/amdgpu/firmware: move debugfs init into core amdgpu debugfs by Alex Deucher · 5 years ago
  80. f9d64e6 drm/amdgpu/regs: move debugfs init into core amdgpu debugfs by Alex Deucher · 5 years ago
  81. 3f5cea6 drm/amdgpu/gem: move debugfs init into core amdgpu debugfs by Alex Deucher · 5 years ago
  82. 24038d5 drm/amdgpu/fence: move debugfs init into core amdgpu debugfs by Alex Deucher · 5 years ago
  83. 1599754 drm/amdgpu/sa: move debugfs init into core amdgpu debugfs by Alex Deucher · 5 years ago
  84. a4c5b1b drm/amdgpu/pm: move debugfs init into core amdgpu debugfs by Alex Deucher · 5 years ago
  85. c582036 drm/amdgpu/ttm: move debugfs init into core amdgpu debugfs by Alex Deucher · 5 years ago
  86. 923ffa6 drm/amdgpu: rename amdgpu_debugfs_preempt_cleanup by Alex Deucher · 5 years ago
  87. 8bdab6b drm/amdgpu: Increase timout on emulator to tenfold instead of twice by Yong Zhao · 5 years ago
  88. 7af8bc5 drm/amd/powerplay: add DFCstate control pptable func for arct by Hawking Zhang · 5 years ago
  89. 41a468a drm/amd/powerplay: update arcturus ppsmc header to 54.15.0 by Hawking Zhang · 5 years ago
  90. e22bb56 drm/amdgpu/display: clean up hdcp workqueue handling by Alex Deucher · 5 years ago
  91. c7637c9 drm/amdkfd: Delete unnecessary unmap queue package submissions by Yong Zhao · 5 years ago
  92. 1e21647 drm/amdkfd: Delete excessive printings by Yong Zhao · 5 years ago
  93. 66f28b9 drm/amdkfd: Fix a memory leak in queue creation error handling by Yong Zhao · 5 years ago
  94. b42902f drm/amdkfd: Count active CP queues directly by Yong Zhao · 5 years ago
  95. e694530 drm/amdkfd: Avoid ambiguity by indicating it's cp queue by Yong Zhao · 5 years ago
  96. 81b820b drm/amdkfd: Rename queue_count to active_queue_count by Yong Zhao · 5 years ago
  97. 0c66369 drm/amd: Extend ROCt to surface UUID for devices that have them by Divya Shikre · 5 years ago
  98. 944effd drm/amdgpu: Fix check for DPM when returning max clock by Kent Russell · 5 years ago
  99. 75ddb640 drm/amdgpu: Don't write GCVM_L2_CNTL* regs on navi12 VF by Rohit Khaire · 5 years ago
  100. b8076b5 drm/radeon: Inline drm_get_pci_dev by Daniel Vetter · 5 years ago