1. 8b3e2d3 drm/i915: Unify engine init loop by Tvrtko Ursulin · 8 years ago
  2. bb45438 drm/i915: Prepare for engine init unification by Tvrtko Ursulin · 8 years ago
  3. c2c7f24 drm/i915: unify first-stage engine struct setup by Dave Gordon · 8 years ago
  4. 035ea40 drm/i915: Unbreak interrupts on pre-gen6 by Ville Syrjälä · 8 years ago
  5. 8d35acb drm/i915: Provide argument names for static stubs by Chris Wilson · 8 years ago
  6. 4f074a5 drm/i915: Update ifdeffery for mutex->owner by Chris Wilson · 8 years ago
  7. 1b290f9 drm/i915: Remove temporary RPM wakeref assert disables by Chris Wilson · 8 years ago
  8. c961561 drm/i915: Kick hangcheck from retire worker by Chris Wilson · 8 years ago
  9. 232af39 drm/i915/breadcrumbs: Queue hangcheck before sleeping by Chris Wilson · 8 years ago
  10. 0b2c058 drm/i915: Update DRIVER_DATE to 20160711 by Daniel Vetter · 8 years ago
  11. c31966a drm/i915: Select DRM_VGEM for igt by Chris Wilson · 8 years ago
  12. 5bc1e9e drm/i915: Select X86_MSR for igt by Chris Wilson · 8 years ago
  13. 48f112f drm/i915: Fill unused GGTT with scratch pages for VT-d by Chris Wilson · 8 years ago
  14. 22dea0b drm/i915: Introduce Kabypoint PCH for Kabylake H/DT. by Rodrigo Vivi · 8 years ago
  15. 3485d99 drm/i915:gen9: implement WaMediaPoolStateCmdInWABB by Tim Gore · 8 years ago
  16. e25148d drm/i915: Check for invalid cloning earlier during modeset by Ville Syrjälä · 8 years ago
  17. 3f1c928 drm/i915: Simplify hdmi_12bpc_possible() by Ville Syrjälä · 8 years ago
  18. d7edc4e drm/i915: Kill has_dsi_encoder by Ville Syrjälä · 8 years ago
  19. cca0502 drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/ by Ville Syrjälä · 8 years ago
  20. 2210ce7 drm/i915: Replace some open coded intel_crtc_has_dp_encoder()s by Ville Syrjälä · 8 years ago
  21. 37a5650 drm/i915: Kill has_dp_encoder from pipe_config by Ville Syrjälä · 8 years ago
  22. 3d6e9ee drm/i915: Replace manual lvds and sdvo/hdmi counting with intel_crtc_has_type() by Ville Syrjälä · 8 years ago
  23. 2d84d2b drm/i915: Unify intel_pipe_has_type() and intel_pipe_will_have_type() by Ville Syrjälä · 8 years ago
  24. 253c84c drm/i915: Add output_types bitmask into the crtc state by Ville Syrjälä · 8 years ago
  25. 5aa5696 drm/i915: Remove encoder type checks from MST suspend/resume by Ville Syrjälä · 8 years ago
  26. f8e58dd drm/i915: Don't mark eDP encoders as MST capable by Ville Syrjälä · 8 years ago
  27. ab0e455 drm/i915: avoid wait_for_atomic() in non-atomic host2guc_action() by Dave Gordon · 8 years ago
  28. aca34b6 drm/i915: Group the irq breadcrumb variables into the same cacheline by Chris Wilson · 8 years ago
  29. 99fe4a5 drm/i915: Wake up the bottom-half if we steal their interrupt by Chris Wilson · 8 years ago
  30. 0417131 drm/i915: Always double check for a missed interrupt for new bottom halves by Chris Wilson · 8 years ago
  31. 91c8a32 drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm by Chris Wilson · 8 years ago
  32. ded8b07 drm/i915: Remove impossible tests for dev->dev_private by Chris Wilson · 8 years ago
  33. fb93942 drm/i915: Remove use of dev_priv->dev backpointer in __i915_printk() by Chris Wilson · 8 years ago
  34. 94b4f3b drm/i915: Split out runtime configuration of device info to its own file by Chris Wilson · 8 years ago
  35. 9777cca drm/i915: Skip capturing an error state if we already have one by Chris Wilson · 8 years ago
  36. 2b28428 drm/i915: Clean up GPU hang message by Chris Wilson · 8 years ago
  37. 8eb9520 drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch() by Chris Wilson · 8 years ago
  38. b1379d4 drm/i915: Replace lockless_dereference(bool) with READ_ONCE() by Chris Wilson · 8 years ago
  39. af1346a drm/i915: Explicitly convert some macros to boolean values by Tvrtko Ursulin · 8 years ago
  40. f19ec8c drm/i915: convert a few more E->dev_private to to_i915(E) by Dave Gordon · 8 years ago
  41. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 8 years ago
  42. ff64cc1 i915/guc: Add Kabylake GuC Loading by Peter Antoine · 8 years ago
  43. 6f8be28 Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake." by Peter Antoine · 8 years ago
  44. 3a122c2 drm/i915: Limit i915_ring_test_irq debugfs to actual rings by Chris Wilson · 8 years ago
  45. 556ab7a drm/i915: Hold irq uncore.lock when initialising fw_domains by Chris Wilson · 8 years ago
  46. bc3d674 drm/i915: Allow userspace to request no-error-capture upon GPU hangs by Chris Wilson · 8 years ago
  47. ba6e041 drm/i915: Record the ringbuffer associated with the request by Chris Wilson · 8 years ago
  48. 7b4d3a1 drm/i915: Remove stop-rings debugfs interface by Chris Wilson · 8 years ago
  49. c33d247 drm/i915: Flush the RPS bottom-half when the GPU idles by Chris Wilson · 8 years ago
  50. df4ba50 drm/i915: Add background commentary to "waitboosting" by Chris Wilson · 8 years ago
  51. 0e6883b drm/i915: Restore waitboost credit to the synchronous waiter by Chris Wilson · 8 years ago
  52. e307d62 drm/i915: Remove redundant queue_delayed_work() from throttle ioctl by Chris Wilson · 8 years ago
  53. 1b51bce drm/i915: Do not keep postponing the idle-work by Chris Wilson · 8 years ago
  54. 67d97da drm/i915: Only start retire worker when idle by Chris Wilson · 8 years ago
  55. 8411499 drm/i915: Remove check for !crtc_state in intel_plane_atomic_calc_changes() by Chris Wilson · 8 years ago
  56. f1fda74 drm/i915: Fix inconsistent indentation in intel_pre_enable_lvds() by Chris Wilson · 8 years ago
  57. 1bbea16 drm/i915: Fix buffer overflow in dsi_calc_mnp() by Chris Wilson · 8 years ago
  58. ebe69dd drm/i915: Fix inconsistent indenting in vbt_panel_init() by Chris Wilson · 8 years ago
  59. 86f40bb drm/i915: Match bitmask size to types in intel_fb_initial_config() by Chris Wilson · 8 years ago
  60. a98b7e5 drm/i915: Fix inconsistent indenting in i915_error_state_to_str() by Chris Wilson · 8 years ago
  61. 25bcce9 drm/i915: Fix indentation in i915_gem_framebuffer_info() by Chris Wilson · 8 years ago
  62. a72b562 drm/915: Fix long lines and random indent in gen6_set_rps_thresholds() by Chris Wilson · 8 years ago
  63. 338d0ee drm/i915: Fix random indent in i915_drm_resume() by Chris Wilson · 8 years ago
  64. c5a7b5a drm/i915: Remove debug noise on detecting fault-injection of missed interrupts by Chris Wilson · 8 years ago
  65. 61ff75a drm/i915: Simplify enabling user-interrupts with L3-remapping by Chris Wilson · 8 years ago
  66. 31bb59c drm/i915: Move the get/put irq locking into the caller by Chris Wilson · 8 years ago
  67. b385085 drm/i915: Embed signaling node into the GEM request by Chris Wilson · 8 years ago
  68. c81d461 drm/i915: Convert trace-irq to the breadcrumb waiter by Chris Wilson · 8 years ago
  69. 1137fa8 drm/i915: Stop setting wraparound seqno on initialisation by Chris Wilson · 8 years ago
  70. 3d5564e drm/i915: Only apply one barrier after a breadcrumb interrupt is posted by Chris Wilson · 8 years ago
  71. 7ec2c73 drm/i915: Check the CPU cached value in HWS of seqno after waking the waiter by Chris Wilson · 8 years ago
  72. f8973c2 drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk) by Chris Wilson · 8 years ago
  73. 7d5ea80 drm/i915: Refactor scratch object allocation for gen2 w/a buffer by Chris Wilson · 8 years ago
  74. de8fe16 drm/i915: Allocate scratch page from stolen by Chris Wilson · 8 years ago
  75. f829195 drm/i915: Stop mapping the scratch page into CPU space by Chris Wilson · 8 years ago
  76. 1b7744e drm/i915: Use HWS for seqno tracking everywhere by Chris Wilson · 8 years ago
  77. f69a02c drm/i915: Spin after waking up for an interrupt by Chris Wilson · 8 years ago
  78. 688e6c7 drm/i915: Slaughter the thundering i915_wait_request herd by Chris Wilson · 8 years ago
  79. 1f15b76 drm/i915: Separate GPU hang waitqueue from advance by Chris Wilson · 8 years ago
  80. 26a02b8 drm/i915: Make queueing the hangcheck work inline by Chris Wilson · 8 years ago
  81. 7774002 drm/i915: Remove the dedicated hangcheck workqueue by Chris Wilson · 8 years ago
  82. 0553572 drm/i915: Delay queuing hangcheck to wait-request by Chris Wilson · 8 years ago
  83. bed50ae drm/i915/shrinker: Flush active on objects before counting by Chris Wilson · 8 years ago
  84. c739302 drm/i915/bxt: Remove the preliminary_hw_support flag by Imre Deak · 8 years ago
  85. 37f501a drm/i915/bxt: Export pooled eu info to userspace by arun.siluvery@linux.intel.com · 8 years ago
  86. fc61984 drm/i915/bxt: Fix sanity check for BIOS RC6 setup by Imre Deak · 8 years ago
  87. b99d49c drm/i915: Fix log type for RC6 debug messages by Imre Deak · 8 years ago
  88. ed00307 drm/i915/ringbuffer: Move all default irq vfuncs init to a separate func by Chris Wilson · 8 years ago
  89. 6f7bef7 drm/i915/ringbuffer: Move all generic engine->dispatch_batchbuffer together by Chris Wilson · 8 years ago
  90. 8d22891 drm/i915: Trim some if-else braces by Tvrtko Ursulin · 8 years ago
  91. 4b8e38a drm/i915: Consolidate legacy semaphore initialization by Tvrtko Ursulin · 8 years ago
  92. c38c651 drm/i915: Compact gen8_ring_sync by Tvrtko Ursulin · 8 years ago
  93. 1b9e665 drm/i915: Compact Gen8 semaphore initialization by Tvrtko Ursulin · 8 years ago
  94. db3d401 drm/i915: Move semaphore object creation into intel_ring_init_semaphores by Tvrtko Ursulin · 8 years ago
  95. d9a6461 drm/i915: Consolidate semaphore vfuncs init by Tvrtko Ursulin · 8 years ago
  96. 960ecaa drm/i915: Consolidate dispatch_execbuffer vfunc by Tvrtko Ursulin · 8 years ago
  97. 1d8a133 drm/i915: Consolidate init_hw vfunc by Tvrtko Ursulin · 8 years ago
  98. 604096d drm/i915: Consolidate get/set_seqno by Tvrtko Ursulin · 8 years ago
  99. b970032 drm/i915: Consolidate get and put irq vfuncs by Tvrtko Ursulin · 8 years ago
  100. cc54a82 drm/i915: Consolidate seqno_barrier vfunc by Tvrtko Ursulin · 8 years ago