1. 2789339 drm/i915: Rewrite ABS_DIFF() in a safer manner by Damien Lespiau · 10 years ago
  2. 951468f drm/i915: Add comments explaining the vdd on/off functions by Ville Syrjälä · 10 years ago
  3. 08aff3f drm/i915: Move DP port disable to post_disable for pch platforms by Ville Syrjälä · 10 years ago
  4. 7b13b58 drm/i915: Enable DP port earlier by Ville Syrjälä · 10 years ago
  5. 43072a4 drm/i915: Turn on panel power before doing aux transfers by Ville Syrjälä · 10 years ago
  6. 6491ab2 drm/i915: Be more careful when picking the initial power sequencer pipe by Ville Syrjälä · 10 years ago
  7. 773538e8 drm/i915: Reset power sequencer pipe tracking when disp2d is off by Ville Syrjälä · 10 years ago
  8. a4a5d2f drm/i915: Track which port is using which pipe's power sequencer by Ville Syrjälä · 10 years ago
  9. e39b999 drm/i915: Fix edp vdd locking by Ville Syrjälä · 10 years ago
  10. 9546889 drm/i915: Reset the HEAD pointer for the ring after writing START by Chris Wilson · 10 years ago
  11. 4ad72b7 drm/i915: Fix unsafe vma iteration in i915_drop_caches by Chris Wilson · 10 years ago
  12. 8fe8a3f drm/i915: init sprites with univeral plane init function by Derek Foreman · 10 years ago
  13. 55522f3 drm/i915: Check of !HAS_PCH_SPLIT() in PCH transcoder funcs by Ville Syrjälä · 10 years ago
  14. a3ed6aa drm/i915: Use HAS_GMCH_DISPLAY un underrun reporting code by Ville Syrjälä · 10 years ago
  15. f98cd09 drm/i915: Use IS_BROADWELL() instead of IS_GEN8() in forcewake code by Ville Syrjälä · 10 years ago
  16. c317adc drm/i915: Don't call gen8_fbc_sw_flush() on chv by Ville Syrjälä · 10 years ago
  17. 3d45eb8 drm/i915: Remove shadowed local variable 'i' from i915_interrupt_info by Chris Wilson · 10 years ago
  18. 5aef600 drm/i915: Rename global latency_ns variable by Chris Wilson · 10 years ago
  19. fd34f90 drm/i915: Don't restrict i915_wa_registers to BDW by Damien Lespiau · 10 years ago
  20. b07ba1d drm/i915: Remove unneeded brackets by Damien Lespiau · 10 years ago
  21. 04ad2dc drm/i915: Don't silently discard workarounds by Damien Lespiau · 10 years ago
  22. 55820e1 drm/i915: Don't overrun the intel_wa_regs array by Damien Lespiau · 10 years ago
  23. 1ed1ef9 drm/i915: Rename intel_wa_registers with a i915_ prefix by Damien Lespiau · 10 years ago
  24. 059b2fe drm/i915: change CHV write_eld/global_resources function pointers by Paulo Zanoni · 10 years ago
  25. 953ece697 drm/i915/hdmi: Cache EDID for a detection cycle by Chris Wilson · 10 years ago
  26. beb6060 drm/i915/dp: Cache EDID for a detection cycle by Chris Wilson · 10 years ago
  27. d410b56 drm/i915/dp: Refactor common eDP lid detection by Chris Wilson · 10 years ago
  28. 26db63e drm: Remove old defines for vswing and pre-emph values by Sonika Jindal · 10 years ago
  29. bd60018 drm/i915: Renaming DP training vswing pre emph defines by Sonika Jindal · 10 years ago
  30. eeb82a5 drm/tegra: Renaming DP training vswing pre emph defines by Sonika Jindal · 10 years ago
  31. 9cecb37 drm/radeon: Renaming DP training vswing pre emph defines by Sonika Jindal · 10 years ago
  32. 3116000 drm/gma500: Renaming DP training vswing pre emph defines by Sonika Jindal · 10 years ago
  33. 0ded925 drm/exynos: Renaming DP training vswing pre emph defines by Sonika Jindal · 10 years ago
  34. 0504cd1 drm: Renaming DP training vswing pre emph defines by Sonika Jindal · 10 years ago
  35. f9cac72 drm/i915: debug sink dpms aux errors also on enable by Jani Nikula · 10 years ago
  36. 09dba00 drm/i915: Don't call intel_plane_restore() when the prop value didn't change by Ville Syrjälä · 10 years ago
  37. a8e9815 drm: i915: reduce memory footprint when debugging by Andy Shevchenko · 10 years ago
  38. 6c65a58 drm/i915: Don't use WaGsvRC0ResidenncyMethod on chv by Ville Syrjälä · 10 years ago
  39. 69769f9 drm/i915: Preserve VGACNTR bits from the BIOS by Ville Syrjälä · 10 years ago
  40. b6b5d04 drm/i915: Add pipe B force quirk for 830M by Ville Syrjälä · 10 years ago
  41. 5f080c0 Revert "drm/i915: Nuke pipe A quirk on i830M" by Ville Syrjälä · 10 years ago
  42. b07aaf8 drm/i915: Check pixel clock in ns2501 mode_valid hook by Ville Syrjälä · 10 years ago
  43. d9d9bce drm/i915: Init important ns2501 registers by Ville Syrjälä · 10 years ago
  44. bae06ca drm/i915: Rewrite ns2501 driver a bit by Ville Syrjälä · 10 years ago
  45. 09b0085 drm/i915: Kill useless ns2501_dump_regs by Ville Syrjälä · 10 years ago
  46. e240d55 drm/i915: Don't call DVO mode_set hook on DPMS changes by Ville Syrjälä · 10 years ago
  47. c9c054c drm/i915: Enable DVO between mode_set and dpms hooks by Ville Syrjälä · 10 years ago
  48. 316e015 drm/i915: ns2501 is on DVOB by Ville Syrjälä · 10 years ago
  49. 67adc64 drm/i915: Disable double wide even when leaving the pipe on by Ville Syrjälä · 10 years ago
  50. 575f7ab drm/i915: Pass intel_crtc to intel_disable_pipe() and intel_wait_for_pipe_off() by Ville Syrjälä · 10 years ago
  51. 81e7f20 drm/i915: Idle unused rings on gen2/3 during init/resume by Ville Syrjälä · 10 years ago
  52. 1038392 drm/i915: Disable trickle feed for gen2/3 by Ville Syrjälä · 10 years ago
  53. 9d53910 drm/i915: Fix gen2 planes B and C max watermark value by Ville Syrjälä · 10 years ago
  54. d1d7067 drm/i915: make fbdev initialization asynchronous v2 by Jesse Barnes · 10 years ago
  55. 00e1e62 drm/i915: Init some CHV workarounds via LRIs in ring->init_context() by Ville Syrjälä · 10 years ago
  56. 21386f8 drm/i915: trivial: remove unneed set to NULL by Gustavo Padovan · 10 years ago
  57. 1c14762 drm/i915: Warn about odd rps values on CHV by Ville Syrjälä · 10 years ago
  58. cbce710 MAINTAINERS: Update Daniel Vetter's email address by Daniel Vetter · 10 years ago
  59. 564ddb2 drm/i915/bdw: Render state init for Execlists by Oscar Mateo · 10 years ago
  60. c76bb61 drm/i915/bdw: BDW Software Turbo by Daisy Sun · 10 years ago
  61. 2bb25c1 drm/i915: Populate mem_freq in init_gt_powerwave() by Ville Syrjälä · 10 years ago
  62. b9897127 drm/i915: s, fb->bits_per_pixel/8, pixel_size, in primary plane code by Ville Syrjälä · 10 years ago
  63. c9ba6fa drm/i915: Don't dereference fb when disabling primary plane by Ville Syrjälä · 10 years ago
  64. 888b599 drm/i915/bdw: Export workaround data to debugfs by Arun Siluvery · 10 years ago
  65. 86d7f23 drm/i915/bdw: Apply workarounds in render ring init function by Arun Siluvery · 10 years ago
  66. c5ad011 drm/i915: FBC flush nuke for BDW by Rodrigo Vivi · 10 years ago
  67. 1012205 drm/i915/ddi: use struct for ddi buf translation tables by Jani Nikula · 10 years ago
  68. c5fe6a0 drm/i915: Rename defines for selection of ddi buffer translation slot by Sonika Jindal · 10 years ago
  69. 23ba937 drm/i915/dp: debug log whether backlight is being enabled or disabled by Jani Nikula · 10 years ago
  70. be292e1 drm/i915/bdw: Let the memory controller do all the swizzling by Damien Lespiau · 10 years ago
  71. 1eab923 drm/i915: Add "Intel Corporation" as module author by Damien Lespiau · 10 years ago
  72. 0a6d163 drm/i915: Don't use a define when it's clearer to just put the value by Damien Lespiau · 10 years ago
  73. bedd4db drm/i915: improve assert_panel_unlocked by Jani Nikula · 10 years ago
  74. ac66cf4 drm/i915/bdw: Add BDW support in the i915 debugfs entry by Vedang Patel · 10 years ago
  75. 0a4cd7c drm/i915: Differentiate between LLC or snooped for the user by Chris Wilson · 10 years ago
  76. c8a0bd4 drm/i915: send PCI_D3hot adapter opregion message on BDW RPM suspend by Paulo Zanoni · 10 years ago
  77. 47c2bd9 drm/i915: rename gen8_init_clock_gating to broadwell_init_clock_gating by Paulo Zanoni · 10 years ago
  78. 89d6b2b drm/i915: call lpt_init_clock_gating on BDW too by Paulo Zanoni · 10 years ago
  79. ec49ba2 drm/i915: fix panel unlock register mask by Jani Nikula · 10 years ago
  80. ecdb5fd drm/i915/bdw: Don't execute context reset and switch with Execlists by Thomas Daniel · 10 years ago
  81. 9a2d2d8 drm/i915: Fix to Enable GT/PM Interrupts by Deepak S · 10 years ago
  82. 671b5013 drm/i915/bdw: Do not initialize PPGTT in the legacy way for execlists by Thomas Daniel · 10 years ago
  83. 975d568 drm/i915: Make wait-for-pending-flips more defensive by Chris Wilson · 10 years ago
  84. e07f055 drm/i915: Handle i915_ppgtt_put correctly by Michel Thierry · 10 years ago
  85. c695b6b drm/i915: Flatten intel_edp_panel_vdd_on() by Ville Syrjälä · 10 years ago
  86. 15e899a drm/i915: Warn about want_panel_vdd in edp_panel_vdd_off_sync() by Ville Syrjälä · 10 years ago
  87. be2c919 drm/i915: Replace big nested if block with early return by Ville Syrjälä · 10 years ago
  88. 72c3500 drm/i915: Add a note explaining vdd on/off handling in intel_dp_aux_ch() by Ville Syrjälä · 10 years ago
  89. 1e0560e drm/i915: Rename edp vdd funcs for consistency by Ville Syrjälä · 10 years ago
  90. d337a34 drm/i915: Use intel_edp_panel_vdd_on() in intel_dp_probe_mst() by Ville Syrjälä · 10 years ago
  91. ad933b5 drm/i915: Parametrize PANEL_PORT_SELECT_VLV by Ville Syrjälä · 10 years ago
  92. 2d96553 drm/i915/bdw: Populate lrc with aliasing ppgtt if required by Thomas Daniel · 10 years ago
  93. d84a0f3 drm/i915: honour forced connector modes by Chris Wilson · 10 years ago
  94. e80f14b drm/i915: Don't save/restore RS when not used by Ben Widawsky · 10 years ago
  95. 98a2e5f drm/i915: Bring UP Power Wells before disabling RC6. by Deepak S · 10 years ago
  96. 31e4b89 drm/i915: Print the pipe on which the vblank wait times out by Damien Lespiau · 10 years ago
  97. 055e393 drm/i915: Use dev_priv as first argument of for_each_pipe() by Damien Lespiau · 10 years ago
  98. 6a9e736 drm/i915: don't check for i830 in vlv specific code by Jani Nikula · 10 years ago
  99. 9075e52 drm/i915/bdw: Make sure error capture keeps working with Execlists by Oscar Mateo · 10 years ago
  100. 87a01e8 drm/i915: Suppress a WARN on reading an object back for a GPU hang by Chris Wilson · 10 years ago