1. de3a0fd drm/i915: Initialize CHV digital lock detect threshold by Vijay Purushothaman · 10 years ago
  2. a945ce7e drm/i915: Disable M2 frac division for integer case by Vijay Purushothaman · 10 years ago
  3. ca2b140 drm/i915: Spelling s/auxilliary/auxiliary/ by Geert Uytterhoeven · 10 years ago
  4. 3ef0028 drm/i915: Use crtc->state->active in ilk/skl watermark calculations (v3) by Matt Roper · 10 years ago
  5. c3d1f43 drm/i915: Update intel_crtc_active() to use state values (v2) by Matt Roper · 10 years ago
  6. 3553a8e drm/i915: Exit early from psr_status if PSR is not supported by the device by Damien Lespiau · 10 years ago
  7. 9d0d3fd drm/i915: Fix chv cdclk support by Ville Syrjälä · 10 years ago
  8. 6cca319 drm/i915: Allow pixel clock up to 95% of cdclk on CHV by Ville Syrjälä · 10 years ago
  9. de31fac drm/i915/skl: port A fuse straps don't work on early SKL steppings by Jesse Barnes · 10 years ago
  10. 1d2b952 drm/i915/skl: Restore the DDI translation tables when enabling PW1 by Damien Lespiau · 10 years ago
  11. 2540039 drm/i915: Remove unused condition in hsw_power_well_post_enable() by Damien Lespiau · 10 years ago
  12. d14c034 drm/i915/skl: Restore pipe interrupt registers after power well enabling by Damien Lespiau · 10 years ago
  13. 510e6fd drm/i915/skl: Mirror what we do on HSW for the power well enable log message by Damien Lespiau · 10 years ago
  14. 2a51835 drm/i915/skl: Introduce enable_requested and is_enabled in the power well code by Damien Lespiau · 10 years ago
  15. 4c6c03b drm/i915/skl: Make gen8_irq_power_well_post_enable() take a pipe mask by Damien Lespiau · 10 years ago
  16. 5575f03 drm/i915/chv: Add CHV HW status to SSEU status by Jeff McGee · 10 years ago
  17. c93043a drm/i915/chv: Determine CHV slice/subslice/EU info by Jeff McGee · 10 years ago
  18. c6beb13 drm/i915: Make sure PND deadline mode is enabled on VLV/CHV by Ville Syrjälä · 10 years ago
  19. b500472 drm/i915: Read out display FIFO size on VLV/CHV by Ville Syrjälä · 10 years ago
  20. 883a3d2 drm/i915: Pass plane to vlv_compute_drain_latency() by Ville Syrjälä · 10 years ago
  21. 0018fda drm/i915: Reorganize VLV DDL setup by Ville Syrjälä · 10 years ago
  22. 341c526 drm/i915: Hide VLV DDL precision handling by Ville Syrjälä · 10 years ago
  23. abfc00b drm/i915: Simplify VLV drain latency computation by Ville Syrjälä · 10 years ago
  24. 1203051 drm/i915: Kill DRAIN_LATENCY_PRECISION_* defines by Ville Syrjälä · 10 years ago
  25. edf6056 drm/i915: Reduce CHV DDL multiplier to 16/8 by Ville Syrjälä · 10 years ago
  26. 48572ed drm/i915: Disable the mmio.debug WARN after it fires by Chris Wilson · 11 years ago
  27. 6e0b3f8 drm/i915: fix simple_return.cocci warnings by kbuild test robot · 10 years ago
  28. 6ea2556 drm/i915: Do both mt and gen6 style forcewake reset on ivb probe by Mika Kuoppala · 10 years ago
  29. a561165 drm/i915: Remove ironlake rc6 support by John Harrison · 10 years ago
  30. 0d703d4 drm/i915: Don't clobber plane state on internal disables by Matt Roper · 10 years ago
  31. 2934368 drm/i915: Setup all page directories for gen8 by Mika Kuoppala · 10 years ago
  32. c3346ef drm/i915/skl: Program PLL for edp1.4 intermediate frequencies by Sonika Jindal · 10 years ago
  33. a8f3ef6 drm/i915/skl: Add support for edp 1.4 intermediate frequencies by Sonika Jindal · 10 years ago
  34. fc0f8e2 drm/i915/skl: Read sink supported rates from edp panel by Sonika Jindal · 10 years ago
  35. dbef0f1 drm/i915: add frontbuffer tracking to FBC by Paulo Zanoni · 11 years ago
  36. 3954e73 drm/i915: Fixing mutex deadlock window at eDP DRRS by Ramalingam C · 10 years ago
  37. a54746e drm/i915: Add debugfs entry for DRRS by Vandana Kannan · 10 years ago
  38. 27cd446 drm/i915: Add I915_PARAM_REVISION by Neil Roberts · 10 years ago
  39. 1063418 drm/i915: Improve staged config logging by Ander Conselvan de Oliveira · 10 years ago
  40. 3a3371f drm/i915: Add a for_each_intel_connector macro by Ander Conselvan de Oliveira · 10 years ago
  41. a91572f drm/i915: Set crtc backpointer when duplicating crtc state by Ander Conselvan de Oliveira · 10 years ago
  42. 17fe102 drm/i915: Reduce CHV DPLL min vco frequency to 4.8 GHz by Ville Syrjälä · 10 years ago
  43. 063e4e6 drm/i915: also do frontbuffer tracking on pwrites by Paulo Zanoni · 11 years ago
  44. a4001f1 drm/i915: pass which operation triggered the frontbuffer tracking by Paulo Zanoni · 11 years ago
  45. ff42e09 Revert "drm/i915: Switch planes from transitional helpers to full atomic helpers" by Daniel Vetter · 10 years ago
  46. 7ff4467 drm/i915/skl: Only use the 800mV+2bB HDMI translation entry by Damien Lespiau · 10 years ago
  47. 3bdcfc0 drm/i915: Make for_each_sprite() take dev_priv as argument by Damien Lespiau · 10 years ago
  48. dd74078 drm/i915: Make for_each_plane() take dev_priv as argument by Damien Lespiau · 10 years ago
  49. 9393943 drm/i915: Remove irq-related FIXME in reset code by Daniel Vetter · 10 years ago
  50. fd0753c drm/i915: Fix trivial typos in comments and warning message by Yannick Guerrini · 10 years ago
  51. 59bea88 drm/i915: Use plane->state->fb in watermark code (v2) by Matt Roper · 10 years ago
  52. 3dd512f drm/i915: Kill intel_crtc->cursor_{width, height} (v2) by Matt Roper · 10 years ago
  53. aaed1aa drm/i915: Rotation property is now handled in DRM core by Tvrtko Ursulin · 10 years ago
  54. 3a656b5 drm/i915: Fix struct_mutex deadlock due to merge fumble by Ville Syrjälä · 10 years ago
  55. a8c6ecb Merge tag 'v4.0-rc3' into drm-next by Dave Airlie · 10 years ago
  56. 8dd0eb3 Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  57. f6bec6e Merge tag 'drm-intel-fixes-2015-03-05' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  58. b0b20ce Merge tag 'v4.0-rc2' into drm-fixes by Dave Airlie · 10 years ago
  59. d136dfe drm: Pass in new and old plane state to prepare_fb and cleanup_fb by Tvrtko Ursulin · 10 years ago
  60. 7547af9 Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  61. 440fd52 drm/mm: Support 4 GiB and larger ranges by Thierry Reding · 11 years ago
  62. ab3be73 drm/i915: gen4: work around hang during hibernation by Imre Deak · 10 years ago
  63. 54fc7c1 drm/i915: Check for driver readyness before handling an underrun interrupt by Chris Wilson · 10 years ago
  64. 9128b04 drm/i915: Fix modeset state confusion in the load detect code by Daniel Vetter · 10 years ago
  65. f89fe1f drm/i915: Update DRIVER_DATE to 20150227 by Daniel Vetter · 10 years ago
  66. e8dec1d drm/i915: Clarify obj->map_and_fenceable by Chris Wilson · 10 years ago
  67. 9a8f0a1 drm/i915/skl: Allow Y (and Yf) frame buffer creation by Tvrtko Ursulin · 10 years ago
  68. 0fda656 drm/i915/skl: Update watermarks for Y tiling by Tvrtko Ursulin · 10 years ago
  69. d4c2aa6 drm/i915/skl: Updated watermark programming by Tvrtko Ursulin · 10 years ago
  70. 40f4628 drm/i915/skl: Adjust get_plane_config() to support Yb/Yf tiling by Damien Lespiau · 10 years ago
  71. 1327b9a drm/i915/skl: Teach pin_and_fence_fb_obj() about Y tiling constraints by Damien Lespiau · 10 years ago
  72. b5d0e9b drm/i915/skl: Adjust intel_fb_align_height() for Yb/Yf tiling by Damien Lespiau · 10 years ago
  73. b321803 drm/i915/skl: Allow scanning out Y and Yf fbs by Damien Lespiau · 10 years ago
  74. 3f52c6e drm/i915: Remove DRIVER_MODESET checks from modeset code by Daniel Vetter · 10 years ago
  75. 8634bd4 drm/i915: Remove regfile code&data for UMS suspend/resume by Daniel Vetter · 10 years ago
  76. 1d03184 drm/i915: Remove DRIVER_MODESET checks from gem code by Daniel Vetter · 10 years ago
  77. 33d30a9 drm/i915: Remove DRIVER_MODESET checks in the gpu reset code by Daniel Vetter · 10 years ago
  78. d581893 drm/i915: Remove DRIVER_MODESET checks from suspend/resume code by Daniel Vetter · 10 years ago
  79. 17fa646 drm/i915: Remove DRIVER_MODESET checks in load/unload/close code by Daniel Vetter · 10 years ago
  80. 686135d drm/i915: fix a printk format by Dan Carpenter · 10 years ago
  81. 626ad6f drm/i915: Add media rc6 residency file to sysfs by Ville Syrjälä · 10 years ago
  82. 719cd21 drm/i915: Add missing description to parameter in alloc_pt_range by Michel Thierry · 10 years ago
  83. bc4d91f drm/i915: Removed the read of RP_STATE_CAP from sysfs/debugfs functions by Akash Goel · 10 years ago
  84. b4f2bf4 drm/i915: Look at staged config when fixing pipe_src_w for LVDS by Ander Conselvan de Oliveira · 10 years ago
  85. 329414c Merge tag 'topic/drm-misc-2015-02-25' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  86. 0787824 drm/i915: Ensure crtc_state backpointer is always initialized by Matt Roper · 10 years ago
  87. 83d6573 drm/i915: Use enabled value from crtc_state rather than crtc (v2) by Matt Roper · 10 years ago
  88. 98e1bd4 drm/i915: Cache ringbuf pointer in request structure by John Harrison · 11 years ago
  89. 5e4be7b drm/i915: Add missing trace point to LRC execbuff code path by John Harrison · 11 years ago
  90. 8e004ef drm/i915: Rename 'flags' to 'dispatch_flags' for better code reading by John Harrison · 11 years ago
  91. 06dc68d drm/i915: Plumb drm_device through page tables operations by Michel Thierry · 10 years ago
  92. 06fda60 drm/i915: Create page table allocators by Ben Widawsky · 10 years ago
  93. 7324cc0 drm/i915: Complete page table structures by Ben Widawsky · 10 years ago
  94. d7b3de9 drm/i915: page table abstractions by Ben Widawsky · 10 years ago
  95. 7ad14a2 drm/i915/skl: Add support for edp1.4 low vswing by Sonika Jindal · 10 years ago
  96. 9a57f5b drm/i915/skl: Support for edp low_vswing param in vbt by Sonika Jindal · 10 years ago
  97. ba0635ff drm/i915: cleanup some indenting by Dan Carpenter · 10 years ago
  98. 62e537f drm/i915: Fix frontbuffer false positve. by Rodrigo Vivi · 10 years ago
  99. 8095815 drm/i915/skl: Make sure to allocate mininum sizes in the DDB by Damien Lespiau · 11 years ago
  100. f37b5c2 drm/i915: Align initial plane backing objects correctly by Daniel Vetter · 11 years ago