1. 4cbe1bfa drm: Add 800x600 (SVGA) screen resolution to the built-in EDIDs by Daniel Thompson · 10 years ago
  2. 9a6594f Documentation: fix typos in drm docbook by Masanari Iida · 10 years ago
  3. b5e6c1d drm: fix typo by Rob Clark · 10 years ago
  4. 3c8a092 drm/dp_helper: add defines for DP 1.2 and MST support. (v2) by Dave Airlie · 10 years ago
  5. 263432b Merge branch 'ast-updates' of ssh://people.freedesktop.org/~/linux into drm-next by Dave Airlie · 10 years ago
  6. 83c6620 drm/ast: initial DP501 support (v0.2) by Dave Airlie · 10 years ago
  7. 0e5ce92 drm/ast: rename the mindwm/moutdwm and deinline them by Dave Airlie · 10 years ago
  8. 318cfa2 drm/ast: resync the dram post code with upstream by Dave Airlie · 10 years ago
  9. 1453bf4 drm/ast: add AST 2400 support. by Dave Airlie · 10 years ago
  10. f1f62f2 drm/ast: add widescreen + rb modes from X.org driver (v2) by Dave Airlie · 10 years ago
  11. e5daa1d Merge tag 'drm-intel-next-2014-05-06' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  12. 425a9a3 Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  13. ad22279 drm: fix memory leak around mode_group (v2) by Dave Airlie · 10 years ago
  14. 10efa93 drm/i915: Remove useless checks from primary enable/disable by Ville Syrjälä · 10 years ago
  15. d52fea5 drm/i915: Merge LP1+ watermarks in safer way by Ville Syrjälä · 10 years ago
  16. a3cb404 drm/i915: Make sure computed watermarks never overflow the registers by Ville Syrjälä · 10 years ago
  17. 25ef284 drm/i915: Add pipe update trace points by Ville Syrjälä · 10 years ago
  18. 5b633d6 drm/i915: Perform primary enable/disable atomically with sprite updates by Ville Syrjälä · 10 years ago
  19. 8d7849d drm/i915: Make sprite updates atomic by Ville Syrjälä · 10 years ago
  20. d9ceb95 drm/i915: Support 64b relocations by Ben Widawsky · 10 years ago
  21. 9bcb144 drm/i915: Support 64b execbuf by Ben Widawsky · 10 years ago
  22. 192d47a drm/i915/sdvo: Remove ->mode_set callback by Daniel Vetter · 10 years ago
  23. 894ed1e drm/i915/crt: Remove ->mode_set callback by Daniel Vetter · 10 years ago
  24. 809a2a8 drm/i915/tv: Remove ->mode_set callback by Daniel Vetter · 10 years ago
  25. 3fa2dd1 drm/i915/tv: Rip out pipe-disabling nonsense from ->mode_set by Daniel Vetter · 10 years ago
  26. 5da92ee drm/i915/tv: De-magic device check by Daniel Vetter · 10 years ago
  27. b8866ef drm/i915/tv: extract set_color_conversion by Daniel Vetter · 10 years ago
  28. 8cb9220 drm/i915/tv: extract set_tv_mode_timings by Daniel Vetter · 10 years ago
  29. 912b0e2 drm/i915/dvo: Remove ->mode_set callback by Daniel Vetter · 10 years ago
  30. 0d56bf0 drm/i915: Make encoder->mode_set callbacks optional by Daniel Vetter · 10 years ago
  31. 98ec773 drm/i915: Make primary_enabled match the actual hardware state by Ville Syrjälä · 10 years ago
  32. 024a43e drm/i915: Move ring_begin to signal() by Ben Widawsky · 10 years ago
  33. 78325f2 drm/i915: Virtualize the ringbuffer signal func by Ben Widawsky · 10 years ago
  34. ebc348b drm/i915: Move semaphore specific ring members to struct by Ben Widawsky · 10 years ago
  35. 0d116a2 drm/i915: vlv: init only needed state during early power well enabling by Imre Deak · 10 years ago
  36. b77f699 drm/i915: Avoid NULL ctx->obj dereference in debugfs/i915_context_info by Chris Wilson · 10 years ago
  37. a225f07 drm/i915: Add intel_get_crtc_scanline() by Ville Syrjälä · 10 years ago
  38. 78e8fc6 drm/i915: Fix scanout position for real by Ville Syrjälä · 10 years ago
  39. 242a401 drm/i915/bdw: Disable idle DOP clock gating by Ben Widawsky · 10 years ago
  40. 1d2866b drm/i915/bdw: enable eDRAM. by Ben Widawsky · 10 years ago
  41. 63c42e5 drm/i915/bdw: Add WT caching ability by Ben Widawsky · 10 years ago
  42. f033579 drm/i915: bdw: fix RC6 enabled status reporting and disable runtime PM by Imre Deak · 10 years ago
  43. 1c8562f drm/i915: Fix assert_plane warning during FDI link train by Ville Syrjälä · 10 years ago
  44. 4b6eab5 Revert "drm/i915: fix build warning on 32-bit (v2)" by Jan Moskyto Matejka · 10 years ago
  45. 8a6543b drm/i915: Fix deadlock during driver init on ILK by Ville Syrjälä · 10 years ago
  46. 713028b drm/i915: remove extraneous VGA power domain put calls by Imre Deak · 10 years ago
  47. 122b250 drm/i915: Integrate cmd parser kerneldoc by Daniel Vetter · 10 years ago
  48. c8725f3 drm/i915: Do not call retire_requests from wait_for_rendering by Chris Wilson · 10 years ago
  49. a88cc10 lib: Export interval_tree by Chris Wilson · 10 years ago
  50. 8d4eee9 drm/i915: vlv: increase timeout when forcing on the GFX clock by Imre Deak · 10 years ago
  51. 650ad97 drm/i915: vlv: factor out vlv_force_gfx_clock and check for pending force-off by Imre Deak · 10 years ago
  52. 4e80519 drm/i915: vlv: setup RPS min/max frequencies once during init time by Imre Deak · 10 years ago
  53. 9486db6 drm/i915: reinit GT power save during resume by Imre Deak · 10 years ago
  54. 92b806d drm/i915: make runtime PM swizzling/ring_freq init platform independent by Imre Deak · 10 years ago
  55. c2bc2fc drm/i915: factor out gen6_update_ring_freq by Imre Deak · 10 years ago
  56. b5478bc drm/i915: make runtime PM interrupt enable/disable platform independent by Imre Deak · 10 years ago
  57. aeab0b5 drm/i915: disable runtime PM if RC6 is disabled by Imre Deak · 10 years ago
  58. e6069ca drm/i915: sanitize enable_rc6 option by Imre Deak · 10 years ago
  59. 14dd0ea drm/i915: fix unbalanced GT powersave enable / disable calls by Imre Deak · 10 years ago
  60. bb4932c drm/i915: vlv: check port power domain instead of only D0 for eDP VDD on by Imre Deak · 10 years ago
  61. f301b1e drm/i915: add missing error capturing of the PIPESTAT reg by Imre Deak · 10 years ago
  62. 51660e0 drm/i915: gen2: move error capture of IER to its correct place by Imre Deak · 10 years ago
  63. f454c69 drm/i915: get a runtime PM ref for the deferred GPU reset work by Imre Deak · 10 years ago
  64. 3dd4e84 drm/i915: Validate VBT header before trusting it by Chris Wilson · 10 years ago
  65. d1f13fd drm/i915: Validate BDB section before reading by Chris Wilson · 10 years ago
  66. c6df39b drm/i915: get a runtime PM ref for the deferred GT powersave enabling by Imre Deak · 10 years ago
  67. dc1d013 drm/i915: move getting struct_mutex lower in the callstack during GPU reset by Imre Deak · 10 years ago
  68. d46c051 drm/i915: get a runtime PM ref for debugfs entries where needed by Imre Deak · 10 years ago
  69. 3b2c1bf drm/i915: remove the i915_dpio debugfs entry by Imre Deak · 10 years ago
  70. 91ca689 drm/i915: fix the RC6 status debug print by Imre Deak · 10 years ago
  71. 9cc19be drm/i915: vlv: add RC6 residency counters by Imre Deak · 10 years ago
  72. 843d0e7 drm/i915: vlv: clear master interrupt flag when disabling interrupts by Imre Deak · 10 years ago
  73. 981a5ae drm/i915: vlv: clean up GTLC wake control/status register macros by Imre Deak · 10 years ago
  74. a8ebba7 drm/i915: Use the coarse ping-pong mechanism based on drm fd to dispatch the BSD command on BDW GT3 by Zhao Yakui · 10 years ago
  75. 77fe2ff drm/i915:Add the VCS2 switch in Intel_ring_setup_status_page by Zhao Yakui · 10 years ago
  76. 85f9b5f drm/i915:Handle the irq interrupt for the second BSD ring by Zhao Yakui · 10 years ago
  77. 845f74a drm/i915:Initialize the second BSD ring on BDW GT3 machine by Zhao Yakui · 10 years ago
  78. b1a9330 drm/i915: Update the restrict check to filter out wrong Ring ID passed by user-space by Zhao Yakui · 10 years ago
  79. fd3c269 drm/i915: Split the BDW device definition to prepare for dual BSD rings on BDW GT3 by Zhao Yakui · 10 years ago
  80. 9cb3466 drm/i915: Catch dirt in unused execbuffer fields by Daniel Vetter · 10 years ago
  81. c0f5b82 drm/i915: Catch abuse of I915_EXEC_CONSTANTS_* by Daniel Vetter · 10 years ago
  82. 9d662da drm/i915: Catch abuse of I915_EXEC_GEN7_SOL_RESET by Daniel Vetter · 10 years ago
  83. 48e48a0 drm/i915: Include a little more information about why ring init fails by Chris Wilson · 10 years ago
  84. 074c6ad drm/i915: Mark device as wedged if we fail to resume by Chris Wilson · 10 years ago
  85. 6099032 drm/i915: Allow the module to load even if we fail to setup rings by Chris Wilson · 10 years ago
  86. e3efda4 drm/i915: Preserve ring buffers objects across resume by Chris Wilson · 10 years ago
  87. 18393f6 drm/i915: Replace hardcoded cacheline size with macro by Chris Wilson · 10 years ago
  88. 93c9c19 drm/i915: remove unexplained vblank wait in the DP off code by Jesse Barnes · 10 years ago
  89. 444c9a0 Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm into drm-next by Dave Airlie · 10 years ago
  90. 7e9ab40 Merge branch 'drm-coverity-fixes' of git://people.freedesktop.org/~danvet/drm into drm-next by Dave Airlie · 10 years ago
  91. 2c9b25c drm: qxl: Remove unused device pointer by Christian Engelmayer · 10 years ago
  92. b87577b drm: try harder to avoid regression when merging mode bits by Dave Airlie · 10 years ago
  93. 885ac04 Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  94. 8aa9e85 ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe by Vineet Gupta · 10 years ago
  95. 71dc96e Merge tag 'sound-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  96. ed8c37e Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  97. b8eade2 drm/exynos: use %pad for dma_addr_t by Jingoo Han · 10 years ago
  98. 293d3f6 drm/exynos: dsi: use IS_ERR() to check devm_ioremap_resource() results by Jingoo Han · 10 years ago
  99. e2a75c4 MAINTAINERS: update maintainer entry for Exynos DP driver by Jingoo Han · 10 years ago
  100. 25c8b5c drm/exynos: balance framebuffer refcount by Andrzej Hajda · 10 years ago