1. 8f5040e drm: allow changing DPMS mode by Marta Lofstedt · 8 years ago
  2. 16571a8 drm/qxl: fix use of uninitialized variable by Pan Bian · 8 years ago
  3. 48d9831 drm/qxl: Don't register debugfs for control minors by Daniel Vetter · 8 years ago
  4. 1f32478 drm/radeon: don't add files at control minor debugfs directory by Nicolai Stange · 8 years ago
  5. dabdcdc drm/vmwgfx: Switch to mode_cmd2 by Daniel Vetter · 8 years ago
  6. ad12310 drm/vgem: Use ww_mutex_(un)lock even with a NULL context by Nicolai Hähnle · 8 years ago
  7. 949f088 drm: Make the connector .detect() callback optional by Laurent Pinchart · 8 years ago
  8. 87291e5 drm/bridge: tc358767: don't warn if display side ASSR enable fails by Lucas Stach · 8 years ago
  9. cc98e6c drm: Initialise drm_mm.head_node.allocated by Chris Wilson · 8 years ago
  10. 661a375 drm: Fix locking cargo-cult in encoder/plane init/cleanup by Daniel Vetter · 8 years ago
  11. b07c425 drm/doc: Fix indenting in drm_modeset_lock.c comment by Daniel Vetter · 8 years ago
  12. a53ca63 drm: Protect fb_helper list manipulation with a mutex by Chris Wilson · 8 years ago
  13. 64e9440 drm: Pull together probe + setup for drm_fb_helper by Chris Wilson · 8 years ago
  14. 966a6a1 drm: Hold mode_config.lock to prevent hotplug whilst setting up crtcs by Chris Wilson · 8 years ago
  15. 389f78b drm: Introduce drm_framebuffer_assign() by Chris Wilson · 8 years ago
  16. b2383fa drm/bridge: adv7511: Enable the audio data and clock pads on adv7533 by Srinivas Kandagatla · 8 years ago
  17. 53c515b drm/bridge: adv7511: Add Audio support by John Stultz · 8 years ago
  18. c45a4e4 drm/edid: Consider alternate cea timings to be the same VIC by Ville Syrjälä · 8 years ago
  19. 79b9555 drm/atomic: Constify drm_atomic_crtc_needs_modeset() by Ville Syrjälä · 8 years ago
  20. 63926ba drm: bridge: dw-hdmi: add ASoC dependency by Arnd Bergmann · 8 years ago
  21. c96521e drm: Fix shift operations for drm_fb_helper::drm_target_preferred() by Chris Wilson · 8 years ago
  22. a2ec1c1 drm: Avoid NULL dereference for DRM_LEGACY debug message by Chris Wilson · 8 years ago
  23. 75df624 drm: Use u64_to_user_ptr() helper for blob ioctls by Chris Wilson · 8 years ago
  24. 8b2fb7b drm: Fix conflicting macro parameter in drm_mm_for_each_node_in_range() by Chris Wilson · 8 years ago
  25. 218adc1 drm: Fixup kernel doc for driver->gem_create_object by Chris Wilson · 8 years ago
  26. b61abd4 drm/hisilicon/hibmc: mark PM functions __maybe_unused by Arnd Bergmann · 8 years ago
  27. 0a4c9ff drm/hisilicon/hibmc: Checking for NULL instead of IS_ERR() by Dan Carpenter · 8 years ago
  28. 04ea7dc Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Daniel Vetter · 8 years ago
  29. 2761ba6 drm: bridge: add DesignWare HDMI I2S audio support by Kuninori Morimoto · 8 years ago
  30. 2db86df drm: Check against color expansion in drm_mm_reserve_node() by Chris Wilson · 8 years ago
  31. 522e85d drm: Define drm_mm_for_each_node_in_range() by Chris Wilson · 8 years ago
  32. 6a8a66e drm/doc: Fix links in drm_property.c by Daniel Vetter · 8 years ago
  33. b7a2a23 MAINTAINERS: Add link to drm-misc documentation by Daniel Vetter · 8 years ago
  34. ed2ab35 vgaarb: use valid dev pointer in vgaarb_info() by Arnd Bergmann · 8 years ago
  35. 1ea0c02 drm/atomic: Unconfuse the old_state mess in commmit_tail by Daniel Vetter · 8 years ago
  36. 9a83a71 drm/fences: add DOC: for explicit fencing by Gustavo Padovan · 8 years ago
  37. 8c0b55e drm/atomic: cleanup debugfs entries on un-registering the driver. by Liviu Dudau · 8 years ago
  38. 43167f6 Merge tag 'drm-hisilicon-next-2016-11-17' of http://github.com/zourongrong/linux into drm-next by Dave Airlie · 8 years ago
  39. cf590b8 vgaarb: Downgrade userspace-triggerable messages to debug by Bjorn Helgaas · 8 years ago
  40. a75d68f vgaarb: Use dev_printk() when possible by Bjorn Helgaas · 8 years ago
  41. 069cad6 Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)" by Gustavo Padovan · 8 years ago
  42. 4ada6f2 drm: document standard connector properties by Daniel Vetter · 8 years ago
  43. 27bfa74 drm: also move DSI panels to the front of the connector list by Jani Nikula · 8 years ago
  44. bae781b drm: Nuke modifier[1-3] by Ville Syrjälä · 8 years ago
  45. 0b46fcd MAINTAINERS: Move dma-buf to drm-misc git by Daniel Vetter · 8 years ago
  46. af948a2 drm/bridge: dumb-vga-dac: Support a VDD regulator supply by Chen-Yu Tsai · 8 years ago
  47. 5620f47 MAINTAINERS: Add Archit as drm bridge maintainer by Daniel Vetter · 8 years ago
  48. d52ea7e MAINTAINERS: Add drm-misc by Daniel Vetter · 8 years ago
  49. 8a357d1 drm: Nerf DRM_CONTROL nodes by Daniel Vetter · 8 years ago
  50. 4b4b40a MAINTAINERS: Update HISILICON DRM entries by Rongrong Zou · 8 years ago
  51. 1d98b91 drm/hisilicon/hibmc: Add support for vblank interrupt by Rongrong Zou · 8 years ago
  52. 5294967 drm/hisilicon/hibmc: Add support for VDAC by Rongrong Zou · 8 years ago
  53. da52605 drm/hisilicon/hibmc: Add support for display engine by Rongrong Zou · 8 years ago
  54. d1667b8 drm/hisilicon/hibmc: Add support for frame buffer by Rongrong Zou · 8 years ago
  55. e4daebc7 drm/hisilicon/hibmc: Add video memory management by Rongrong Zou · 8 years ago
  56. 5e0df3a drm/hisilicon/hibmc: Add hisilicon hibmc drm master driver by Rongrong Zou · 8 years ago
  57. 08859ed Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  58. ed82866 drm/nouveau/disp/gp102: rename from gp104 by Ben Skeggs · 8 years ago
  59. a4fa851 drm/nouveau/ce/gp102: rename from gp104 by Ben Skeggs · 8 years ago
  60. eeea423 drm/nouveau/fb/gp102: rename from gp104 by Ben Skeggs · 8 years ago
  61. e50fcff drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indices by Ben Skeggs · 8 years ago
  62. 2a32b9b drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classes by Ben Skeggs · 8 years ago
  63. 4391d7f drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.user by Ben Skeggs · 8 years ago
  64. 3a6536c drm/nouveau: Intercept ACPI_VIDEO_NOTIFY_PROBE by Hans de Goede · 8 years ago
  65. dc2b655 drm/nouveau/devinit/gm200: drop pmu reset sequence by Ben Skeggs · 8 years ago
  66. 920c58a drm/nouveau/devinit/gm200: replace while loops with PTIMER-based timeout loops by Ben Skeggs · 8 years ago
  67. d91ccec drm/nouveau/pmu/gp102: initial implementation by Ben Skeggs · 8 years ago
  68. 41c7be6 drm/nouveau/pmu/gp100: initial implementation by Ben Skeggs · 8 years ago
  69. 2f524aa drm/nouveau/pmu: execute reset before running devinit by Ben Skeggs · 8 years ago
  70. da7d206 drm/nouveau/pmu: move ucode handling into gt215 implementation by Ben Skeggs · 8 years ago
  71. 17ff521 drm/nouveau/core: initial support for GP102 by Ben Skeggs · 8 years ago
  72. 9e38b13 drm/nouveau/device/pci: fix oops if no mmu subdev present by Ben Skeggs · 8 years ago
  73. 3ca03ca drm/nouveau/kms/nv50: avoid touching DP_MSTM_CTRL if !DP_MST_CAP by Ben Skeggs · 8 years ago
  74. b7c0e47 Merge tag 'drm-vc4-next-2016-11-16' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  75. 25bfe01 Merge branch 'drm-tda998x-mali' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-next by Dave Airlie · 8 years ago
  76. 318313d Merge tag 'drm-misc-next-2016-11-16' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  77. c778cc5 drm/vc4: Add fragment shader threading support by Jonas Pfeil · 8 years ago
  78. beaf5af drm/fence: add out-fences support by Gustavo Padovan · 8 years ago
  79. 6d6003c drm/fence: add fence timeline to drm_crtc by Gustavo Padovan · 8 years ago
  80. 9626014 drm/fence: add in-fences support by Gustavo Padovan · 8 years ago
  81. 19423ba drm/bridge: analogix_dp: return error if transfer none byte by Jianqun Xu · 8 years ago
  82. 4473904 Merge tag 'sunxi-drm-for-4.10' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-next by Dave Airlie · 8 years ago
  83. 1a3865d Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-next by Dave Airlie · 8 years ago
  84. b9876d5 drm: drm_irq.h header cleanup by Daniel Vetter · 8 years ago
  85. 2d1e331 drm/irq: Unexport drm_vblank_on/off by Daniel Vetter · 8 years ago
  86. d6b0f62 drm/irq: Unexport drm_vblank_count by Daniel Vetter · 8 years ago
  87. 07600c5 drm/irq: Make drm_vblank_pre/post_modeset internal by Daniel Vetter · 8 years ago
  88. 9bc6db0d drm/nouveau: Use drm_crtc_vblank_off/on by Daniel Vetter · 8 years ago
  89. 778e1a5 drm/amdgpu: Use drm_crtc_vblank_on/off for dce6 by Daniel Vetter · 8 years ago
  90. 717fd81 drm/color: document NULL values and default settings better by Daniel Vetter · 8 years ago
  91. edd420e drm: Drop externs from drm_crtc.h by Daniel Vetter · 8 years ago
  92. 9498c19 drm: Move tile group code into drm_connector.c by Daniel Vetter · 8 years ago
  93. 28575f1 drm: Extract drm_mode_config.[hc] by Daniel Vetter · 8 years ago
  94. 83113df5 Revert "drm: Add aspect ratio parsing in DRM layer" by Ville Syrjälä · 8 years ago
  95. 7920232 Revert "drm: Add and handle new aspect ratios in DRM layer" by Ville Syrjälä · 8 years ago
  96. 2d5e836d drm/print: Move kerneldoc next to definition by Daniel Vetter · 8 years ago
  97. 4f93624 drm: Consolidate dumb buffer docs by Daniel Vetter · 8 years ago
  98. 6c4789e drm: Clean up kerneldoc for struct drm_driver by Daniel Vetter · 8 years ago
  99. 85e634b drm: Extract drm_drv.h by Daniel Vetter · 8 years ago
  100. 8a5846b doc/dma-buf: Fix up include directives by Daniel Vetter · 8 years ago