1. 51dacf2 drm: Add support of ARC PGU display controller by Carlos Palminha · 9 years ago
  2. 027b3f8b drm/modes: stop handling framebuffer special by Dave Airlie · 9 years ago
  3. 2ddea3f drm/modes: reduce fb_lock to just protecting lists by Dave Airlie · 9 years ago
  4. 72fe90b drm/modes: move reference taking into object lookup. by Dave Airlie · 9 years ago
  5. c7e1c59 drm/mode: reduce lock hold in addfb2 by Dave Airlie · 9 years ago
  6. 9cd4742 drm/mode: reduce scope of fb_lock in framebuffer init by Dave Airlie · 9 years ago
  7. cee26ac drm/mode: use _object_find to find framebuffers. by Dave Airlie · 9 years ago
  8. d0f37cf drm/mode: move framebuffer reference into object. by Dave Airlie · 9 years ago
  9. 747a598 drm/mode: introduce wrapper to read framebuffer refcount. by Dave Airlie · 9 years ago
  10. 19ab3f8 drm/modes: drop __drm_framebuffer_unregister. by Dave Airlie · 9 years ago
  11. f55f1f9 drm/mode: move framebuffer_free up above framebuffer_init by Dave Airlie · 9 years ago
  12. 7c8f6d2 drm/mode: rework drm_mode_object_put to drm_mode_object_unregister. by Dave Airlie · 9 years ago
  13. 9a297b3 Merge branch 'drm-atmel-hlcdc-devel' of https://github.com/bbrezillon/linux-at91 into drm-next by Dave Airlie · 9 years ago
  14. 605b28c Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  15. 4904796 Merge tag 'v4.6-rc3' into drm-next by Dave Airlie · 9 years ago
  16. d57d477 Merge tag 'topic/drm-misc-2016-04-21' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  17. f230ffa Merge tag 'topic/struct_mutex-2016-04-21' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  18. 6dc3e22 drm: Make drm.debug parameter description more helpful by Ezequiel Garcia · 9 years ago
  19. 14ba003 drm: Remove warning from drm_connector_unregister_all() by Laurent Pinchart · 9 years ago
  20. ba34d58 drm: probe_helper: Hide ugly ifdef by Ezequiel Garcia · 9 years ago
  21. d63c25e drm: rcar-du: Use generic drm_connector_register_all() helper by Alexey Brodkin · 9 years ago
  22. b3383f7 drm: atmel_hldc: Use generic drm_connector_register_all() helper by Alexey Brodkin · 9 years ago
  23. 54d2c2d drm: Introduce drm_connector_register_all() helper by Alexey Brodkin · 9 years ago
  24. f74418a drm/vma_manage: Drop has_offset by Daniel Vetter · 9 years ago
  25. 0797ac6 drm/vgem: Drop dev->struct_mutex by Daniel Vetter · 9 years ago
  26. 7f340a2 drm/vgem: Move get_pages to gem_create by Daniel Vetter · 9 years ago
  27. e34274f drm/vgem: Simplify dumb_map by Daniel Vetter · 9 years ago
  28. 2f42420 drm/exynos: drop struct_mutex from fbdev setup by Daniel Vetter · 9 years ago
  29. 6c991a2 drm/exynos: drop struct_mutex from exynos_drm_gem_get_ioctl by Daniel Vetter · 9 years ago
  30. 8e97d9e drm/exynos: drop struct_mutex from exynos_gem_map_sgt_with_dma by Daniel Vetter · 9 years ago
  31. 9126362 drm/exynos: Drop dev->struct_mutex from mmap offset function by Daniel Vetter · 9 years ago
  32. ca25d6b drm/nouveau: Drop dev->struct_mutex from fbdev init by Daniel Vetter · 9 years ago
  33. 068149a drm/qxl: Use unlocked gem unreferencing by Daniel Vetter · 9 years ago
  34. 5bb682c drm/omapdrm: Use unlocked gem unreferencing by Daniel Vetter · 9 years ago
  35. e889c24 drm/nouveau: Use unlocked gem unreferencing by Daniel Vetter · 9 years ago
  36. 8d4d0d7 drm/atomic-helper: Print an error if vblank wait times out by Ville Syrjälä · 9 years ago
  37. 1652fce drm/dp/mst: Restore primary hub guid on resume by Lyude · 9 years ago
  38. f6cd7da drm: Release driver references to handle before making it available again by Chris Wilson · 9 years ago
  39. 40ae80c drm/i915/dp/mst: Add source port info to debugfs output by Jim Bride · 9 years ago
  40. 51108f2 drm/dp/mst: Enhance DP MST debugfs output by Jim Bride · 9 years ago
  41. 59f7c0f drm/edid: Add drm_edid_get_monitor_name() by Jim Bride · 9 years ago
  42. ebab87a drm: atmel-hlcdc: route DMA accesses through AHB interfaces by Boris Brezillon · 9 years ago
  43. 5ac44c8 drm: atmel-hlcdc: check display mode validity in crtc->mode_fixup() by Boris Brezillon · 9 years ago
  44. 17a8e03 drm: atmel-hlcdc: rework the output code to support drm bridges by Boris Brezillon · 9 years ago
  45. aca63b7 drm: atmel-hlcdc: move output mode selection in CRTC implementation by Boris Brezillon · 9 years ago
  46. 79a3fc2 drm: atmel-hlcdc: support extended timing ranges on sama5d4 and sama5d2 by Boris Brezillon · 9 years ago
  47. aab6d08 drm: atmel-hlcdc: remove leftovers from atomic mode setting migration by Boris Brezillon · 9 years ago
  48. abfc936 drm: atmel-hlcdc: fix connector and encoder types by Boris Brezillon · 9 years ago
  49. 9b19061 drm: atmel-hlcdc: support asynchronous atomic commit operations by Boris Brezillon · 9 years ago
  50. 1a7b37c drm: atmel-hlcdc: add a ->cleanup_fb() operation by Boris Brezillon · 9 years ago
  51. 6c14838 drm/crtc_helper: Reset empty plane state in drm_helper_crtc_mode_set_base() by Liu Ying · 9 years ago
  52. 1b31112 drm/virtio: Drop dummy gamma table support by Daniel Vetter · 9 years ago
  53. bd98332 drm/bochs: Drop fake gamma support by Daniel Vetter · 9 years ago
  54. f35034f drm/core: Fix ordering in drm_mode_config_cleanup. by Maarten Lankhorst · 9 years ago
  55. ba3150a drm/i915: Update DRIVER_DATE to 20160411 by Daniel Vetter · 9 years ago
  56. 3970285 Merge tag 'v4.6-rc3' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  57. fb8621d drm/i915: Avoid allocating a vmap arena for a single page by Chris Wilson · 9 years ago
  58. f2a85e1 drm,i915: Introduce drm_malloc_gfp() by Chris Wilson · 9 years ago
  59. eae2c43 drm/i915/shrinker: Restrict vmap purge to objects with vmaps by Chris Wilson · 9 years ago
  60. 0a798eb drm/i915: Refactor duplicate object vmap functions by Chris Wilson · 9 years ago
  61. d2cad53 drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_obj by Chris Wilson · 9 years ago
  62. 6d19245 drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_buf by Chris Wilson · 9 years ago
  63. b1e429f drm/i915: implement WaClearTdlStateAckDirtyBits by Tim Gore · 9 years ago
  64. 25a5670 drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bit by Dongwon Kim · 9 years ago
  65. c0ead70 drm/i915: Rename hw state checker to hw state verifier. by Maarten Lankhorst · 9 years ago
  66. f6d1973 drm/i915: Move modeset state verifier calls. by Maarten Lankhorst · 9 years ago
  67. e7c8454 drm/i915: Make modeset state verifier take crtc as argument. by Maarten Lankhorst · 9 years ago
  68. 5dd8e50 drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessor by Chris Wilson · 9 years ago
  69. 0d317ce drm/i915: Use simplest form for flushing the single cacheline in the HWS by Chris Wilson · 9 years ago
  70. 12471ba drm/i915: Harden detection of missed interrupts by Chris Wilson · 9 years ago
  71. c04e0f3 drm/i915: Separate out the seqno-barrier from engine->get_seqno by Chris Wilson · 9 years ago
  72. 9b9ed30 drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+ by Chris Wilson · 9 years ago
  73. 782f6bc drm/i915: Fixup the free space logic in ring_prepare by Akash Goel · 9 years ago
  74. 7d32326 drm/gma500/mdfld_dsi: remove bogus if check by Alan · 9 years ago
  75. 7ccca1d drm/gma500: Fix possible out of bounds read by Itai Handler · 9 years ago
  76. 4cd54d9 drm/gma500: fix double freeing by Sudip Mukherjee · 9 years ago
  77. cffa781 drm/i915: Simplify check for idleness in hangcheck by Chris Wilson · 9 years ago
  78. 7c90b7d drm/i915: Apply a mb between emitting the request and hangcheck by Chris Wilson · 9 years ago
  79. 0134712 drm/i915: Reset engine->last_submitted_seqno by Chris Wilson · 9 years ago
  80. a058d93 drm/i915: Reset semaphore page for gen8 by Chris Wilson · 9 years ago
  81. 8c12672 drm/i915: Refactor gen8 semaphore offset calculation by Chris Wilson · 9 years ago
  82. 29dcb57 drm/i915: Move the hw semaphore initialisation from GEM to the engine by Chris Wilson · 9 years ago
  83. d04bce4 drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno() by Chris Wilson · 9 years ago
  84. 2ed53a9 drm/i915: On GPU reset, set the HWS breadcrumb to the last seqno by Chris Wilson · 9 years ago
  85. 14fd0d6 drm/i915: Include engine->last_submitted_seqno in GPU error state by Chris Wilson · 9 years ago
  86. 6f0e753 drm/i915/BXT: Get pipe conf from the port registers by Ramalingam C · 9 years ago
  87. 43367ec drm/i915: Sharing the pixel_format_from_vbt to whole i915 by Ramalingam C · 9 years ago
  88. b13d8e2 drm/i915/dsi: use a temp variable for referencing the gpio table by Jani Nikula · 9 years ago
  89. 515d07d drm/i915/dsi: abstract VLV gpio element execution to a separate function by Jani Nikula · 9 years ago
  90. b0c91cd drm/i915/dsi: clean up vlv gpio table and definitions by Jani Nikula · 9 years ago
  91. 2d1fe07 drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev) by Joonas Lahtinen · 9 years ago
  92. 9458f4b drm/i915: Do not WARN_ON in i915_vm_to_ppgtt by Joonas Lahtinen · 9 years ago
  93. e5716f5 drm/i915: Use i915_vm_to_ppgtt instead of manual container_of by Joonas Lahtinen · 9 years ago
  94. fd8c61e Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  95. 281c114 drm/i915/bxt: Set max cdclk frequency properly by Matt Roper · 9 years ago
  96. a280f7d drm/i915/skl+: Use plane size for relative data rate calculation by Kumar, Mahesh · 9 years ago
  97. d252bf6 drm/i915: Set invert bit for hpd based on VBT by Shubhangi Shrivastava · 9 years ago
  98. 4e27bd5 drm/i915: Update VBT fields for child devices by Shubhangi Shrivastava · 9 years ago
  99. 30aab18 Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 9 years ago
  100. 34440ed drm/nouveau/tegra: acquire and enable reference clock if needed by Alexandre Courbot · 9 years ago