1. 72660ce drm/i915: Use plane->name in debug prints by Ville Syrjälä · 9 years ago
  2. 78108b7 drm/i915: Use crtc->name in debug messages by Ville Syrjälä · 9 years ago
  3. f326115 drm/i915: Reject modeset if the dotclock is too high by Ville Syrjälä · 9 years ago
  4. bb14316 drm/i915: Fix NULL pointer deference when out of PLLs in IVB by Ander Conselvan de Oliveira · 9 years ago
  5. f165d28 drm/i915/ilk: Don't disable SSC source if it's in use by Lyude · 9 years ago
  6. d66a219 drm/i915/bxt: Sanitize CDCLK to fix breakage during S4 resume by Imre Deak · 9 years ago
  7. 1c3f770 drm/i915/gen9: Assume CDCLK PLL is off if it's not locked by Imre Deak · 9 years ago
  8. 5a21b66 drm/i915: Revert async unpin and nonblocking atomic commit by Daniel Vetter · 9 years ago
  9. 15da956 drm/i915/debugfs: Show context objects in i915_gem_objects by Chris Wilson · 9 years ago
  10. 8d59bc6 drm/i915: Rearrange i915_gem_context by Chris Wilson · 9 years ago
  11. bca44d8 drm/i915: Merge legacy+execlists context structs by Chris Wilson · 9 years ago
  12. 0ca5fa3 drm/i915: Put the kernel_context in drm_i915_private next to its friends by Chris Wilson · 9 years ago
  13. d28b99a drm/i915: Show i915_gem_context owner in debugfs by Chris Wilson · 9 years ago
  14. c6aab91 drm/i915: Move pinning of dev_priv->kernel_context into its creator by Chris Wilson · 9 years ago
  15. 9021ad0 drm/i915: Name the inner most per-engine intel_context struct by Chris Wilson · 9 years ago
  16. ca585b5 drm/i915: Rename and inline i915_gem_context_get() by Chris Wilson · 9 years ago
  17. 499f269 drm/i915: Apply lockdep annotations to i915_gem_context.c by Chris Wilson · 9 years ago
  18. e2efd13 drm/i915: Rename struct intel_context by Chris Wilson · 9 years ago
  19. 2335986 drm/i915/guc: Disable automatic GuC firmware loading by Tvrtko Ursulin · 9 years ago
  20. 18a8067 drm/i915: Assert the dbuf is enabled when disabling DC5/6 by Ville Syrjälä · 9 years ago
  21. d1b32c3 drm/i915: Set BXT cdclk to minimum initially by Ville Syrjälä · 9 years ago
  22. 342be92 drm/i915: Replace bxt_verify_cdclk_state() with a more generic cdclk check by Ville Syrjälä · 9 years ago
  23. 5f199df drm/i915: Make bxt_set_cdclk() operate in terms of the current vs target DE PLL vco by Ville Syrjälä · 9 years ago
  24. f598624 drm/i915: Rewrite broxton_get_display_clock_speed() in terms of the DE PLL vco/refclk by Ville Syrjälä · 9 years ago
  25. 089c6fd drm/i915: Update cached cdclk state from broxton_init_cdclk() by Ville Syrjälä · 9 years ago
  26. 83d7c81 drm/i915: Store BXT DE PLL vco and ref clocks in dev_priv by Ville Syrjälä · 9 years ago
  27. 2b73001 drm/i915: Extract bxt DE PLL enable/disable from broxton_set_cdclk() by Ville Syrjälä · 9 years ago
  28. 709e05c drm/i915: Store cdclk PLL reference clock under dev_priv by Ville Syrjälä · 9 years ago
  29. 63911d7 drm/i915: Rename skl_vco_freq to cdclk_pll.vco by Ville Syrjälä · 9 years ago
  30. 487ed2e drm/i915: Make 308 and 671 MHz cdclks more accurate on SKL by Ville Syrjälä · 9 years ago
  31. 70c2c18 drm/i915: Move SKL+ DBUF enable/disable to display core init/uninit by Ville Syrjälä · 9 years ago
  32. 9f7eb31 drm/i915: Unify SKL cdclk init paths by Ville Syrjälä · 9 years ago
  33. 0949249 drm/i915: Beef up skl_sanitize_cdclk() a bit by Ville Syrjälä · 9 years ago
  34. b204535 drm/i915: Keep track of preferred cdclk vco frequency on SKL by Ville Syrjälä · 9 years ago
  35. 1cd593e drm/i915: Allow enable/disable of DPLL0 around cdclk changes on SKL by Ville Syrjälä · 9 years ago
  36. 2f2a121 drm/i915: Report the current DPLL0 vco on SKL/KBL by Ville Syrjälä · 9 years ago
  37. ea61791 drm/i915: Actually read out DPLL0 vco on skl from hardware by Ville Syrjälä · 9 years ago
  38. a8ca493 drm/i915: Extract skl_calc_cdclk() by Ville Syrjälä · 9 years ago
  39. 14d41b3 drm/i915: Move the SKL DPLL0 VCO computation into intel_dp_compute_config() by Ville Syrjälä · 9 years ago
  40. c89e39f drm/i915/skl: SKL CDCLK change on modeset tracking VCO by Clint Taylor · 9 years ago
  41. 9558d15 drm/i915: Fix BXT min_pixclk after state readout by Ville Syrjälä · 9 years ago
  42. 03d92e4 drm/i915/opregion: Rename init/fini functions to register/unregister by Chris Wilson · 9 years ago
  43. 6f9f4b7 drm/i915/opregion: Convert to using native drm_i915_private by Chris Wilson · 9 years ago
  44. 11825b0 drm/i915: Enable GSE interrupt on BDW+ by Ville Syrjälä · 9 years ago
  45. 0a31afb drm/i915/guc: rework guc_add_workqueue_item() by Dave Gordon · 9 years ago
  46. 551aaec drm/i915/guc: don't spinwait if the GuC's workqueue is full by Dave Gordon · 9 years ago
  47. 7c2c270 drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}() by Dave Gordon · 9 years ago
  48. fce91f2 drm/i915/guc: add enable_guc_loading parameter by Dave Gordon · 9 years ago
  49. 1a3d189 drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHED by Dave Gordon · 9 years ago
  50. f09d675 drm/i915/guc: rename loader entry points by Dave Gordon · 9 years ago
  51. 9cce443 drm/i915: Update DRIVER_DATE to 20160522 by Daniel Vetter · 9 years ago
  52. 63d1532 drm/i915: Inline sg_next() for the optimised SGL iterator by Dave Gordon · 9 years ago
  53. 85d1225 drm/i915: Introduce & use new lightweight SGL iterators by Dave Gordon · 9 years ago
  54. b338fa4 drm/i915: optimise i915_gem_object_map() for small objects by Dave Gordon · 9 years ago
  55. dd6034c drm/i915: refactor i915_gem_object_pin_map() by Dave Gordon · 9 years ago
  56. dc00b6a drm/i915/psr: Implement PSR2 w/a for gen9 by Daniel Vetter · 9 years ago
  57. d4dcbdc drm/i915/psr: Use ->get_aux_send_ctl functions by Daniel Vetter · 9 years ago
  58. 6f32ea7 drm/i915/psr: Order DP aux transactions correctly by Daniel Vetter · 9 years ago
  59. 1c80c25 drm/i915/psr: Make idle_frames sensible again by Daniel Vetter · 9 years ago
  60. 50db139 drm/i915/psr: Try to program link training times correctly by Daniel Vetter · 9 years ago
  61. 72778cb drm/i915/userptr: Convert to drm_i915_private by Chris Wilson · 9 years ago
  62. d55dbd0 drm/i915: Allow nonblocking update of pageflips. by Maarten Lankhorst · 9 years ago
  63. 15c86bd drm/i915: Check for unpin correctness. by Maarten Lankhorst · 9 years ago
  64. 95c2ccd Reapply "drm/i915: Avoid stalling on pending flips for legacy cursor updates" by Maarten Lankhorst · 9 years ago
  65. a6747b7 drm/i915: Make unpin async. by Maarten Lankhorst · 9 years ago
  66. 03f476e drm/i915: Prepare connectors for nonblocking checks. by Maarten Lankhorst · 9 years ago
  67. 2099def drm/i915: Pass atomic states to fbc update functions. by Maarten Lankhorst · 9 years ago
  68. ee7171a drm/i915: Remove reset_counter from intel_crtc. by Maarten Lankhorst · 9 years ago
  69. 2ee004f drm/i915: Remove queue_flip pointer. by Maarten Lankhorst · 9 years ago
  70. b8d2afa drm/i915: Remove use_mmio_flip kernel parameter. by Maarten Lankhorst · 9 years ago
  71. 8dd634d drm/i915: Remove cs based page flip support. by Maarten Lankhorst · 9 years ago
  72. 143f73b3 drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3. by Maarten Lankhorst · 9 years ago
  73. 84fc494 drm/i915: Add the exclusive fence to plane_state. by Maarten Lankhorst · 9 years ago
  74. 6885843 drm/i915: Convert flip_work to a list. by Maarten Lankhorst · 9 years ago
  75. aa420dd drm/i915: Allow mmio updates on all platforms, v2. by Maarten Lankhorst · 9 years ago
  76. afee4d8 Revert "drm/i915: Avoid stalling on pending flips for legacy cursor updates" by Maarten Lankhorst · 9 years ago
  77. 51cbaf0 drm/i915: Unify unpin_work and mmio_work into flip_work, v2. by Maarten Lankhorst · 9 years ago
  78. a299141 drm/i915: Add support for detecting vblanks when hw frame counter is unavailable. by Maarten Lankhorst · 9 years ago
  79. 5251f04 drm/i915: Remove intel_prepare_page_flip, v3. by Maarten Lankhorst · 9 years ago
  80. ef58319 drm/i915: Remove intel_finish_page_flip_plane. by Maarten Lankhorst · 9 years ago
  81. 55d80d2 drm/i915: Remove stallcheck special handling, v3. by Maarten Lankhorst · 9 years ago
  82. af61d5c drm/core: Add drm_accurate_vblank_count, v5. by Maarten Lankhorst · 9 years ago
  83. 74aa156 drm/i915/bxt: reserve space for RC6 in the the GuC WOPCM by Peter Antoine · 9 years ago
  84. af4a879 drm/i915: Simplify control flow in intel_atomic_check a bit. by Daniel Vetter · 9 years ago
  85. 1ecc1c6 drm/i915/dsi: CABC support for Panel PWM backlight control by Deepak M · 9 years ago
  86. 9019835 drm/i915/dsi: Add DCS control for Panel PWM by Jani Nikula · 9 years ago
  87. 9a652cc Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  88. 99ee872 Merge tag 'topic/drm-misc-2016-05-13' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  89. 76e9cab Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-dwc-arc-processors/linux into drm-next by Dave Airlie · 9 years ago
  90. e8fcdf1 drm/i915: don't mix bitwise and logical operations for has_snoop by Jani Nikula · 9 years ago
  91. f7770bf drm/i915: Skip clearing the GGTT on full-ppgtt systems by Chris Wilson · 9 years ago
  92. 975f7ff drm/i915: Lazily migrate the objects after hibernation by Chris Wilson · 9 years ago
  93. 461fb99 drm/i915: Update domain tracking for GEM objects on hibernation by Chris Wilson · 9 years ago
  94. 1f19ac2 drm/i915: Add distinct stubs for PM hibernation phases by Chris Wilson · 9 years ago
  95. e3d5457 drm/i915: Ignore stale wm register values on resume on ilk-bdw (v2) by Ville Syrjälä · 9 years ago
  96. 1560653 drm/i915: Don't leave old junk in ilk active watermarks on readout by Ville Syrjälä · 9 years ago
  97. b8e7570 drm/i915: Eliminate the CDCLK_CTL RMW on BXT by Ville Syrjälä · 9 years ago
  98. 7fe6275 drm/i915: Program BXT_CDCLK_CD2X_PIPE by Ville Syrjälä · 9 years ago
  99. 3861fc6 drm/i915: s/required_vco/vco/ in skl cdclk code by Ville Syrjälä · 9 years ago
  100. 9ef5615 drm/i915: s/freq/cdclk/ by Ville Syrjälä · 9 years ago