1. 4e98c37 drm/ttm: use designated initializers by Kees Cook · 8 years ago
  2. c92f723 drm/ttm: use designated initializers by Kees Cook · 8 years ago
  3. 91eefc0 drm: Tighten locking in drm_mode_getconnector by Daniel Vetter · 8 years ago
  4. e73ab00 drm: prevent double-(un)registration for connectors by Daniel Vetter · 8 years ago
  5. 2ab8c5f drm: Clean up connectors by unreferencing them by Daniel Vetter · 8 years ago
  6. c36a325 drm: Convert all helpers to drm_connector_list_iter by Daniel Vetter · 8 years ago
  7. 613051d drm: locking&new iterators for connector_list by Daniel Vetter · 8 years ago
  8. 15092c7 drm: Drop locking cargo-cult from drm_mode_config_init by Daniel Vetter · 8 years ago
  9. 2babdc8 drm/radeon|amdgpu: Remove redundant num_connectors check by Daniel Vetter · 8 years ago
  10. 5bc9cb4 drm: Move atomic debugfs functions into drm_crtc_internal.h by Daniel Vetter · 8 years ago
  11. 25a9939 drm/irq: drm_legacy_ prefix for legacy ioctls by Daniel Vetter · 8 years ago
  12. 6e15174 drm: bridge: Detach all bridges in a chain at encoder cleanup time by Laurent Pinchart · 8 years ago
  13. 4a878c0 drm: bridge: Detach bridge from encoder at encoder cleanup time by Laurent Pinchart · 8 years ago
  14. 3bb80f2 drm: bridge: Link encoder and bridge in core code by Laurent Pinchart · 8 years ago
  15. 9338203 drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> by Laurent Pinchart · 8 years ago
  16. b44f97f drm/i915: Simplify i915_gtt_color_adjust() by Chris Wilson · 8 years ago
  17. 45b186f drm: Constify the drm_mm API by Chris Wilson · 8 years ago
  18. ad57900 drm: Add drm_mm_for_each_node_safe() by Chris Wilson · 8 years ago
  19. c02f39a drm: Fix kernel docs for drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  20. d9a5bb2 drm/atomic: Delete wrong comment. by Maarten Lankhorst · 8 years ago
  21. 20c9ca4f drm: Fix typo in drm_event_reserve_init() kerneldoc by Thierry Reding · 8 years ago
  22. ffb9c36 drm/cma: Fix compile fail due to fomat->format typo by Ville Syrjälä · 8 years ago
  23. 604788a drm: Eliminate the useless "non-RGB fb" debug message by Ville Syrjälä · 8 years ago
  24. dbd4d57 drm: Replace 'format->format' comparisons to just 'format' comparisons by Ville Syrjälä · 8 years ago
  25. 438b74a drm: Nuke fb->pixel_format by Ville Syrjälä · 8 years ago
  26. 272725c drm: Nuke fb->bits_per_pixel by Ville Syrjälä · 8 years ago
  27. b00c600 drm: Nuke fb->depth by Ville Syrjälä · 8 years ago
  28. 145fcb1 drm/i915: Use drm_framebuffer_plane_{width,height}() where possible by Ville Syrjälä · 8 years ago
  29. 8f8f6a6 drm: Add drm_framebuffer_plane_{width,height}() by Ville Syrjälä · 8 years ago
  30. 801c8fe drm/i915: Store a pointer to the pixel format info for fbc by Ville Syrjälä · 8 years ago
  31. 9857ecb drm/nouveau: Use fb->format rather than drm_format_info() by Ville Syrjälä · 8 years ago
  32. ca984a9 drm/fb_cma_helper: Replace drm_format_info() with fb->format by Ville Syrjälä · 8 years ago
  33. 353c859 drm: Replace drm_format_plane_cpp() with fb->format->cpp[] by Ville Syrjälä · 8 years ago
  34. 8305494 drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm code by Ville Syrjälä · 8 years ago
  35. bcb0b46 drm: Replace drm_format_num_planes() with fb->format->num_planes by Ville Syrjälä · 8 years ago
  36. 570cec3 drm: Reject fbs w/o format info in drm_framebuffer_init() by Ville Syrjälä · 8 years ago
  37. 2f3f476 drm/i915: Populate fb->format early for inherited fbs by Ville Syrjälä · 8 years ago
  38. e14c23c drm: Store a pointer to drm_format_info under drm_framebuffer by Ville Syrjälä · 8 years ago
  39. 95bce76 drm: Populate fb->dev from drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  40. d2e9f5f drm/i915: Set fb->dev early on for inherited fbs by Ville Syrjälä · 8 years ago
  41. 9d02046 drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init() by Ville Syrjälä · 8 years ago
  42. 5360943 drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init() by Ville Syrjälä · 8 years ago
  43. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  44. 2289b3e drm/bridge: analogix_dp: set the DPCD600 during disabling PSR by Caesar Wang · 8 years ago
  45. d92df86 drm/nouveau: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  46. bdcb2f9 drm/nouveau: Fix crtc->primary->fb vs. drm_fb fail by Ville Syrjälä · 8 years ago
  47. 59477fa drm/arm: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  48. 81852b6 drm/arcpgu: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  49. 93aac5c drm/cirrus: Add some local 'fb' variables by Ville Syrjälä · 8 years ago
  50. 5156019 drm/gma500: Add some local 'fb' variables by Ville Syrjälä · 8 years ago
  51. 7445283 drm/ast: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  52. 7295275 drm/mgag200: Add local 'fb' variable by Ville Syrjälä · 8 years ago
  53. 3a6176e drm/radeon: Use DIV_ROUND_UP() by Ville Syrjälä · 8 years ago
  54. 489f326 drm/radeon: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  55. 1967b34 drm/i915: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  56. a1f761a drm: bridge: add support for TI ths8135 by Bartosz Golaszewski · 8 years ago
  57. c408574 drm/fsl: don't use drm_put_dev by Daniel Vetter · 8 years ago
  58. e89e50a drm: mxsfb: drm_dev_alloc() returns error pointers by Dan Carpenter · 8 years ago
  59. 010f5b9 Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into drm-misc-next by Daniel Vetter · 8 years ago
  60. de7b6be drm: Use atomic state for FB in legacy ioctls by Daniel Stone · 8 years ago
  61. ecdfceb drm/etnaviv: Use drm_dev_unref, not drm_put_dev by Daniel Vetter · 8 years ago
  62. ae9d2da drm/mediatek: don't use drm_put_dev by Daniel Vetter · 8 years ago
  63. e7e21c7 dma-buf: Final bits of doc polish by Daniel Vetter · 8 years ago
  64. 0959a16 dma-buf: Update cpu access documentation by Daniel Vetter · 8 years ago
  65. 2904a8c dma-buf: Reorganize device dma access docs by Daniel Vetter · 8 years ago
  66. 24a36734 dma-buf: Update kerneldoc for sync_file_create by Daniel Vetter · 8 years ago
  67. c248891 Merge tag 'docs-4.10' of git://git.lwn.net/linux into drm-misc-next by Daniel Vetter · 8 years ago
  68. 38bf57f drm/hisilicon: Don't set drm_device->platformdev by Daniel Vetter · 8 years ago
  69. fdd5b87 drm: Enforce BKL-less ioctls for modern drivers by Daniel Vetter · 8 years ago
  70. dcf727a drm: setclientcap doesn't need the drm BKL by Daniel Vetter · 8 years ago
  71. 5acc614 drm: Protect master->unique with dev->master_mutex by Daniel Vetter · 8 years ago
  72. 2cf026a Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  73. 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
  74. 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
  75. 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
  76. 2601a15 Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  77. 19d53d0 drm/nouveau/kms/nv50: fix atomic regression on original G80 by Ben Skeggs · 8 years ago
  78. b53ac1e drm/nouveau/bl: Do not register interface if Apple GMUX detected by Pierre Moreau · 8 years ago
  79. db1a0ae2 drm/nouveau/bl: Assign different names to interfaces by Pierre Moreau · 8 years ago
  80. 79d48da drm/nouveau/bios/dp: fix handling of LevelEntryTableIndex on DP table 4.2 by Ben Skeggs · 8 years ago
  81. f4e65ef drm/nouveau/ltc: protect clearing of comptags with mutex by Ben Skeggs · 8 years ago
  82. 64373e4 drm/nouveau/gr/gf100-: handle GPC/TPC/MPC trap by Ben Skeggs · 8 years ago
  83. 1fe487d drm/nouveau/core: recognise GP106 chipset by Ben Skeggs · 8 years ago
  84. 10dcab3 drm/nouveau/ttm: wait for bo fence to signal before unmapping vmas by Ben Skeggs · 8 years ago
  85. 732be80 drm/nouveau/gr/gf100-: FECS intr handling is not relevant on proprietary ucode by Ben Skeggs · 8 years ago
  86. 48dac93 drm/nouveau/gr/gf100-: properly ack all FECS error interrupts by Ben Skeggs · 8 years ago
  87. ec884f7 drm/nouveau/fifo/gf100-: recover from host mmu faults by Ben Skeggs · 8 years ago
  88. 697cc9c drm: Simplify GETRESOURCES ioctl by Daniel Vetter · 8 years ago
  89. 6449b08 drm: Add fake controlD* symlinks for backwards compat by Daniel Vetter · 8 years ago
  90. c167df4 drm/vc4: Don't use drm_put_dev by Daniel Vetter · 8 years ago
  91. e4b81f8 drm/vc4: Add support for the VEC (Video Encoder) IP by Boris Brezillon · 8 years ago
  92. 299a16b drm: Add TV connector states to drm_connector_state by Boris Brezillon · 8 years ago
  93. ab8df60 drm/vc4: Fix ->clock_select setting for the VEC encoder by Boris Brezillon · 8 years ago
  94. 25dfd7c Merge tag 'drm-fsl-dcu-for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next by Dave Airlie · 8 years ago
  95. acc5ddd Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  96. bfd5be0 Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  97. 6f21890 Merge tag 'omapdrm-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 8 years ago
  98. 32859f7 drm/amdgpu/dce6: Set MASTER_UPDATE_MODE to 0 in resume_mc_access as well by Michel Dänzer · 8 years ago
  99. 7fe2857 drm/amdgpu: use pin rather than pin_restricted in a few cases by Alex Deucher · 8 years ago
  100. d2939bc drm/amd/powerplay: use pr_debug to print function not implemented message by Arindam Nath · 8 years ago