1. 50f0033 drm: Add some kselftests for the DRM range manager (struct drm_mm) by Chris Wilson · 8 years ago
  2. a33d42d drm: Add a simple generator of random permutations by Chris Wilson · 8 years ago
  3. cf4a720 lib: Add a simple prime number generator by Chris Wilson · 8 years ago
  4. b3ee963 drm: Compile time enabling for asserts in drm_mm by Chris Wilson · 8 years ago
  5. 2bc98c8 drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm by Chris Wilson · 8 years ago
  6. 0bfd4a0 drm: Get atomic property value even if DRIVER_ATOMIC is not set by Dhinakaran Pandiyan · 8 years ago
  7. a743d75 drm: Wrap the check for atomic_commit implementation by Dhinakaran Pandiyan · 8 years ago
  8. f79f269 drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3. by Maarten Lankhorst · 8 years ago
  9. f2b0fee drm/atomic: Remove drm_atomic_helper_framebuffer_changed. by Maarten Lankhorst · 8 years ago
  10. a3fbb53 drm/atomic: Wait for vblank whenever a plane is added to state. by Maarten Lankhorst · 8 years ago
  11. bdc5714 drm/atomic: Clean up wait_for_vblanks, v2. by Maarten Lankhorst · 8 years ago
  12. 0532be0 drm/atomic: Unconditionally call prepare_fb. by Maarten Lankhorst · 8 years ago
  13. 2fa70bb drm/nouveau: use designated initializers by Kees Cook · 8 years ago
  14. 5ca16d8 drm/vmwgfx: use designated initializers by Kees Cook · 8 years ago
  15. 4e98c37 drm/ttm: use designated initializers by Kees Cook · 8 years ago
  16. c92f723 drm/ttm: use designated initializers by Kees Cook · 8 years ago
  17. 9118c0b drm/hisilicon: Fix spelling of clock in hisi-ade.txt by Peter Meerwald-Stadler · 8 years ago
  18. 188f7882 drm: Fix spelling of clock in drm_connector.h by Peter Meerwald-Stadler · 8 years ago
  19. 91eefc0 drm: Tighten locking in drm_mode_getconnector by Daniel Vetter · 8 years ago
  20. e73ab00 drm: prevent double-(un)registration for connectors by Daniel Vetter · 8 years ago
  21. 2ab8c5f drm: Clean up connectors by unreferencing them by Daniel Vetter · 8 years ago
  22. c36a325 drm: Convert all helpers to drm_connector_list_iter by Daniel Vetter · 8 years ago
  23. 613051d drm: locking&new iterators for connector_list by Daniel Vetter · 8 years ago
  24. 15092c7 drm: Drop locking cargo-cult from drm_mode_config_init by Daniel Vetter · 8 years ago
  25. 2babdc8 drm/radeon|amdgpu: Remove redundant num_connectors check by Daniel Vetter · 8 years ago
  26. 5bc9cb4 drm: Move atomic debugfs functions into drm_crtc_internal.h by Daniel Vetter · 8 years ago
  27. 25a9939 drm/irq: drm_legacy_ prefix for legacy ioctls by Daniel Vetter · 8 years ago
  28. 6e15174 drm: bridge: Detach all bridges in a chain at encoder cleanup time by Laurent Pinchart · 8 years ago
  29. 4a878c0 drm: bridge: Detach bridge from encoder at encoder cleanup time by Laurent Pinchart · 8 years ago
  30. 3bb80f2 drm: bridge: Link encoder and bridge in core code by Laurent Pinchart · 8 years ago
  31. 2407d1d drm: Fix compilation warning caused by static inline forward declaration by Laurent Pinchart · 8 years ago
  32. 9338203 drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> by Laurent Pinchart · 8 years ago
  33. b44f97f drm/i915: Simplify i915_gtt_color_adjust() by Chris Wilson · 8 years ago
  34. 45b186f drm: Constify the drm_mm API by Chris Wilson · 8 years ago
  35. ad57900 drm: Add drm_mm_for_each_node_safe() by Chris Wilson · 8 years ago
  36. 56e3d1c kref: prefer atomic_inc_not_zero to atomic_add_unless by Jason A. Donenfeld · 8 years ago
  37. c02f39a drm: Fix kernel docs for drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  38. d9a5bb2 drm/atomic: Delete wrong comment. by Maarten Lankhorst · 8 years ago
  39. 20c9ca4f drm: Fix typo in drm_event_reserve_init() kerneldoc by Thierry Reding · 8 years ago
  40. ffb9c36 drm/cma: Fix compile fail due to fomat->format typo by Ville Syrjälä · 8 years ago
  41. 604788a drm: Eliminate the useless "non-RGB fb" debug message by Ville Syrjälä · 8 years ago
  42. dbd4d57 drm: Replace 'format->format' comparisons to just 'format' comparisons by Ville Syrjälä · 8 years ago
  43. 438b74a drm: Nuke fb->pixel_format by Ville Syrjälä · 8 years ago
  44. 272725c drm: Nuke fb->bits_per_pixel by Ville Syrjälä · 8 years ago
  45. b00c600 drm: Nuke fb->depth by Ville Syrjälä · 8 years ago
  46. 145fcb1 drm/i915: Use drm_framebuffer_plane_{width,height}() where possible by Ville Syrjälä · 8 years ago
  47. 8f8f6a6 drm: Add drm_framebuffer_plane_{width,height}() by Ville Syrjälä · 8 years ago
  48. 801c8fe drm/i915: Store a pointer to the pixel format info for fbc by Ville Syrjälä · 8 years ago
  49. 9857ecb drm/nouveau: Use fb->format rather than drm_format_info() by Ville Syrjälä · 8 years ago
  50. ca984a9 drm/fb_cma_helper: Replace drm_format_info() with fb->format by Ville Syrjälä · 8 years ago
  51. 353c859 drm: Replace drm_format_plane_cpp() with fb->format->cpp[] by Ville Syrjälä · 8 years ago
  52. 8305494 drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm code by Ville Syrjälä · 8 years ago
  53. bcb0b46 drm: Replace drm_format_num_planes() with fb->format->num_planes by Ville Syrjälä · 8 years ago
  54. 570cec3 drm: Reject fbs w/o format info in drm_framebuffer_init() by Ville Syrjälä · 8 years ago
  55. 2f3f476 drm/i915: Populate fb->format early for inherited fbs by Ville Syrjälä · 8 years ago
  56. e14c23c drm: Store a pointer to drm_format_info under drm_framebuffer by Ville Syrjälä · 8 years ago
  57. 95bce76 drm: Populate fb->dev from drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  58. d2e9f5f drm/i915: Set fb->dev early on for inherited fbs by Ville Syrjälä · 8 years ago
  59. 9d02046 drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init() by Ville Syrjälä · 8 years ago
  60. 5360943 drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init() by Ville Syrjälä · 8 years ago
  61. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  62. 2289b3e drm/bridge: analogix_dp: set the DPCD600 during disabling PSR by Caesar Wang · 8 years ago
  63. d92df86 drm/nouveau: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  64. bdcb2f9 drm/nouveau: Fix crtc->primary->fb vs. drm_fb fail by Ville Syrjälä · 8 years ago
  65. 59477fa drm/arm: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  66. 81852b6 drm/arcpgu: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  67. 93aac5c drm/cirrus: Add some local 'fb' variables by Ville Syrjälä · 8 years ago
  68. 5156019 drm/gma500: Add some local 'fb' variables by Ville Syrjälä · 8 years ago
  69. 7445283 drm/ast: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  70. 7295275 drm/mgag200: Add local 'fb' variable by Ville Syrjälä · 8 years ago
  71. 3a6176e drm/radeon: Use DIV_ROUND_UP() by Ville Syrjälä · 8 years ago
  72. 489f326 drm/radeon: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  73. 1967b34 drm/i915: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  74. a1f761a drm: bridge: add support for TI ths8135 by Bartosz Golaszewski · 8 years ago
  75. 2e644be drm: bridge: add DT bindings for TI ths8135 by Bartosz Golaszewski · 8 years ago
  76. c408574 drm/fsl: don't use drm_put_dev by Daniel Vetter · 8 years ago
  77. e89e50a drm: mxsfb: drm_dev_alloc() returns error pointers by Dan Carpenter · 8 years ago
  78. 010f5b9 Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into drm-misc-next by Daniel Vetter · 8 years ago
  79. de7b6be drm: Use atomic state for FB in legacy ioctls by Daniel Stone · 8 years ago
  80. af91341 drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define by Kristian H. Kristensen · 8 years ago
  81. ecdfceb drm/etnaviv: Use drm_dev_unref, not drm_put_dev by Daniel Vetter · 8 years ago
  82. ae9d2da drm/mediatek: don't use drm_put_dev by Daniel Vetter · 8 years ago
  83. e7e21c7 dma-buf: Final bits of doc polish by Daniel Vetter · 8 years ago
  84. 0959a16 dma-buf: Update cpu access documentation by Daniel Vetter · 8 years ago
  85. 2904a8c dma-buf: Reorganize device dma access docs by Daniel Vetter · 8 years ago
  86. 24a36734 dma-buf: Update kerneldoc for sync_file_create by Daniel Vetter · 8 years ago
  87. c248891 Merge tag 'docs-4.10' of git://git.lwn.net/linux into drm-misc-next by Daniel Vetter · 8 years ago
  88. 38bf57f drm/hisilicon: Don't set drm_device->platformdev by Daniel Vetter · 8 years ago
  89. fdd5b87 drm: Enforce BKL-less ioctls for modern drivers by Daniel Vetter · 8 years ago
  90. dcf727a drm: setclientcap doesn't need the drm BKL by Daniel Vetter · 8 years ago
  91. 5acc614 drm: Protect master->unique with dev->master_mutex by Daniel Vetter · 8 years ago
  92. b9fb2a2 drm_fourcc: Document linear modifier by Daniel Vetter · 8 years ago
  93. 2cf026a Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  94. a77a1ad Merge tag 'drm/tegra/for-4.10-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  95. bdda9dd Merge tag 'drm/panel/for-4.10-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  96. 8a5c61f Merge tag 'drm-misc-next-fixes-2016-12-10' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  97. 2601a15 Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  98. 19d53d0 drm/nouveau/kms/nv50: fix atomic regression on original G80 by Ben Skeggs · 8 years ago
  99. b53ac1e drm/nouveau/bl: Do not register interface if Apple GMUX detected by Pierre Moreau · 8 years ago
  100. db1a0ae2 drm/nouveau/bl: Assign different names to interfaces by Pierre Moreau · 8 years ago