1. 2ffffd0 drm/i915: Fix up vma alignment to be u64 by Chris Wilson · 8 years ago
  2. e655bc3 drm/i915: Remove i915_gem_execbuffer_retire_commands() by Chris Wilson · 8 years ago
  3. 0340d9f drm/i915: Remove request retirement before each batch by Chris Wilson · 8 years ago
  4. 115003e9 drm/i915: Double check the active status on the batch pool by Chris Wilson · 8 years ago
  5. e522ac2 drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something() by Chris Wilson · 8 years ago
  6. 9332f3b drm/i915: Combine loops within i915_gem_evict_something by Chris Wilson · 8 years ago
  7. d838a11 drm/i915: Acquire audio powerwell for HD-Audio registers by Chris Wilson · 8 years ago
  8. 65fbb4e drm/i915: Don't try to ack sink irqs when there are none by Ville Syrjälä · 8 years ago
  9. 1354f73 drm/i915: Remove useless rate_to_index() usage by Ville Syrjälä · 8 years ago
  10. c4e3170 drm/i915: Allow MST sinks to work even if drm_probe_ddc() fails by Ville Syrjälä · 8 years ago
  11. f64425a drm/i915: Track active streams also for DP SST by Ville Syrjälä · 8 years ago
  12. 477321e drm/i915: Reject mixing MST and SST/HDMI on the same digital port by Ville Syrjälä · 8 years ago
  13. 64ee2fd drm/i915: Avoid mixing up SST and MST in DDI setup by Ville Syrjälä · 8 years ago
  14. fe5a66f drm/i915: Read PSR caps/intermediate freqs/etc. only once on eDP by Ville Syrjälä · 8 years ago
  15. 1dd5b6f drm/i915: Add missing rpm wakelock to GGTT pread by Chris Wilson · 8 years ago
  16. 36dbc4d drm/i915/fbc: FBC causes display flicker when VT-d is enabled on Skylake by Chris Wilson · 8 years ago
  17. 5ac9793 drm/i915: Fix use of engine->index for register offset by Chris Wilson · 8 years ago
  18. df0e9a2 Revert "drm/i915: Clean up associated VMAs on context destruction" by Chris Wilson · 8 years ago
  19. 50e046b drm/i915: Mark the context and address space as closed by Chris Wilson · 8 years ago
  20. b1f788c drm/i915: Release vma when the handle is closed by Chris Wilson · 8 years ago
  21. b0decaf drm/i915: Track active vma requests by Chris Wilson · 8 years ago
  22. 5cf3d28 drm/i915: i915_vma_move_to_active prep patch by Chris Wilson · 8 years ago
  23. 4b8de8e drm/i915: Move request list retirement to i915_gem_request.c by Chris Wilson · 8 years ago
  24. 909d074 drm/i915: Double check activity before relocations by Chris Wilson · 8 years ago
  25. 776f323 drm/i915: s/__i915_wait_request/i915_wait_request/ by Chris Wilson · 8 years ago
  26. 37db147 drm/i915: Disable waitboosting for a saturated engine by Chris Wilson · 8 years ago
  27. 7da844c drm/i915: Move the special case wait-request handling to its one caller by Chris Wilson · 8 years ago
  28. 0d9bdd8 drm/i915: Convert intel_overlay to request tracking by Chris Wilson · 8 years ago
  29. 675d9ad drm/i915: Track requests inside each intel_ring by Chris Wilson · 8 years ago
  30. fa545cb drm/i915: Refactor activity tracking for requests by Chris Wilson · 8 years ago
  31. 21c310f drm/i915: Remove obsolete i915_gem_object_flush_active() by Chris Wilson · 8 years ago
  32. efdf7c0 drm/i915: Rename request->list to link for consistency by Chris Wilson · 8 years ago
  33. 8cac6f6 drm/i915: Refactor blocking waits by Chris Wilson · 8 years ago
  34. d72d908 drm/i915: Mark up i915_gem_active for locking annotation by Chris Wilson · 8 years ago
  35. 27c01aa drm/i915: Prepare i915_gem_active for annotations by Chris Wilson · 8 years ago
  36. 381f371 drm/i915: Introduce i915_gem_active for request tracking by Chris Wilson · 8 years ago
  37. 4717ca9 drm/i915: Kill drop_pages() by Chris Wilson · 8 years ago
  38. aa653a6 drm/i915: Be more careful when unbinding vma by Chris Wilson · 8 years ago
  39. 15717de drm/i915: Count how many VMA are bound for an object by Chris Wilson · 8 years ago
  40. 2bfa996 drm/i915: Store owning file on the i915_address_space by Chris Wilson · 8 years ago
  41. 34c998b drm/i915: Rearrange GGTT probing to avoid needing a vfunc by Chris Wilson · 8 years ago
  42. f6b9d5c drm/i915: Split early global GTT initialisation by Chris Wilson · 8 years ago
  43. 97d6d7a drm/i915: Update GGTT initialisation functions to take drm_i915_private by Chris Wilson · 8 years ago
  44. 0088e52 drm/i915: Split GGTT initialisation between probing and setup by Chris Wilson · 8 years ago
  45. 894eeec drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers by Chris Wilson · 8 years ago
  46. 8dac1e1 drm/i915: Clean up the extra RPM ref on CHV with i915.enable_rc6=0 by Ville Syrjälä · 8 years ago
  47. 96a945a drm/i915: Move the common engine cleanup to intel_engine_cs.c by Chris Wilson · 8 years ago
  48. ad7bdb2 drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals by Chris Wilson · 8 years ago
  49. ddf07be drm/i915: Simplify calling engine->sync_to by Chris Wilson · 8 years ago
  50. 5b043f4 drm/i915: Unify legacy/execlists submit_execbuf callbacks by Chris Wilson · 8 years ago
  51. 15d21db drm/i915: Refactor golden render state emission to unconfuse gcc by Chris Wilson · 8 years ago
  52. e40f9ee drm/i915: Remove duplicate golden render state init from execlists by Chris Wilson · 8 years ago
  53. 618e4ca drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores by Chris Wilson · 8 years ago
  54. b0411e7 drm/i915: Reuse legacy breadcrumbs + tail emission by Chris Wilson · 8 years ago
  55. 9242f97 drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal() by Chris Wilson · 8 years ago
  56. f4ea6bd drm/i915/lrc: Update function names to match request flow by Chris Wilson · 8 years ago
  57. ddd66c5 drm/i915: Unify request submission by Chris Wilson · 8 years ago
  58. 8f94201 drm/i915: Move the modulus for ring emission to the register write by Chris Wilson · 8 years ago
  59. c5efa1a drm/i915: Convert engine->write_tail to operate on a request by Chris Wilson · 8 years ago
  60. ba76d91 drm/i915: Remove intel_ring_get_tail() by Chris Wilson · 8 years ago
  61. 803688b drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START by Chris Wilson · 8 years ago
  62. 8e63717 drm/i915: Simplify request_alloc by returning the allocated request by Chris Wilson · 8 years ago
  63. 7c9cf4e drm/i915: Reduce engine->emit_flush() to a single mode parameter by Chris Wilson · 8 years ago
  64. c7fe7d2 drm/i915: Remove obsolete engine->gpu_caches_dirty by Chris Wilson · 8 years ago
  65. aad29fb drm/i915: Rename intel_pin_and_map_ring() by Chris Wilson · 8 years ago
  66. 32c04f1 drm/i915: Rename residual ringbuf parameters by Chris Wilson · 8 years ago
  67. 7e37f88 drm/i915: Rename struct intel_ringbuffer to struct intel_ring by Chris Wilson · 8 years ago
  68. dca33ec drm/i915: Rename intel_context[engine].ringbuf by Chris Wilson · 8 years ago
  69. 1dae2df drm/i915: Rename request->ringbuf to request->ring by Chris Wilson · 8 years ago
  70. b5321f3 drm/i915: Unify intel_logical_ring_emit and intel_ring_emit by Chris Wilson · 8 years ago
  71. f2dd757 drm/i915/gen9: Update i915_drpc_info debugfs for coarse pg & forcewake info by Akash Goel · 8 years ago
  72. 8497825 drm/i915: cleanup_plane_fb: also drop reference to current state wait_req by Keith Packard · 8 years ago
  73. dd788090 drm/i915: Warn about aux msg buffer vs. size mismatch by Ville Syrjälä · 8 years ago
  74. acb9135 drm/i915: Program FW_BLC_SELF on 915G as well by Ville Syrjälä · 8 years ago
  75. 2d1b505 drm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM/945GM by Ville Syrjälä · 8 years ago
  76. a930acd drm/i915: Extract bdw_get_buf_trans_edp() by Ville Syrjälä · 8 years ago
  77. 5a5d24d drm/i915: Simplify intel_ddi_get_encoder_port() by Ville Syrjälä · 8 years ago
  78. 1edaaa2 drm/i915: Get the iboost setting based on the port type by Ville Syrjälä · 8 years ago
  79. 32bdc40 drm/i915: Split DP/eDP/FDI and HDMI/DVI DDI buffer programming apart by Ville Syrjälä · 8 years ago
  80. ed9c77d drm/i915: Explicitly use ddi buf trans entry 9 for hdmi by Ville Syrjälä · 8 years ago
  81. 9f33243 drm/i915: Move bxt_ddi_vswing_sequence() call into intel_ddi_pre_enable() for HDMI by Ville Syrjälä · 8 years ago
  82. 8d8bb85 drm/i915: Program iboost settings for HDMI/DVI on SKL by Ville Syrjälä · 8 years ago
  83. c110ae6 drm/i915: Name the "iboost bit" by Ville Syrjälä · 8 years ago
  84. a7d8dbc drm/i915: Fix iboost setting for DDI with 4 lanes on SKL by Ville Syrjälä · 8 years ago
  85. 4da4561 drm/i915: remove redundant fbc warnings by Matthew Auld · 8 years ago
  86. 2a13ae7 drm/i915: Protect older gen against intel_gt_init_powersave() by Chris Wilson · 8 years ago
  87. 238010e drm/i915/debugfs: Take runtime_pm ref for sseu by David Weinehall · 8 years ago
  88. 6ce2135 drm/i915: Add missing ring_mask to Pineview by Chris Wilson · 8 years ago
  89. 5b24960 drm/i915: Fix up some stray to_i915(dev) after a recent merge by Chris Wilson · 8 years ago
  90. 12c100b drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB by Ville Syrjälä · 9 years ago
  91. 9930ca1 drm/i915: Update a couple of hangcheck comments to talk about engines by Chris Wilson · 8 years ago
  92. 7e21d64 drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c by Chris Wilson · 8 years ago
  93. 6361f4b drm/i915: Avoid using intel_engine_cs *ring for GPU error capture by Chris Wilson · 8 years ago
  94. c80ff16 drm/i915: Use engine to refer to the user's BSD intel_engine_cs by Chris Wilson · 8 years ago
  95. 33a051a drm/i915/cmdparser: Remove stray intel_engine_cs *ring by Chris Wilson · 8 years ago
  96. 848496e drm/i915: Wait up to 3ms for the pcu to ack the cdclk change request on SKL by Ville Syrjälä · 8 years ago
  97. f67cbce drm/i915: Only drop the batch-pool's object reference by Chris Wilson · 8 years ago
  98. 15f7bbc drm/i915: Only clear the client pointer when tearing down the file by Chris Wilson · 8 years ago
  99. 2a1d775 drm/i915: Prefer list_first_entry_or_null by Chris Wilson · 8 years ago
  100. 4a50d20 drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling() by Chris Wilson · 8 years ago