1. ca2b140 drm/i915: Spelling s/auxilliary/auxiliary/ by Geert Uytterhoeven · 10 years ago
  2. 3ef0028 drm/i915: Use crtc->state->active in ilk/skl watermark calculations (v3) by Matt Roper · 10 years ago
  3. c3d1f43 drm/i915: Update intel_crtc_active() to use state values (v2) by Matt Roper · 10 years ago
  4. 3553a8e drm/i915: Exit early from psr_status if PSR is not supported by the device by Damien Lespiau · 10 years ago
  5. 9d0d3fd drm/i915: Fix chv cdclk support by Ville Syrjälä · 10 years ago
  6. 6cca319 drm/i915: Allow pixel clock up to 95% of cdclk on CHV by Ville Syrjälä · 10 years ago
  7. de31fac drm/i915/skl: port A fuse straps don't work on early SKL steppings by Jesse Barnes · 10 years ago
  8. 1d2b952 drm/i915/skl: Restore the DDI translation tables when enabling PW1 by Damien Lespiau · 10 years ago
  9. 2540039 drm/i915: Remove unused condition in hsw_power_well_post_enable() by Damien Lespiau · 10 years ago
  10. d14c034 drm/i915/skl: Restore pipe interrupt registers after power well enabling by Damien Lespiau · 10 years ago
  11. 510e6fd drm/i915/skl: Mirror what we do on HSW for the power well enable log message by Damien Lespiau · 10 years ago
  12. 2a51835 drm/i915/skl: Introduce enable_requested and is_enabled in the power well code by Damien Lespiau · 10 years ago
  13. 4c6c03b drm/i915/skl: Make gen8_irq_power_well_post_enable() take a pipe mask by Damien Lespiau · 10 years ago
  14. 5575f03 drm/i915/chv: Add CHV HW status to SSEU status by Jeff McGee · 10 years ago
  15. c93043a drm/i915/chv: Determine CHV slice/subslice/EU info by Jeff McGee · 10 years ago
  16. c6beb13 drm/i915: Make sure PND deadline mode is enabled on VLV/CHV by Ville Syrjälä · 10 years ago
  17. b500472 drm/i915: Read out display FIFO size on VLV/CHV by Ville Syrjälä · 10 years ago
  18. 883a3d2 drm/i915: Pass plane to vlv_compute_drain_latency() by Ville Syrjälä · 10 years ago
  19. 0018fda drm/i915: Reorganize VLV DDL setup by Ville Syrjälä · 10 years ago
  20. 341c526 drm/i915: Hide VLV DDL precision handling by Ville Syrjälä · 10 years ago
  21. abfc00b drm/i915: Simplify VLV drain latency computation by Ville Syrjälä · 10 years ago
  22. 1203051 drm/i915: Kill DRAIN_LATENCY_PRECISION_* defines by Ville Syrjälä · 10 years ago
  23. edf6056 drm/i915: Reduce CHV DDL multiplier to 16/8 by Ville Syrjälä · 10 years ago
  24. 48572ed drm/i915: Disable the mmio.debug WARN after it fires by Chris Wilson · 10 years ago
  25. 6e0b3f8 drm/i915: fix simple_return.cocci warnings by kbuild test robot · 10 years ago
  26. 6ea2556 drm/i915: Do both mt and gen6 style forcewake reset on ivb probe by Mika Kuoppala · 10 years ago
  27. a561165 drm/i915: Remove ironlake rc6 support by John Harrison · 10 years ago
  28. 0d703d4 drm/i915: Don't clobber plane state on internal disables by Matt Roper · 10 years ago
  29. 2934368 drm/i915: Setup all page directories for gen8 by Mika Kuoppala · 10 years ago
  30. c3346ef drm/i915/skl: Program PLL for edp1.4 intermediate frequencies by Sonika Jindal · 10 years ago
  31. a8f3ef6 drm/i915/skl: Add support for edp 1.4 intermediate frequencies by Sonika Jindal · 10 years ago
  32. fc0f8e2 drm/i915/skl: Read sink supported rates from edp panel by Sonika Jindal · 10 years ago
  33. dbef0f1 drm/i915: add frontbuffer tracking to FBC by Paulo Zanoni · 10 years ago
  34. 3954e73 drm/i915: Fixing mutex deadlock window at eDP DRRS by Ramalingam C · 10 years ago
  35. a54746e drm/i915: Add debugfs entry for DRRS by Vandana Kannan · 10 years ago
  36. 27cd446 drm/i915: Add I915_PARAM_REVISION by Neil Roberts · 10 years ago
  37. 1063418 drm/i915: Improve staged config logging by Ander Conselvan de Oliveira · 10 years ago
  38. 3a3371f drm/i915: Add a for_each_intel_connector macro by Ander Conselvan de Oliveira · 10 years ago
  39. a91572f drm/i915: Set crtc backpointer when duplicating crtc state by Ander Conselvan de Oliveira · 10 years ago
  40. 17fe102 drm/i915: Reduce CHV DPLL min vco frequency to 4.8 GHz by Ville Syrjälä · 10 years ago
  41. 063e4e6 drm/i915: also do frontbuffer tracking on pwrites by Paulo Zanoni · 10 years ago
  42. a4001f1 drm/i915: pass which operation triggered the frontbuffer tracking by Paulo Zanoni · 10 years ago
  43. ff42e09 Revert "drm/i915: Switch planes from transitional helpers to full atomic helpers" by Daniel Vetter · 10 years ago
  44. 7ff4467 drm/i915/skl: Only use the 800mV+2bB HDMI translation entry by Damien Lespiau · 10 years ago
  45. 3bdcfc0 drm/i915: Make for_each_sprite() take dev_priv as argument by Damien Lespiau · 10 years ago
  46. dd74078 drm/i915: Make for_each_plane() take dev_priv as argument by Damien Lespiau · 10 years ago
  47. 9393943 drm/i915: Remove irq-related FIXME in reset code by Daniel Vetter · 10 years ago
  48. fd0753c drm/i915: Fix trivial typos in comments and warning message by Yannick Guerrini · 10 years ago
  49. 59bea88 drm/i915: Use plane->state->fb in watermark code (v2) by Matt Roper · 10 years ago
  50. 3dd512f drm/i915: Kill intel_crtc->cursor_{width, height} (v2) by Matt Roper · 10 years ago
  51. 7eb5f30 drm: Check in setcrtc if the primary plane supports the fb pixel format by Laurent Pinchart · 10 years ago
  52. c484f02 drm: Lighten sysfs connector 'status' by Chris Wilson · 10 years ago
  53. 3461b30 drm/plane-helper: unexport drm_primary_helper_create_plane by Daniel Vetter · 10 years ago
  54. ead8610 drm: Share plane pixel format check code between legacy and atomic by Laurent Pinchart · 10 years ago
  55. 2a97acd drm: Fix trivial typos in comments by Yannick Guerrini · 10 years ago
  56. 220dd2b drm: Fixup racy refcounting in plane_force_disable by Daniel Vetter · 10 years ago
  57. aaed1aa drm/i915: Rotation property is now handled in DRM core by Tvrtko Ursulin · 10 years ago
  58. 4cda09c drm: Complete moving rotation property to core by Tvrtko Ursulin · 10 years ago
  59. 2e3afd4 drm/atomic-helper: Fix kerneldoc for prepare_planes by Daniel Vetter · 10 years ago
  60. 8442853 drm: Remove redundant code in the getencoder ioctl by Daniel Vetter · 10 years ago
  61. 3a656b5 drm/i915: Fix struct_mutex deadlock due to merge fumble by Ville Syrjälä · 10 years ago
  62. a8c6ecb Merge tag 'v4.0-rc3' into drm-next by Dave Airlie · 10 years ago
  63. 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
  64. 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
  65. b0b20ce Merge tag 'v4.0-rc2' into drm-fixes by Dave Airlie · 10 years ago
  66. d136dfe drm: Pass in new and old plane state to prepare_fb and cleanup_fb by Tvrtko Ursulin · 10 years ago
  67. 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
  68. 87dc8b6 Merge branch 'drm-atmel-hlcdc-devel' of git://github.com/bbrezillon/linux-at91 into drm-next by Dave Airlie · 10 years ago
  69. 7e47748 Merge branch 'drm/next/atomic' of git://linuxtv.org/pinchartl/fbdev into drm-next by Dave Airlie · 10 years ago
  70. 79d6d94 Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next by Dave Airlie · 10 years ago
  71. 4afb153 Merge branch 'msm-fixes-4.0' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 10 years ago
  72. aa80a4a drm/msm: kexec fixes by Rob Clark · 10 years ago
  73. 757fdfa drm/msm/mdp5: fix cursor blending by Rob Clark · 10 years ago
  74. 5856089 drm/msm/mdp5: fix cursor ROI by Rob Clark · 10 years ago
  75. 5b2e2b6 drm/msm/atomic: Don't leak atomic commit object when commit fails by Laurent Pinchart · 10 years ago
  76. ba0312a drm/msm/mdp5: Avoid flushing registers when CRTC is disabled by Stephane Viau · 10 years ago
  77. 8a4247d drm/msm: update generated headers (add 6th lm.base entry) by Stephane Viau · 10 years ago
  78. 5db0f6e drm/msm/mdp5: fixup "drm/msm: fix fallout of atomic dpms changes" by Stephane Viau · 10 years ago
  79. 92eed29 Merge branch 'drm-fixes-4.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  80. 54c4cd6 drm/ttm: device address space != CPU address space by Alex Deucher · 10 years ago
  81. 440fd52 drm/mm: Support 4 GiB and larger ranges by Thierry Reding · 10 years ago
  82. ab3be73 drm/i915: gen4: work around hang during hibernation by Imre Deak · 10 years ago
  83. 54fc7c1 drm/i915: Check for driver readyness before handling an underrun interrupt by Chris Wilson · 10 years ago
  84. 77ae5f4 drm/radeon: fix interlaced modes on DCE8 by Alex Deucher · 10 years ago
  85. a28b2a4 drm/radeon: fix DRM_IOCTL_RADEON_CS oops by Tommi Rantala · 10 years ago
  86. cffefd9 drm/radeon: do a posting read in cik_set_irq by Alex Deucher · 10 years ago
  87. 0586915 drm/radeon: do a posting read in si_set_irq by Alex Deucher · 10 years ago
  88. c320bb5 drm/radeon: do a posting read in evergreen_set_irq by Alex Deucher · 10 years ago
  89. 9d1393f drm/radeon: do a posting read in r600_set_irq by Alex Deucher · 10 years ago
  90. 54acf10 drm/radeon: do a posting read in rs600_set_irq by Alex Deucher · 10 years ago
  91. f957063 drm/radeon: do a posting read in r100_set_irq by Alex Deucher · 10 years ago
  92. 2afa326 radeon/audio: fix DP audio on DCE6 by Slava Grigorev · 10 years ago
  93. b983a8f radeon/audio: fix whitespace by Slava Grigorev · 10 years ago
  94. 5c046a5 drm/radeon: adjust audio callback order by Alex Deucher · 10 years ago
  95. aeefd07 drm/radeon: properly set dto for dp on DCE4/5 by Alex Deucher · 10 years ago
  96. b20932d drm/radeon/audio: update EDID derived fields in modeset by Alex Deucher · 10 years ago
  97. 3ed7cee drm/radeon: don't toggle audio state in modeset by Alex Deucher · 10 years ago
  98. 88af339 drm/radeon/audio: set mute around state setup by Alex Deucher · 10 years ago
  99. d3c34d2 drm/radeon: assign pin in detect by Alex Deucher · 10 years ago
  100. add7d75 drm/radeon: fix the audio dpms callbacks by Alex Deucher · 10 years ago