1. a679f58 drm/i915: Flush pages on acquisition by Chris Wilson · 6 years ago
  2. 3ceea6a drm/i915: use intel_uncore for all forcewake get/put by Daniele Ceraolo Spurio · 6 years ago
  3. 2dd24a9 drm/i915/gen11+: First assume next platforms will inherit stuff by Rodrigo Vivi · 6 years ago
  4. c4d52fe drm/i915: Move over to intel_context_lookup() by Chris Wilson · 6 years ago
  5. b146e5e drm/i915: Pass around the intel_context by Chris Wilson · 6 years ago
  6. 8a68d46 drm/i915: Store the BIT(engine->id) as the engine's mask by Chris Wilson · 6 years ago
  7. 993298a drm/i915: Yet another if/else sort of newer to older platforms. by Rodrigo Vivi · 6 years ago
  8. ec431ea drm/i915/perf: lock powergating configuration to default when active by Lionel Landwerlin · 6 years ago
  9. 739f3ab drm/i915: small isolated c99 types to kernel types switch by Jani Nikula · 6 years ago
  10. 6619c00 drm/i915/perf: Track the rpm wakeref by Chris Wilson · 6 years ago
  11. 16e4dd03 drm/i915: Markup paired operations on wakerefs by Chris Wilson · 6 years ago
  12. 3eb0930 Merge drm/drm-next into drm-intel-next-queued by Jani Nikula · 6 years ago
  13. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  14. 0258404 drm/i915: start moving runtime device info to a separate struct by Jani Nikula · 6 years ago
  15. f3ce44a drm/i915: merge gen checks to use range by Lucas De Marchi · 6 years ago
  16. cf819ef drm/i915: replace IS_GEN<N> with IS_GEN(..., N) by Lucas De Marchi · 6 years ago
  17. 0069000 drm/i915: Rename IS_GEN to IS_GEN_RANGE by Lucas De Marchi · 6 years ago
  18. 6b671c2 Revert "drm/i915/perf: Fix warning in documentation" by Joonas Lahtinen · 6 years ago
  19. fe84168 Revert "drm/i915/perf: add a parameter to control the size of OA buffer" by Joonas Lahtinen · 6 years ago
  20. 9fa6e2f drm/i915/perf: Fix warning in documentation by Lionel Landwerlin · 6 years ago
  21. cd956bf drm/i915/perf: add a parameter to control the size of OA buffer by Lionel Landwerlin · 6 years ago
  22. 5728de2 drm/i915/perf: pass stream to vfuncs when possible by Lionel Landwerlin · 6 years ago
  23. 784b1a8 drm/i915/perf: remove redundant oa buffer initialization by Lionel Landwerlin · 6 years ago
  24. 666424a drm/i915/execlists: Use coherent writes into the context image by Chris Wilson · 6 years ago
  25. 722f3de i915/oa: Simplify updating contexts by Tvrtko Ursulin · 6 years ago
  26. 35ab4fd drm/i915/perf: reuse intel_lrc ctx regs macro by Lionel Landwerlin · 6 years ago
  27. 1c71bc5 drm/i915/perf: simplify configure all context function by Lionel Landwerlin · 6 years ago
  28. 6a2f59e drm/i915: Pull unpin map into vma release by Chris Wilson · 6 years ago
  29. ec625fb drm/i915: Provide a timeout to i915_gem_wait_for_idle() by Chris Wilson · 7 years ago
  30. 6ebb6d8 drm/i915/perf: make oa format tables const by Jani Nikula · 7 years ago
  31. 2b9a820 drm/i915/perf: fix gen11 engine class shift by Michel Thierry · 7 years ago
  32. 9904b156 drm/i915/perf: use the lrc_desc to get the ctx hw id in gen8-10 by Michel Thierry · 7 years ago
  33. 61d5676 drm/i915/perf: fix ctx_id read with GuC & ICL by Lionel Landwerlin · 7 years ago
  34. 1fc44d9 drm/i915: Store a pointer to intel_context in i915_request by Chris Wilson · 7 years ago
  35. e896d29 drm/i915/oa: Check that OA is disabled before unpinning by Chris Wilson · 7 years ago
  36. a89d1f9 drm/i915: Split i915_gem_timeline into individual timelines by Chris Wilson · 7 years ago
  37. ab82a06 drm/i915: Wrap engine->context_pin() and engine->context_unpin() by Chris Wilson · 7 years ago
  38. 9bd9be6 drm/i915/perf: add more debug message on perf open & configs by Lionel Landwerlin · 7 years ago
  39. b82ed43 drm/i915: rename PPGTT/GGTT fields OA registers by Lionel Landwerlin · 7 years ago
  40. 5374410 drm/i915/perf: remove empty line by Lionel Landwerlin · 7 years ago
  41. 1105130 drm/i915/perf: simplify OA unit enabling on gen7 by Lionel Landwerlin · 7 years ago
  42. b6dd47b drm/i915/perf: check the value of PROP_SAMPLE_OA uapi parameter by Lionel Landwerlin · 7 years ago
  43. 1de401c drm/i915/perf: enable perf support on ICL by Lionel Landwerlin · 7 years ago
  44. 41d3fdc drm/i915/perf: fix perf stream opening lock by Lionel Landwerlin · 7 years ago
  45. bba7307 Merge drm-next into drm-intel-next-queued (this time for real) by Joonas Lahtinen · 7 years ago
  46. e61e0f5 drm/i915: Rename drm_i915_gem_request to i915_request by Chris Wilson · 7 years ago
  47. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  48. 4bf772b Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  49. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  50. fb5c551 drm/i915: Remove i915.enable_execlists module parameter by Chris Wilson · 7 years ago
  51. 9f9b279 drm/i915/perf: reuse timestamp frequency from device info by Lionel Landwerlin · 7 years ago
  52. 3fef5cd drm/i915: Automatic i915_switch_context for legacy by Chris Wilson · 7 years ago
  53. 7c52a22 drm/i915/perf: replace .reg accesses with i915_mmio_reg_offset by Lionel Landwerlin · 7 years ago
  54. 95690a0 drm/i915/perf: enable perf support on CNL by Lionel Landwerlin · 7 years ago
  55. ba6b7c1 drm/i915/perf: refactor perf setup by Lionel Landwerlin · 7 years ago
  56. 4407eaa drm/i915/perf: add support for Coffeelake GT3 by Lionel Landwerlin · 7 years ago
  57. a54b19f drm/i915/perf: complete whitelisting for OA programming on HSW by Lionel Landwerlin · 7 years ago
  58. 7a88cbd Backmerge tag 'v4.14-rc7' into drm-next by Dave Airlie · 7 years ago
  59. 7277f75 drm/i915/perf: fix perf enable/disable ioctls with 32bits userspace by Lionel Landwerlin · 7 years ago
  60. 191f896 drm/i915/perf: fix perf enable/disable ioctls with 32bits userspace by Lionel Landwerlin · 7 years ago
  61. 4f044a8 drm/i915: Rename global i915 to i915_modparams by Michal Wajdeczko · 7 years ago
  62. 22ea4f3 drm/i915/perf: add support for Coffeelake GT2 by Lionel Landwerlin · 7 years ago
  63. 342a2c8 drm/i915/perf: disable clk ratio reports on gen9 by Lionel Landwerlin · 7 years ago
  64. 28b6cb0 drm/i915/perf: Drop redundant check for perf.initialised on reset by Chris Wilson · 7 years ago
  65. 84a095e drm/i915/perf: Drop lockdep assert for i915_oa_init_reg_state() by Chris Wilson · 7 years ago
  66. 40f75ea drm/i915/perf: Initialise dynamic sysfs group before creation by Chris Wilson · 7 years ago
  67. 28152a2 drm/i915/perf: Initialise the dynamic sysfs attr by Chris Wilson · 7 years ago
  68. f89823c drm/i915/perf: Implement I915_PERF_ADD/REMOVE_CONFIG interface by Lionel Landwerlin · 7 years ago
  69. 28964cf drm/i915/perf: disable NOA logic when not used by Lionel Landwerlin · 7 years ago
  70. 3802c5c drm/i915/perf: leave GDT_CHICKEN_BITS programming in configs by Lionel Landwerlin · 7 years ago
  71. 701f823 drm/i915/perf: prune OA configs by Lionel Landwerlin · 7 years ago
  72. 01d928e drm/i915/perf: fix flex eu registers programming by Lionel Landwerlin · 7 years ago
  73. 635f56c drm/i915: Fix error checking/locking in perf/lookup_context() by Imre Deak · 8 years ago
  74. 987f8c4 drm/i915: Hold RPM wakelock while initializing OA buffer by sagar.a.kamble@intel.com · 8 years ago
  75. 5f09a9c drm/i915: Allow contexts to be unreferenced locklessly by Chris Wilson · 8 years ago
  76. 829a0af drm/i915: Group all the global context information together by Chris Wilson · 8 years ago
  77. 28c7ef9 drm/i915/perf: add GLK support by Lionel Landwerlin · 8 years ago
  78. 6c5c1d8 drm/i915/perf: add KBL support by Lionel Landwerlin · 8 years ago
  79. 1bef340 drm/i915/perf: remove perf.hook_lock by Robert Bragg · 8 years ago
  80. 155e941 drm/i915/perf: per-gen timebase for checking sample freq by Robert Bragg · 8 years ago
  81. 19f81df drm/i915/perf: Add OA unit support for Gen 8+ by Robert Bragg · 8 years ago
  82. 3f488d9 drm/i915/perf: rework mux configurations queries by Lionel Landwerlin · 8 years ago
  83. 712122e drm/i915/perf: rate limit spurious oa report notice by Robert Bragg · 8 years ago
  84. 4117ebc drm/i915/perf: better pipeline aged/aging tail updates by Robert Bragg · 8 years ago
  85. 52c57c2 drm/i915/perf: improve invalid OA format debug message by Robert Bragg · 8 years ago
  86. 0dd860c drm/i915/perf: improve tail race workaround by Robert Bragg · 8 years ago
  87. 3bb335c drm/i915/perf: no head/tail ref in gen7_oa_read by Robert Bragg · 8 years ago
  88. f279020 drm/i915/perf: avoid read back of head register by Robert Bragg · 8 years ago
  89. 26ebd9c drm/i915/perf: avoid poll, read, EAGAIN busy loops by Robert Bragg · 8 years ago
  90. e81b3a5 drm/i915/perf: fix gen7_append_oa_reports comment by Robert Bragg · 8 years ago
  91. 266a240 drm/i915: Use engine->context_pin() to report the intel_ring by Chris Wilson · 8 years ago
  92. 0a309f9 drm/i915/perf: remove user triggerable warn by Matthew Auld · 8 years ago
  93. 22f880c drm/i915/perf: destroy stream on sample_flags mismatch by Matthew Auld · 8 years ago
  94. 6752041 drm/i915: s/assert_spin_locked/lockdep_assert_held/ by Chris Wilson · 8 years ago
  95. 69df05e drm/i915: Simplify releasing context reference by Chris Wilson · 8 years ago
  96. e8a9c58 drm/i915: Unify active context tracking between legacy/execlists/guc by Chris Wilson · 8 years ago
  97. 16d98b3 drm/i915/perf: More documentation hooked to i915.rst by Robert Bragg · 8 years ago
  98. 7708550 drm/i915/perf: use DRM_DEBUG for userspace issues by Robert Bragg · 8 years ago
  99. 12d79d7 drm/i915: Make GEM object create and create from data take dev_priv by Tvrtko Ursulin · 8 years ago
  100. 2460393 drm/i915/perf: Wrap 64bit divides in do_div() by Chris Wilson · 8 years ago