1. 1996d62 drm/i915: Adjust watermark register masks by Ville Syrjälä · 11 years ago
  2. dcaf13f drm/i915: Remove a somewhat silly debug print from watermark code by Ville Syrjälä · 11 years ago
  3. 243e6a4 drm/i915: Init HSW watermark tracking in intel_modeset_setup_hw_state() by Ville Syrjälä · 11 years ago
  4. 49a687c drm/i915: Improve watermark dirtyness checks by Ville Syrjälä · 11 years ago
  5. 609cede drm/i915: Store current watermark state in dev_priv->wm by Ville Syrjälä · 11 years ago
  6. 7eaa4d5 drm/i915: Kill fbc_wm_enabled from intel_wm_config by Ville Syrjälä · 11 years ago
  7. b380ca3 drm/i915: Refactor wm_lp to level calculation by Ville Syrjälä · 11 years ago
  8. a5db6b6 drm/i915: Check 5/6 DDB split only when sprites are enabled by Ville Syrjälä · 11 years ago
  9. a485bfb drm/i915: Move some computations out from hsw_compute_wm_parameters() by Ville Syrjälä · 11 years ago
  10. 198a1e9 drm/i915: Use intel_pipe_wm in hsw_find_best_results by Ville Syrjälä · 11 years ago
  11. 0362c78 drm/i915: Move LP1+ watermark merging out from hsw_compute_wm_results() by Ville Syrjälä · 11 years ago
  12. 7c4a395 drm/i915: Don't re-compute pipe watermarks except for the affected pipe by Ville Syrjälä · 11 years ago
  13. 0b2ae6d drm/i915: Add intel_pipe_wm and prepare for watermark pre-compute by Ville Syrjälä · 11 years ago
  14. 0301b3a drm/i915/dp: constify link_status by Jani Nikula · 11 years ago
  15. cd66407 drm/i915: disable LVDS clock gating on CPT v2 by Jesse Barnes · 11 years ago
  16. 4cdb83e drm/i915: Don't pretend that gen2 has a hardware frame counter by Ville Syrjälä · 11 years ago
  17. 7c06b08 drm/i915: Fix gen2 scanout position readout by Ville Syrjälä · 11 years ago
  18. 54ddcbd drm/i915: Improve the accuracy of get_scanout_pos on CTG+ by Ville Syrjälä · 11 years ago
  19. 3aa18df drm/i915: Fix scanoutpos calculations by Ville Syrjälä · 11 years ago
  20. c2baf4b drm/i915: Skip register reads in i915_get_crtc_scanoutpos() by Ville Syrjälä · 11 years ago
  21. f646628 drm/i915: Use vlv_clock() in vlv_crtc_clock_get() by Ville Syrjälä · 11 years ago
  22. fb03ac0 drm/i915: Use DIV_ROUND_CLOSEST() to calculate dot/vco by Ville Syrjälä · 11 years ago
  23. 540b5d0 drm/i915: Add breadcrumbs for why the backlight is being set by Chris Wilson · 11 years ago
  24. 391f75e drm/i915: Fix pre-CTG vblank counter by Ville Syrjälä · 11 years ago
  25. 0632fef drm/i915: rename intel_fb.c to intel_fbdev.c by Daniel Vetter · 11 years ago
  26. 4520f53 drm/i915: Kconfig option to disable the legacy fbdev support by Daniel Vetter · 11 years ago
  27. 25a2e2d drm/i915: Fix VLV frame counter registers by Ville Syrjälä · 11 years ago
  28. d8228d0 drm/i915/vlv: add doc names to sideband file by Jesse Barnes · 11 years ago
  29. e8cde23 drm/i915: don't save/restore CACHE_MODE_0 on gen7+ by Jesse Barnes · 11 years ago
  30. fbf49ea drm/i915: Fix pipe off timeout handling for pre-gen4 by Ville Syrjälä · 11 years ago
  31. 4994aa8 drm/i915: increase the SWSCI DSLP default timeout to 50ms by Paulo Zanoni · 11 years ago
  32. ebff5fa9 Revert "i915: Update VGA arbiter support for newer devices" by Dave Airlie · 11 years ago
  33. e1264eb Revert "drm/i915: Delay disabling of VGA memory until vgacon->fbcon handoff is done" by Dave Airlie · 11 years ago
  34. c0951f0 drm/i915: Avoid tweaking RPS before it is enabled by Chris Wilson · 11 years ago
  35. e147acc drm/i915: tell the user KMS is required for gen6+ by Jani Nikula · 11 years ago
  36. f468980 drm/i915: Educate users in dmesg about reporting gpu hangs by Daniel Vetter · 11 years ago
  37. 5c9669c drm/i915: Finish enabling rps before use by sysfs or debugfs by Tom O'Rourke · 11 years ago
  38. 09e14bf drm/i915: Capture the initial error-state when kicking stuck rings by Chris Wilson · 11 years ago
  39. 4c445e0 drm/i915: Rename primary_disabled to primary_enabled by Ville Syrjälä · 11 years ago
  40. e5b611f drm/i915: Populate primary_disabled in intel_modeset_readout_hw_state() by Ville Syrjälä · 11 years ago
  41. 4a28ae5 drm/i915: don't leak dp_connector at intel_ddi_init by Paulo Zanoni · 11 years ago
  42. 2cdfe6c drm/i915/dp: update training set in a burst write with training pattern set by Jani Nikula · 11 years ago
  43. c3d685a drm/i915: Do PCH and uncore init earlier by Ben Widawsky · 11 years ago
  44. 5ade2c2 drm/i915: wait for IPS_ENABLE when enabling IPS by Paulo Zanoni · 11 years ago
  45. 076e29f drm/i915: Keep intel_drv.h tidy by Daniel Vetter · 11 years ago
  46. ab484f8 drm/i915: Remove gen specific checks in MMIO by Ben Widawsky · 11 years ago
  47. 4032ef4 drm/i915: Create GEN specific write MMIO by Ben Widawsky · 11 years ago
  48. 3967018 drm/i915: Create GEN specific read MMIO by Ben Widawsky · 11 years ago
  49. 5d73879 drm/i915: Extract common MMIO lines by Ben Widawsky · 11 years ago
  50. 0b27448 drm/i915: Create MMIO virtual functions by Ben Widawsky · 11 years ago
  51. 18ce399 drm/i915: Move edram detection early_sanitize by Ben Widawsky · 11 years ago
  52. 78511f2 drm/i915: Prevent using uninitialized MMIO funcs by Ben Widawsky · 11 years ago
  53. e252d07 drm/i915: rip out gen2 reset code by Daniel Vetter · 11 years ago
  54. 3bbbe70 drm/i915: check that the i965g/gm 4G limit is really obeyed by Daniel Vetter · 11 years ago
  55. a4945f9 drm/i915: Undo the PIPEA quirk for i845 by Chris Wilson · 11 years ago
  56. eda7964 drm/i915: Use the real cpu max frequency for ring scaling by Ben Widawsky · 11 years ago
  57. 0fc9f59 drm/i915: Flush primary plane changes in sprite code by Ville Syrjälä · 11 years ago
  58. 0037f71 drm/i915: WARN if primary plane state doesn't match expectations by Ville Syrjälä · 11 years ago
  59. d1de00e drm/i915: Rename intel_{enable, disable}_plane to intel_{enable, disable}_primary_plane by Ville Syrjälä · 11 years ago
  60. 1dba99f drm/i915: Rename intel_flush_display_plane to intel_flush_primary_plane by Ville Syrjälä · 11 years ago
  61. 20bc8673 drm/i915: Enable/disable IPS when primary is enabled/disabled by Ville Syrjälä · 11 years ago
  62. abae50e drm/i915: Do the fbc vs. primary plane enable/disable in the right order by Ville Syrjälä · 11 years ago
  63. 098ebd6 drm/i915: Save user requested plane coordinates only on success by Ville Syrjälä · 11 years ago
  64. 2afd9ef drm/i915: Do a bit of cleanup in the sprite code by Ville Syrjälä · 11 years ago
  65. 5f3fb46 drm/i915: Kill a goto from sprite disable code by Ville Syrjälä · 11 years ago
  66. 82284b6 drm/i915: Reduce the time we hold struct mutex in sprite update_plane code by Ville Syrjälä · 11 years ago
  67. 03c5b25 drm/i915: Allow sprites to be configured on a disabled pipe by Ville Syrjälä · 11 years ago
  68. 939c2fe drm/i915: Set primary_disabled in intel_{enable, disable}_plane by Ville Syrjälä · 11 years ago
  69. 3def84b drm/i915/dp: promote clock recovery failures to DRM_ERROR by Jani Nikula · 11 years ago
  70. e1553fa drm/i915: Fix VGA_DISP_DISABLE check by Ville Syrjälä · 11 years ago
  71. f01b796 drm/i915: Use intel_PLL_is_valid() in vlv_find_best_dpll() by Ville Syrjälä · 11 years ago
  72. 49e497e drm/i915: Don't lie about findind suitable PLL settings on VLV by Ville Syrjälä · 11 years ago
  73. dc73051 drm/i915: intel_limits_vlv_dac and intel_limits_vlv_hdmi are the same by Ville Syrjälä · 11 years ago
  74. 5fdc9c49 drm/i915: Remove unused dot_limit from VLV PLL limits by Ville Syrjälä · 11 years ago
  75. 4150404 drm/i915: Remove the unused p and m limits for VLV by Ville Syrjälä · 11 years ago
  76. 889059d drm/i915: Respect p2 divider minimum limit on VLV by Ville Syrjälä · 11 years ago
  77. b99ab66 drm/i915: Allow p1 divider 2 on VLV by Ville Syrjälä · 11 years ago
  78. 811bbf0 drm/i915: Clarify VLV PLL p1 limits by Ville Syrjälä · 11 years ago
  79. 27e639b drm/i915: Make sure we respect n.max on VLV by Ville Syrjälä · 11 years ago
  80. c1a9ae4 drm/i915: De-magic the VLV p2 divider step size by Ville Syrjälä · 11 years ago
  81. 6b4bf1c drm/i915: Rewrite vlv_find_best_dpll() by Ville Syrjälä · 11 years ago
  82. c686122 drm/i915: Don't underflow bestppm by Ville Syrjälä · 11 years ago
  83. 69e4f900 drm/i915: Make vlv_find_best_dpll() ppm calculation safe by Ville Syrjälä · 11 years ago
  84. 953d22e drm/i915/dp: use sizeof for memset instead of magic value by Jani Nikula · 11 years ago
  85. 389246f drm/i915: Remove yet another unused define by Damien Lespiau · 11 years ago
  86. d9973b4 drm/i915: Fix type mismatch and accounting in i915_gem_shrink by Chris Wilson · 11 years ago
  87. 5035c27 drm/i915: Call io_schedule() whilst whilsting for the GPU by Chris Wilson · 11 years ago
  88. 967ad7f Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 11 years ago
  89. 6aba5b6 drm/i915/dp: get rid of intel_dp->link_configuration by Jani Nikula · 11 years ago
  90. 0111be4 drm: Kill drm perf counter leftovers by Ville Syrjälä · 11 years ago
  91. ffbab09b drm: Remove pci_vendor and pci_device from struct drm_device by Ville Syrjälä · 11 years ago
  92. 5380e92 drm: Collect per-crtc vblank stuff to a struct by Ville Syrjälä · 11 years ago
  93. ba0bf12 drm: Make vblank_disable_allowed bool by Ville Syrjälä · 11 years ago
  94. 55e9ede drm/i915/dp: use drm_edid_duplicate by Jani Nikula · 11 years ago
  95. 16eb5f4 drm: kill ->gem_init_object() and friends by David Herrmann · 11 years ago
  96. d7bf63f drm/i915: Use adjusted_mode in the fastboot hack to disable pfit by Damien Lespiau · 11 years ago
  97. bb2043d drm/i915: Add a more detailed comment about the set_base() fastboot hack by Damien Lespiau · 11 years ago
  98. 02f4c9e drm/i915/vlv: Turn off power gate for BIOS-less system. by Chon Ming Lee · 11 years ago
  99. 40e9cf6 drm/i915/vlv: reset DPIO on load and resume v2 by Jesse Barnes · 11 years ago
  100. c9976dc drm/i915: Only apply DPMS to the encoder if enabled by Chris Wilson · 11 years ago