1. 6f8be28 Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake." by Peter Antoine · 8 years ago
  2. 3a122c2 drm/i915: Limit i915_ring_test_irq debugfs to actual rings by Chris Wilson · 8 years ago
  3. 556ab7a drm/i915: Hold irq uncore.lock when initialising fw_domains by Chris Wilson · 8 years ago
  4. bc3d674 drm/i915: Allow userspace to request no-error-capture upon GPU hangs by Chris Wilson · 8 years ago
  5. ba6e041 drm/i915: Record the ringbuffer associated with the request by Chris Wilson · 8 years ago
  6. 7b4d3a1 drm/i915: Remove stop-rings debugfs interface by Chris Wilson · 8 years ago
  7. c33d247 drm/i915: Flush the RPS bottom-half when the GPU idles by Chris Wilson · 8 years ago
  8. df4ba50 drm/i915: Add background commentary to "waitboosting" by Chris Wilson · 8 years ago
  9. 0e6883b drm/i915: Restore waitboost credit to the synchronous waiter by Chris Wilson · 8 years ago
  10. e307d62 drm/i915: Remove redundant queue_delayed_work() from throttle ioctl by Chris Wilson · 8 years ago
  11. 1b51bce drm/i915: Do not keep postponing the idle-work by Chris Wilson · 8 years ago
  12. 67d97da drm/i915: Only start retire worker when idle by Chris Wilson · 8 years ago
  13. 8411499 drm/i915: Remove check for !crtc_state in intel_plane_atomic_calc_changes() by Chris Wilson · 8 years ago
  14. f1fda74 drm/i915: Fix inconsistent indentation in intel_pre_enable_lvds() by Chris Wilson · 8 years ago
  15. 1bbea16 drm/i915: Fix buffer overflow in dsi_calc_mnp() by Chris Wilson · 8 years ago
  16. ebe69dd drm/i915: Fix inconsistent indenting in vbt_panel_init() by Chris Wilson · 8 years ago
  17. 86f40bb drm/i915: Match bitmask size to types in intel_fb_initial_config() by Chris Wilson · 8 years ago
  18. a98b7e5 drm/i915: Fix inconsistent indenting in i915_error_state_to_str() by Chris Wilson · 8 years ago
  19. 25bcce9 drm/i915: Fix indentation in i915_gem_framebuffer_info() by Chris Wilson · 8 years ago
  20. a72b562 drm/915: Fix long lines and random indent in gen6_set_rps_thresholds() by Chris Wilson · 8 years ago
  21. 338d0ee drm/i915: Fix random indent in i915_drm_resume() by Chris Wilson · 8 years ago
  22. c5a7b5a drm/i915: Remove debug noise on detecting fault-injection of missed interrupts by Chris Wilson · 8 years ago
  23. 61ff75a drm/i915: Simplify enabling user-interrupts with L3-remapping by Chris Wilson · 8 years ago
  24. 31bb59c drm/i915: Move the get/put irq locking into the caller by Chris Wilson · 8 years ago
  25. b385085 drm/i915: Embed signaling node into the GEM request by Chris Wilson · 8 years ago
  26. c81d461 drm/i915: Convert trace-irq to the breadcrumb waiter by Chris Wilson · 8 years ago
  27. 1137fa8 drm/i915: Stop setting wraparound seqno on initialisation by Chris Wilson · 8 years ago
  28. 3d5564e drm/i915: Only apply one barrier after a breadcrumb interrupt is posted by Chris Wilson · 8 years ago
  29. 7ec2c73 drm/i915: Check the CPU cached value in HWS of seqno after waking the waiter by Chris Wilson · 8 years ago
  30. f8973c2 drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk) by Chris Wilson · 8 years ago
  31. 7d5ea80 drm/i915: Refactor scratch object allocation for gen2 w/a buffer by Chris Wilson · 8 years ago
  32. de8fe16 drm/i915: Allocate scratch page from stolen by Chris Wilson · 8 years ago
  33. f829195 drm/i915: Stop mapping the scratch page into CPU space by Chris Wilson · 8 years ago
  34. 1b7744e drm/i915: Use HWS for seqno tracking everywhere by Chris Wilson · 8 years ago
  35. f69a02c drm/i915: Spin after waking up for an interrupt by Chris Wilson · 8 years ago
  36. 688e6c7 drm/i915: Slaughter the thundering i915_wait_request herd by Chris Wilson · 8 years ago
  37. 1f15b76 drm/i915: Separate GPU hang waitqueue from advance by Chris Wilson · 8 years ago
  38. 26a02b8 drm/i915: Make queueing the hangcheck work inline by Chris Wilson · 8 years ago
  39. 7774002 drm/i915: Remove the dedicated hangcheck workqueue by Chris Wilson · 8 years ago
  40. 0553572 drm/i915: Delay queuing hangcheck to wait-request by Chris Wilson · 8 years ago
  41. bed50ae drm/i915/shrinker: Flush active on objects before counting by Chris Wilson · 8 years ago
  42. c739302 drm/i915/bxt: Remove the preliminary_hw_support flag by Imre Deak · 8 years ago
  43. 37f501a drm/i915/bxt: Export pooled eu info to userspace by arun.siluvery@linux.intel.com · 8 years ago
  44. fc61984 drm/i915/bxt: Fix sanity check for BIOS RC6 setup by Imre Deak · 8 years ago
  45. b99d49c drm/i915: Fix log type for RC6 debug messages by Imre Deak · 8 years ago
  46. ed00307 drm/i915/ringbuffer: Move all default irq vfuncs init to a separate func by Chris Wilson · 8 years ago
  47. 6f7bef7 drm/i915/ringbuffer: Move all generic engine->dispatch_batchbuffer together by Chris Wilson · 8 years ago
  48. 8d22891 drm/i915: Trim some if-else braces by Tvrtko Ursulin · 8 years ago
  49. 4b8e38a drm/i915: Consolidate legacy semaphore initialization by Tvrtko Ursulin · 8 years ago
  50. c38c651 drm/i915: Compact gen8_ring_sync by Tvrtko Ursulin · 8 years ago
  51. 1b9e665 drm/i915: Compact Gen8 semaphore initialization by Tvrtko Ursulin · 8 years ago
  52. db3d401 drm/i915: Move semaphore object creation into intel_ring_init_semaphores by Tvrtko Ursulin · 8 years ago
  53. d9a6461 drm/i915: Consolidate semaphore vfuncs init by Tvrtko Ursulin · 8 years ago
  54. 960ecaa drm/i915: Consolidate dispatch_execbuffer vfunc by Tvrtko Ursulin · 8 years ago
  55. 1d8a133 drm/i915: Consolidate init_hw vfunc by Tvrtko Ursulin · 8 years ago
  56. 604096d drm/i915: Consolidate get/set_seqno by Tvrtko Ursulin · 8 years ago
  57. b970032 drm/i915: Consolidate get and put irq vfuncs by Tvrtko Ursulin · 8 years ago
  58. cc54a82 drm/i915: Consolidate seqno_barrier vfunc by Tvrtko Ursulin · 8 years ago
  59. 7445a2a drm/i915: Consolidate add_request vfunc by Tvrtko Ursulin · 8 years ago
  60. 06a2fe2 drm/i915: Consolidate write_tail vfunc initializer by Tvrtko Ursulin · 8 years ago
  61. ffebb83 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  62. 4a17fe1 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  63. 76f8421 drm/i915: Perform Sandybridge BSD tail write under the forcewake by Chris Wilson · 8 years ago
  64. 87273b7 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  65. aaaffb8 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  66. 84a6e1d drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  67. 41e8a1e drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  68. 564514fd drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  69. dfaa200 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  70. 4ce533b drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  71. 919fcd5 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  72. 8b00f55 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  73. 117c114 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  74. 2c2ccc3 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  75. d54fe4a drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  76. 3d808eb drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  77. 25ab57f drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  78. 12bb631 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  79. a5b2fd8 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  80. eb0241c drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  81. 7cf41c3 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  82. 0d01d0c drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  83. 3e7941a drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  84. 4c80275 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  85. 8d90dfd drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  86. 186f1c5 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  87. 90a392c drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  88. 0698cf6 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  89. 2af0507 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  90. e7615b3 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  91. 84c2aa9 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  92. 8c6cea0 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  93. 9b6a2d7 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  94. 27bf23a drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  95. 3016a31 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  96. a767017 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  97. 9036ff0 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  98. 93220c0 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  99. 24d8441 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago
  100. 8ad32a0 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 8 years ago