1. 0924673 drm/i915: Write RING_TAIL once per-request by Chris Wilson · 12 years ago
  2. ad0d6dc drm/i915: Refactor max WM level by Ville Syrjälä · 12 years ago
  3. 8de123a drm/i915: Use ilk_compute_wm_level to compute WM_PIPE values by Ville Syrjälä · 12 years ago
  4. ac830fe drm/i915: Constify some watermark data by Ville Syrjälä · 12 years ago
  5. f37fcc2 drm/i915: Call intel_update_watermarks() in specific place during modeset by Ville Syrjälä · 12 years ago
  6. 46ba614 drm/i915: Pass crtc to intel_update_watermarks() by Ville Syrjälä · 12 years ago
  7. da66146 drm/i915: include hangcheck action and score in error_state by Mika Kuoppala · 12 years ago
  8. be62acb drm/i915: ban badly behaving contexts by Mika Kuoppala · 12 years ago
  9. bf13e81 drm/i915: add support for per-pipe power sequencing on vlv by Jani Nikula · 12 years ago
  10. a24c144 drm/i915: clean up power sequencing register port select definitions by Jani Nikula · 12 years ago
  11. 828f5c6 drm/i915: move backlight enable later in vlv enable sequence by Jani Nikula · 12 years ago
  12. ecff4f3 drm/i915: name intel dp hooks per platform by Jani Nikula · 12 years ago
  13. ce14240 drm/i915: Remove unused mode_fixup() vfunc of struct intel_dvo_dev_ops by Damien Lespiau · 12 years ago
  14. 5e69f97 drm/i915: Add additional pipe parameter for vlv_dpio_read and vlv_dpio_write. v2 by Chon Ming Lee · 12 years ago
  15. 3c0e234 drm/i915; Preallocate the lazy request by Chris Wilson · 12 years ago
  16. 1823521 drm/i915: Rename ring->outstanding_lazy_request by Chris Wilson · 12 years ago
  17. b315fed drm/i915: Kill IRONLAKE_FDI_FREQ check by Ville Syrjälä · 12 years ago
  18. 65ce4bf drm/i915: Move Valleyview DP DPLL divisor calc to intel_dp_set_clock v2 by Chon Ming Lee · 12 years ago
  19. 9dd4ffd drm/i915: Modify DP set clock to accomodate more eDP timings v2 by Chon Ming Lee · 12 years ago
  20. 8807e55 drm/i915: do display power state notification on crtc enable/disable by Jani Nikula · 12 years ago
  21. ecbc5cf drm/i915: add opregion function to notify bios of adapter power state by Jani Nikula · 12 years ago
  22. 9c4b0a6 drm/i915: add opregion function to notify bios of encoder enable/disable by Jani Nikula · 12 years ago
  23. 20f4dbe drm/i915: expose intel_ddi_get_encoder_port() by Jani Nikula · 12 years ago
  24. ebde53c drm/i915: add plumbing for SWSCI by Jani Nikula · 12 years ago
  25. 508842a drm/i915: It's its! by Damien Lespiau · 12 years ago
  26. 9a7e0c2 drm/i915: Rearrange the comments in i915_add_request() by Chris Wilson · 12 years ago
  27. c0321e2 drm/i915: Do not add an interrupt for a context switch by Chris Wilson · 12 years ago
  28. 0ff501c drm/i915: Fix list corruption in vma_unbind by Daniel Vetter · 12 years ago
  29. b833d68 drm/i915: Restore the preliminary HW check. by Ben Widawsky · 12 years ago
  30. 9435373 drm/i915: Report enabled slices on Haswell GT3 by Rodrigo Vivi · 12 years ago
  31. 3e33a84 drm/i915/dsi: s/size_t/int/ by Daniel Vetter · 12 years ago
  32. 3cfca97 drm/i915: initialize DSI output on VLV by Jani Nikula · 12 years ago
  33. d17c544 drm/i915: Parse the MIPI related VBT Block and store relevant info by Shobhit Kumar · 12 years ago
  34. 4ce8c9a drm/i915: Band Gap WA by Shobhit Kumar · 12 years ago
  35. e9fd1c0 drm/i915: don't enable DPLL for DSI by Jani Nikula · 12 years ago
  36. 23538ef drm/i915: fix PLL assertions for DSI PLL by Jani Nikula · 12 years ago
  37. be4fc04 drm/i915: add VLV DSI PLL Calculations by ymohanma · 12 years ago
  38. 4e64649 drm/i915: add basic MIPI DSI output support by Jani Nikula · 12 years ago
  39. 69c05eb drm/i915: add MIPI DSI command sending routines by Jani Nikula · 12 years ago
  40. f5e11b0 drm/i915: add structs for MIPI DSI output by Jani Nikula · 12 years ago
  41. 72ffa33 drm/i915: add MIPI DSI output type and subtypes by Jani Nikula · 12 years ago
  42. 3230bf1 drm/i915: add MIPI DSI register definitions by Jani Nikula · 12 years ago
  43. b6ec10b drm/i915: add VLV pipeconf bit definition for DSI PLL lock by Jani Nikula · 12 years ago
  44. e9f882a drm/i915: add more VLV IOSF sideband ports accessors by Jani Nikula · 12 years ago
  45. 2cc86b8 drm/i915: Always prefer CPU relocations with LLC by Chris Wilson · 12 years ago
  46. b93dab6 drm/i915: More vma fixups around unbind/destroy by Daniel Vetter · 12 years ago
  47. aaa05667 drm/i915: Don't destroy the vma placeholder during execbuffer reservation by Chris Wilson · 12 years ago
  48. e656a6c drm/i915: inline vma_create into lookup_or_create_vma by Daniel Vetter · 12 years ago
  49. 27173f1 drm/i915: Convert execbuf code to use vmas by Ben Widawsky · 12 years ago
  50. a2dc53e drm/i915: fix i9xx_crtc_clock_get for multiplied pixels by Daniel Vetter · 12 years ago
  51. eeb4793 drm/i915: handle sdvo input pixel multiplier correctly again by Daniel Vetter · 12 years ago
  52. 645416f drm/i915: fix hpd work vs. flush_work in the pageflip code deadlock by Daniel Vetter · 12 years ago
  53. d4d3601 drm/i915: fix up the relocate_entry refactoring by Daniel Vetter · 12 years ago
  54. 4c6df4b drm/i915: Fix pipe config warnings when dealing with LVDS fixed mode by Ville Syrjälä · 12 years ago
  55. d2933a5 drm/i915: Don't call sg_free_table() if sg_alloc_table() fails by Damien Lespiau · 12 years ago
  56. 81b5c7b i915: Update VGA arbiter support for newer devices by Alex Williamson · 12 years ago
  57. 5cfacde drm/i915: Pin pages whilst mapping the dma-buf by Chris Wilson · 12 years ago
  58. 1f5d76d drm/i915: enable trickle feed on Haswell by Paulo Zanoni · 12 years ago
  59. 814c5f1 x86: add early quirk for reserving Intel graphics stolen memory v5 by Jesse Barnes · 12 years ago
  60. a0a1807 drm/i915: split PCI IDs out into i915_drm.h v4 by Jesse Barnes · 12 years ago
  61. fac15c1 i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc by Joe Perches · 12 years ago
  62. ffe74d7 drm/i915: Use RCS flips on Ivybridge+ by Chris Wilson · 12 years ago
  63. 0d1aaca drm/i915: Embed the ring->private within the struct intel_ring_buffer by Chris Wilson · 12 years ago
  64. a52690e drm/i915: fix lvds/dp panel fitter setting by Imre Deak · 12 years ago
  65. b8d88d1 drm/i915: tune down hangcheck noise by Daniel Vetter · 12 years ago
  66. 8e8c06c drm/i915: Report requested frequency alongside current frequency in debugfs by Chris Wilson · 12 years ago
  67. 10603ca drm/i915: Apply the force-detect VGA w/a to Valleyview by Chris Wilson · 12 years ago
  68. 97e4eed drm/i915: Adjust available RPS information through sysfs for vlv by Chris Wilson · 12 years ago
  69. 521198a drm/i915: sanitize forcewake registers on reset by Mika Kuoppala · 12 years ago
  70. a9c1f90 drm/i915: Don't mask EI UP interrupt on IVB|SNB by Mika Kuoppala · 12 years ago
  71. 10ba501 drm/i915: Support render nodes by Kristian Høgsberg · 12 years ago
  72. 9c725e5 Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  73. efa27f9 Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  74. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 12 years ago
  75. c8bb75a drm/i915/hdmi: Write HDMI vendor specific infoframes by Lespiau, Damien · 12 years ago
  76. 77fa4cb drm/i915: ivb: fix edp voltage swing reg val by Imre Deak · 12 years ago
  77. 0d69704 gpu/vga_switcheroo: add driver control power feature. (v3) by Dave Airlie · 13 years ago
  78. fb1ae91 drm/i915: Print seqnos as unsigned in debugfs by Ville Syrjälä · 12 years ago
  79. e801605 drm/i915: Fix context size calculation on SNB/IVB/VLV by Ville Syrjälä · 12 years ago
  80. 35d8f2e drm/i915: Use POSTING_READ in lcpll code by Daniel Vetter · 12 years ago
  81. e27e970 drm/i915: enable Package C8+ by default by Paulo Zanoni · 12 years ago
  82. 9005874 drm/i915: add i915.pc8_timeout function by Paulo Zanoni · 12 years ago
  83. 371db66 drm/i915: add i915_pc8_status debugfs file by Paulo Zanoni · 12 years ago
  84. c67a470 drm/i915: allow package C8+ states on Haswell (disabled) by Paulo Zanoni · 12 years ago
  85. bd633a7 drm/i915: fix SDEIMR assertion when disabling LCPLL by Paulo Zanoni · 12 years ago
  86. 215733f drm/i915: grab force_wake when restoring LCPLL by Paulo Zanoni · 12 years ago
  87. 3414caf drm/i915: drop WaMbcDriverBootEnable workaround by Jesse Barnes · 12 years ago
  88. 5032d87 drm/i915: Cleaning up the relocate entry function by Rafael Barbalho · 12 years ago
  89. 1403c0d drm/i915: merge HSW and SNB PM irq handlers by Paulo Zanoni · 12 years ago
  90. 4d3b3d5 drm/i915: fix how we mask PMIMR when adding work to the queue by Paulo Zanoni · 12 years ago
  91. 60611c1 drm/i915: don't queue PM events we won't process by Paulo Zanoni · 12 years ago
  92. 333a820 drm/i915: don't disable/reenable IVB error interrupts when not needed by Paulo Zanoni · 12 years ago
  93. 605cd25 drm/i915: add dev_priv->pm_irq_mask by Paulo Zanoni · 12 years ago
  94. f52ecbc drm/i915: don't update GEN6_PMIMR when it's not needed by Paulo Zanoni · 12 years ago
  95. edbfdb4 drm/i915: wrap GEN6_PMIMR changes by Paulo Zanoni · 12 years ago
  96. 43eaea1 drm/i915: wrap GTIMR changes by Paulo Zanoni · 12 years ago
  97. a400664 drm/i915: add the FCLK case to intel_ddi_get_cdclk_freq by Paulo Zanoni · 12 years ago
  98. ec013e7 drm/i915: Expose energy counter on SNB+ through debugfs by Jesse Barnes · 12 years ago
  99. e3ce763 drm/i915: Remove I915_READ_{NOPID, SYNC_0, SYNC_1})() by Damien Lespiau · 12 years ago
  100. 3abdb33 drm: Remove IS_IRONLAKE_D() by Damien Lespiau · 12 years ago