1. cca0502 drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/ by Ville Syrjälä · 9 years ago
  2. aca34b6 drm/i915: Group the irq breadcrumb variables into the same cacheline by Chris Wilson · 9 years ago
  3. 91c8a32 drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm by Chris Wilson · 9 years ago
  4. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 9 years ago
  5. 3a122c2 drm/i915: Limit i915_ring_test_irq debugfs to actual rings by Chris Wilson · 9 years ago
  6. 7b4d3a1 drm/i915: Remove stop-rings debugfs interface by Chris Wilson · 9 years ago
  7. 67d97da drm/i915: Only start retire worker when idle by Chris Wilson · 9 years ago
  8. 25bcce9 drm/i915: Fix indentation in i915_gem_framebuffer_info() by Chris Wilson · 9 years ago
  9. 1b7744e drm/i915: Use HWS for seqno tracking everywhere by Chris Wilson · 9 years ago
  10. f69a02c drm/i915: Spin after waking up for an interrupt by Chris Wilson · 9 years ago
  11. 688e6c7 drm/i915: Slaughter the thundering i915_wait_request herd by Chris Wilson · 9 years ago
  12. 6e5a5be drm/i915: Split idling from forcing context switch by Chris Wilson · 9 years ago
  13. 1dac891 drm/i915: Register debugfs interface last by Chris Wilson · 9 years ago
  14. ee648a7 drm/i915: Use connector_type for printing in intel_connector_info, v2. by Maarten Lankhorst · 9 years ago
  15. 26c17cf drm/i915: Use atomic state and connector_type in i915_sink_src by Maarten Lankhorst · 9 years ago
  16. b6dabe3 drm/i915: Use connector_type instead of intel_encoder->type for DP. by Maarten Lankhorst · 9 years ago
  17. 26875fe drm/i915: Use connector->name in drrs debugfs. by Maarten Lankhorst · 9 years ago
  18. 0b63bb1 drm/i915/guc: index host arrays by i915 engine ID, not guc_id by Dave Gordon · 9 years ago
  19. c199412 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  20. 9636f6d drm/i915/guc: add doorbell map to debugfs/i915_guc_info by Dave Gordon · 9 years ago
  21. 33e141e drm/i915:bxt: Enable Pooled EU support by arun.siluvery@linux.intel.com · 9 years ago
  22. b021248 drm/i915: Fix missing unlock on error in i915_ppgtt_info() by Wei Yongjun · 9 years ago
  23. 1800ad2 drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled by Sagar Arun Kamble · 9 years ago
  24. 5a21b66 drm/i915: Revert async unpin and nonblocking atomic commit by Daniel Vetter · 9 years ago
  25. 15da956 drm/i915/debugfs: Show context objects in i915_gem_objects by Chris Wilson · 9 years ago
  26. bca44d8 drm/i915: Merge legacy+execlists context structs by Chris Wilson · 9 years ago
  27. d28b99a drm/i915: Show i915_gem_context owner in debugfs by Chris Wilson · 9 years ago
  28. e2efd13 drm/i915: Rename struct intel_context by Chris Wilson · 9 years ago
  29. 551aaec drm/i915/guc: don't spinwait if the GuC's workqueue is full by Dave Gordon · 9 years ago
  30. 8dd634d drm/i915: Remove cs based page flip support. by Maarten Lankhorst · 9 years ago
  31. 143f73b drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3. by Maarten Lankhorst · 9 years ago
  32. 6885843 drm/i915: Convert flip_work to a list. by Maarten Lankhorst · 9 years ago
  33. 51cbaf0 drm/i915: Unify unpin_work and mmio_work into flip_work, v2. by Maarten Lankhorst · 9 years ago
  34. 5251f04 drm/i915: Remove intel_prepare_page_flip, v3. by Maarten Lankhorst · 9 years ago
  35. 55d80d2 drm/i915: Remove stallcheck special handling, v3. by Maarten Lankhorst · 9 years ago
  36. 9a652cc Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  37. a7363de drm/i915: Remove redundant const from function return type by Imre Deak · 9 years ago
  38. 7e22dbb drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx by Tvrtko Ursulin · 9 years ago
  39. dc97997 drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c by Chris Wilson · 9 years ago
  40. c033666 drm/i915: Store a i915 backpointer from engine, and use it by Chris Wilson · 9 years ago
  41. 2b8f01f Merge tag 'topic/drm-misc-2016-04-29' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  42. fffb675 Merge tag 'drm-intel-next-2016-04-25' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  43. 5a8f97e Revert "drm/i915: start adding dp mst audio" by Lyude · 9 years ago
  44. 24f1d3c drm/i915: Refactor execlists default context pinning by Chris Wilson · 9 years ago
  45. 7069b14 drm/i915: Replace the pinned context address with its unique ID by Chris Wilson · 9 years ago
  46. 5d1808e drm/i915: Assign every HW context a unique ID by Chris Wilson · 9 years ago
  47. 1d2ac40 drm: Protect dev->filelist with its own mutex by Daniel Vetter · 9 years ago
  48. d6cda9c drm/i915: Correct the i915_frequency_info debugfs output by Akash Goel · 9 years ago
  49. 747a598 drm/mode: introduce wrapper to read framebuffer refcount. by Dave Airlie · 9 years ago
  50. 605b28c Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  51. be19b10 drm/i915: Show pin mapped counts and sizes in debugfs by Tvrtko Ursulin · 9 years ago
  52. be12a86 drm/i915: Show pin mapped status in describe_obj by Tvrtko Ursulin · 9 years ago
  53. 40ae80c drm/i915/dp/mst: Add source port info to debugfs output by Jim Bride · 9 years ago
  54. d98c52c drm/i915: Tighten reset_counter for reset status by Chris Wilson · 9 years ago
  55. c19ae98 drm/i915: Hide the atomic_read(reset_counter) behind a helper by Chris Wilson · 9 years ago
  56. 3accaf7 drm/i915: Store and use edram capabilities by Mika Kuoppala · 9 years ago
  57. 33c582c drm/i915: Simplify for_each_fw_domain iterators by Tvrtko Ursulin · 9 years ago
  58. 12471ba drm/i915: Harden detection of missed interrupts by Chris Wilson · 9 years ago
  59. c04e0f3 drm/i915: Separate out the seqno-barrier from engine->get_seqno by Chris Wilson · 9 years ago
  60. 14fd0d6 drm/i915: Include engine->last_submitted_seqno in GPU error state by Chris Wilson · 9 years ago
  61. 2d1fe07 drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev) by Joonas Lahtinen · 9 years ago
  62. 27af5ee drm/i915: Move execlists irq handler to a bottom half by Tvrtko Ursulin · 9 years ago
  63. a156e64 drm/i915: Show PCI power state under debugfs/i915_runtime_pm_status by Chris Wilson · 9 years ago
  64. 188c1ab drm/i915: Add struct_mutex locking for debugs/i915_gem_framebuffer by Chris Wilson · 9 years ago
  65. 72e96d6 drm/i915: Refer to GGTT {,VM} consistently by Joonas Lahtinen · 9 years ago
  66. b4ac5af drm/i915: replace for_each_engine() by Dave Gordon · 9 years ago
  67. c3232b1 drm/i915: introduce for_each_engine_id() by Dave Gordon · 9 years ago
  68. 62106b4 drm/i915: Rename dev_priv->gtt to dev_priv->ggtt by Joonas Lahtinen · 9 years ago
  69. 2dd66ebd drm/i915: Use a crtc mask instead of a refcount for dpll functions, v2. by Maarten Lankhorst · 9 years ago
  70. 117897f drm/i915: More renaming of rings to engines by Tvrtko Ursulin · 9 years ago
  71. 666796d drm/i915: More intel_engine_cs renaming by Tvrtko Ursulin · 9 years ago
  72. 4a570db drm/i915: Rename intel_engine_cs struct members by Tvrtko Ursulin · 9 years ago
  73. 0bc40be drm/i915: Rename intel_engine_cs function parameters by Tvrtko Ursulin · 9 years ago
  74. e2f8039 drm/i915: Rename local struct intel_engine_cs variables by Tvrtko Ursulin · 9 years ago
  75. 24a65e6 drm/i915/hangcheck: Prevent long walks across full-ppgtt by Mika Kuoppala · 9 years ago
  76. 596c592 drm/i915: Reduce the pointer dance of i915_is_ggtt() by Chris Wilson · 9 years ago
  77. 1c7f4bc drm/i915: Rename vma->*_list to *_link for consistency by Chris Wilson · 9 years ago
  78. e129649 drm/i915: Ensure the HW is powered when accessing the CRC HW block by Imre Deak · 9 years ago
  79. 60e5ffe drm/i915: Add PSR main link standby support back by Rodrigo Vivi · 9 years ago
  80. 33136b0 drm/i915/gen9: Add framework to whitelist specific GPU registers by Arun Siluvery · 9 years ago
  81. 397097b drm/i915/guc: Decouple GuC engine id from ring id by Alex Dai · 9 years ago
  82. e28e404 drm/i915: tidy up a few leftovers by Dave Gordon · 9 years ago
  83. ed54c1a drm/i915: abolish separate per-ring default_context pointers by Dave Gordon · 9 years ago
  84. ca82580 drm/i915: Do not call API requiring struct_mutex where it is not available by Tvrtko Ursulin · 9 years ago
  85. 61642ff drm/i915: Inspect subunit states on hangcheck by Mika Kuoppala · 9 years ago
  86. 5590a5f drm/i915: Cleanup some of the CSB handling by Ben Widawsky · 9 years ago
  87. ada8f95 drm/i915/debugfs: add a separate debugfs file for VBT by Jani Nikula · 9 years ago
  88. 2455a8e drm/i915: don't use a temp buffer for opregion debugfs file by Jani Nikula · 9 years ago
  89. 666a453 drm/i915: Separate cherryview from valleyview by Wayne Boyer · 9 years ago
  90. 3d52ccf drm/i915: start adding dp mst audio by Libin Yang · 9 years ago
  91. 5a84330 drm/i915/guc: Clean up locks in GuC by Alex Dai · 9 years ago
  92. 0e631ad drm/i915: introduce is_active/activate/deactivate to the FBC terminology by Paulo Zanoni · 9 years ago
  93. b13b840 drm/i915: Fix possible null dereference in framebuffer_info debugfs function by Namrta Salonie · 9 years ago
  94. 05eec3c drm/i915: Remove PSR Perf Counter for SKL+ by Rodrigo Vivi · 9 years ago
  95. 9895ad0 drm/i915/pm: Unstatic power_domain_str by Daniel Stone · 9 years ago
  96. 92907cb Merge tag 'v4.4-rc2' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  97. 54632ab drm/i915: Fix oops caused by fbdev initialization failure by Lukas Wunner · 9 years ago
  98. f0f59a0 drm/i915: Type safe register read/write by Ville Syrjälä · 9 years ago
  99. dfa5762 drm/i915: Add a modeset power domain by Patrik Jakobsson · 9 years ago
  100. 6331a70 drm/i915: Remove distinction between DDI 2 vs 4 lanes by Patrik Jakobsson · 9 years ago