1. 84cb00e drm/i915: fix indentation on skl stepping info by Jani Nikula · 9 years ago
  2. 1b68372 drm/i915: Remove redundant check in i915_gem_obj_to_vma by Tvrtko Ursulin · 9 years ago
  3. af9b9c1 drm/i915: Clean up LVDS register handling harder by Lukas Wunner · 9 years ago
  4. e00bf69 drm/i915: Move the fbdev async_schedule() into intel_fbdev.c by Ville Syrjälä · 9 years ago
  5. 2013bfc drm/i915: Do fbdev fini first during unload by Ville Syrjälä · 9 years ago
  6. 18a04a7 drm/i915: Kill intel_runtime_pm_disable() by Ville Syrjälä · 9 years ago
  7. e404ba8 drm/i915: Setup DDI clk for MST on SKL by Ville Syrjälä · 9 years ago
  8. abfce94 drm/i915: Configure eDP PLL freq from ironlake_edp_pll_on() by Ville Syrjälä · 9 years ago
  9. 6fec766 drm/i915: Use intel_dp->DP in eDP PLL setup by Ville Syrjälä · 9 years ago
  10. 64e1077 drm/i915: Clean up eDP PLL state asserts by Ville Syrjälä · 9 years ago
  11. 9ece1de drm/i915: Remove ILK-A eDP PLL workaround notes by Ville Syrjälä · 9 years ago
  12. b377e0d drm/i915: s/DP_PLL_FREQ_160MHZ/DP_PLL_FREQ_162MHZ/ by Ville Syrjälä · 9 years ago
  13. d6fbdd1 drm/i915: Hide underruns from eDP PLL and port enable on ILK by Ville Syrjälä · 9 years ago
  14. 0c241d5 drm/i915: Disable FIFO underrun reporting around IBX transcoder B workaround by Ville Syrjälä · 9 years ago
  15. c465613 drm/i915: Check for CPT and not !IBX in ironlake_disable_pch_transcoder() by Ville Syrjälä · 9 years ago
  16. aca7b68 drm/i915: Check for FIFO underruns after modeset on IVB/HSW and CPT/PPT by Ville Syrjälä · 9 years ago
  17. 81b088c drm/i915: Re-enable PCH FIO underrun reporting after pipe has been disabled by Ville Syrjälä · 9 years ago
  18. d2d6540 drm/i915: Enable PCH FIFO underruns later on HSW+ by Ville Syrjälä · 9 years ago
  19. 37ca8d4 drm/i915: Enable PCH FIFO underruns later on ILK/SNB/IVB by Ville Syrjälä · 9 years ago
  20. 9c4edae drm/i915: Set sync polarity from adjusted mode for TRANS_DP_CTL by Ville Syrjälä · 9 years ago
  21. 1a70a728 drm/i915: Don't use intel_pipe_to_cpu_transcoder() when there's a pipe config around by Ville Syrjälä · 9 years ago
  22. 5205bbe drm/i915: remove in_dbg_master check from intel_fbc.c by Paulo Zanoni · 9 years ago
  23. 850bfaa drm/i915: clarify that checking the FB stride for CFB is intentional by Paulo Zanoni · 9 years ago
  24. e585feb drm/i915: remove too-frequent FBC debug message by Paulo Zanoni · 9 years ago
  25. b07ea0f drm/i915: refactor FBC deactivation at init by Paulo Zanoni · 9 years ago
  26. c68ae339 drm/i915: don't disable_fbc() if FBC is already disabled by Paulo Zanoni · 9 years ago
  27. 548043a drm/i915: fix the __intel_fbc_update() comments by Paulo Zanoni · 9 years ago
  28. 45b32a2 drm/i915: use struct intel_crtc *crtc at __intel_fbc_update() by Paulo Zanoni · 9 years ago
  29. 30c58d5 drm/i915: extract crtc_is_valid() on the FBC code by Paulo Zanoni · 9 years ago
  30. a4dedd5 drm/i915: remove unnecessary check for crtc->primary->fb by Paulo Zanoni · 9 years ago
  31. 5710502 drm/i915: extract fbc_on_pipe_a_only() by Paulo Zanoni · 9 years ago
  32. d5ce4164 drm/i915: rename intel_fbc_nuke to intel_fbc_recompress by Paulo Zanoni · 9 years ago
  33. 793af07 drm/i915: remove newline from a no_fbc_reason message by Paulo Zanoni · 9 years ago
  34. 6c566dc drm/i915/bxt: Force port A DDI to use 4 lanes by Matt Roper · 9 years ago
  35. 39acb4a drm/i915: Print a debug message when exceeding dotclock limit on pre-gen4 by Ville Syrjälä · 9 years ago
  36. 44eb0cb drm/i915: Avoid pointer arithmetic in calculating plane surface offset by Mika Kuoppala · 9 years ago
  37. 0ac7655 drm/i915: Add dmc firmware load state and version to error state by Mika Kuoppala · 9 years ago
  38. 6fb403d drm/i915: Add csr programming registers to dmc debugfs entry by Mika Kuoppala · 9 years ago
  39. 16e11b9 drm/i915/bxt: Expose DC5 entry count by Mika Kuoppala · 9 years ago
  40. 8337206 drm/i915/skl: Expose DC5/DC6 entry counts by Damien Lespiau · 9 years ago
  41. b7cec66 drm/i915/skl: Print the DMC firmware status in debugfs by Damien Lespiau · 9 years ago
  42. 9c5308e drm/i915/skl: Refuse to load outdated dmc firmware by Mika Kuoppala · 9 years ago
  43. b6e7d89 drm/i915/skl: Store and print the DMC firmware version we load by Damien Lespiau · 9 years ago
  44. 51f1385 drm/i915: Fix failure paths around initial fbdev allocation by Tvrtko Ursulin · 9 years ago
  45. ca40ba85 drm/i915: Fix double unref in intelfb_alloc failure path by Lukas Wunner · 9 years ago
  46. dcb1394 drm/i915: On fb alloc failure, unref gem object where it gets refed by Lukas Wunner · 9 years ago
  47. e588fa1 drm/i915: Make intel_dp_source_supports_hbr2() take an intel_dp pointer by Ander Conselvan de Oliveira · 9 years ago
  48. ad64217 drm/i915: Create intel_dp->prepare_link_retrain() hook by Ander Conselvan de Oliveira · 9 years ago
  49. 94223d0 drm/i915: Move generic link training code to a separate file by Ander Conselvan de Oliveira · 9 years ago
  50. b905a91 drm/i915: Move register write into intel_dp_set_signal_levels() by Ander Conselvan de Oliveira · 9 years ago
  51. c1a5e9f drm/i915 Call get_adjust_train() from clock recovery and channel eq by Ander Conselvan de Oliveira · 9 years ago
  52. e9c176d drm/i915: Split write of pattern to DP reg from intel_dp_set_link_train by Ander Conselvan de Oliveira · 9 years ago
  53. f4eb692 drm/i915: Don't pass *DP around to link training functions by Ander Conselvan de Oliveira · 9 years ago
  54. 00ce5c8 drm/i915/kbl: Kabylake uses the same GMS values as Skylake by Deepak S · 9 years ago
  55. f1b391a drm/i915/skl: While sanitizing cdclock check the SWF18 as well by Shobhit Kumar · 9 years ago
  56. b5667627 drm/i915/bxt: Fix eDP panel fitting (v2) by Matt Roper · 9 years ago
  57. bf6189c drm/i915: change no_fbc_reason from enum to string by Paulo Zanoni · 9 years ago
  58. 7580d77 drm/i915: Wait for object idle without locks in atomic_commit, v2. by Maarten Lankhorst · 9 years ago
  59. f935675 drm/i915: Change locking for struct_mutex, v3. by Maarten Lankhorst · 9 years ago
  60. 5008e87 drm/i915: Make wait_for_flips interruptible. by Maarten Lankhorst · 9 years ago
  61. 3abc4e0 drm/i915: Add extra plane information in debugfs. by Robert Fekete · 9 years ago
  62. fa9d607 drm/i915/dma: enforce pr_<loglevel> consistency by Ioan-Adrian Ratiu · 9 years ago
  63. 78c3d5f drm/i915: Don't complain about lack of ACPI video bios by Daniel Vetter · 9 years ago
  64. 9f9e539 drm/i915: Shut up GuC errors when it's disabled by Daniel Vetter · 9 years ago
  65. cbdc12a drm/i915: make A0 wa's applied to A1 by Tim Gore · 9 years ago
  66. 8b10c0c drm/i915/kbl: Add Kabylake GT4 PCI ID by Deepak S · 9 years ago
  67. d97044b drm/i915/kbl: Add Kabylake PCI ID by Deepak S · 9 years ago
  68. ef11bdb drm/i915/kbl: Introduce Kabylake platform defition. by Rodrigo Vivi · 9 years ago
  69. 7526ac1 drm/i915: Define IS_BROXTON properly. by Rodrigo Vivi · 9 years ago
  70. 3cb27f3 drm/i915: remove an extra level of indirection in PCI ID list by Jani Nikula · 9 years ago
  71. 608c1a5 drm/i915: Recover all available ringbuffer space following reset by Chris Wilson · 9 years ago
  72. 01403de drm/i915: Use paramtrized WRPLL_CTL() by Ville Syrjälä · 9 years ago
  73. e97d8fb drm/i915: Add NEEDS_FORCEWAKE() checks for vlv/chv by Ville Syrjälä · 9 years ago
  74. 6a42d0f drm/i915: Respin vlv/chv reagister access to look more like SKL by Ville Syrjälä · 9 years ago
  75. 0c8bfe5 drm/i915: Minor style nits in intel_uncore.c by Ville Syrjälä · 9 years ago
  76. 4018169 drm/i915: Read FORCEWAKE registers with I915_READ_FW() by Ville Syrjälä · 9 years ago
  77. 75aa3f6 drm/i915: Turn __raw_i915_read8() & co. in to inline functions by Ville Syrjälä · 9 years ago
  78. 9c8e1bd drm/i915: Cope with request list state change during error state capture by Tomas Elf · 9 years ago
  79. bfd7bbd Revert "drm/i915: Add soft-pinning API for execbuffer" by Daniel Vetter · 9 years ago
  80. aed8bbd drm/i915: Update DRIVER_DATE to 20151023 by Daniel Vetter · 9 years ago
  81. 97e5ed1 drm/i915: shut up gen8+ SDE irq dmesg noise by Daniel Vetter · 9 years ago
  82. 7de1691 drm/i915: Grab execlist spinlock to avoid post-reset concurrency issues. by Tomas Elf · 9 years ago
  83. 5105672 drm/i915: Add soft-pinning API for execbuffer by Chris Wilson · 9 years ago
  84. aa36313 drm/i915: Calculate watermark configuration during atomic check (v2) by Matt Roper · 9 years ago
  85. 19b8d38 drm/i915: Don't set plane visible during HW readout if CRTC is off by Matt Roper · 9 years ago
  86. 86c8bbb drm/i915: Calculate ILK-style watermarks during atomic check (v3) by Matt Roper · 9 years ago
  87. 4e0963c drm/i915: Calculate pipe watermarks into CRTC state (v3) by Matt Roper · 9 years ago
  88. b9d5c83 drm/i915: Refactor ilk_update_wm (v3) by Ville Syrjälä · 9 years ago
  89. 791a32b drm/i915: Drop intel_update_sprite_watermarks by Matt Roper · 9 years ago
  90. d21fbe8 drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic check by Matt Roper · 9 years ago
  91. e4ba99b drm/i915: Fix formatting for gen8_cs_irq_handler by Daniel Vetter · 9 years ago
  92. feda33e drm/i915/guc: Add GuC css header parser by Alex Dai · 9 years ago
  93. e87a005 drm/i915: add helpers for platform specific revision id range checks by Jani Nikula · 9 years ago
  94. fffda3f drm/i915/bxt: add revision id for A1 stepping and use it by Jani Nikula · 9 years ago
  95. ef712bb drm/i915: remove parens around revision ids by Jani Nikula · 9 years ago
  96. fc32b1f drm/i915: Do not wait for flips in intel_crtc_disable_noatomic. by Maarten Lankhorst · 9 years ago
  97. 86efe24 drm/i915/skl: Consider plane rotation when calculating stride in skl_do_mmio_flip by Tvrtko Ursulin · 9 years ago
  98. 54bf1ce drm/i915/skl: Assume no scaling is available when things are not as expected by Tvrtko Ursulin · 9 years ago
  99. c73666f drm/i915/skl: If needed sanitize bios programmed cdclk by Shobhit Kumar · 9 years ago
  100. fbcc1a0 drm/i915: Break out common code from gen8_gt_irq_handler by Nick Hoath · 9 years ago