Age | Commit message (Expand) | Author | Files | Lines |
2017-08-10 | drm/i915/perf: Drop redundant check for perf.initialised on reset | Chris Wilson | 1 | -5/+2 |
2017-08-10 | drm/i915/perf: Drop lockdep assert for i915_oa_init_reg_state() | Chris Wilson | 1 | -2/+0 |
2017-08-10 | drm/i915/perf: Initialise dynamic sysfs group before creation | Chris Wilson | 1 | -2/+1 |
2017-08-04 | drm/i915/perf: Initialise the dynamic sysfs attr | Chris Wilson | 1 | -0/+1 |
2017-08-03 | drm/i915/perf: Implement I915_PERF_ADD/REMOVE_CONFIG interface | Lionel Landwerlin | 1 | -14/+457 |
2017-08-03 | drm/i915/perf: disable NOA logic when not used | Lionel Landwerlin | 1 | -0/+4 |
2017-08-03 | drm/i915/perf: leave GDT_CHICKEN_BITS programming in configs | Lionel Landwerlin | 1 | -7/+0 |
2017-08-03 | drm/i915/perf: prune OA configs | Lionel Landwerlin | 1 | -185/+131 |
2017-08-03 | drm/i915/perf: fix flex eu registers programming | Lionel Landwerlin | 1 | -2/+2 |
2017-07-17 | drm/i915: Fix error checking/locking in perf/lookup_context() | Imre Deak | 1 | -27/+5 |
2017-07-03 | drm/i915: Hold RPM wakelock while initializing OA buffer | sagar.a.kamble@intel.com | 1 | -6/+6 |
2017-06-20 | drm/i915: Allow contexts to be unreferenced locklessly | Chris Wilson | 1 | -2/+2 |
2017-06-20 | drm/i915: Group all the global context information together | Chris Wilson | 1 | -1/+1 |
2017-06-14 | drm/i915/perf: add GLK support | Lionel Landwerlin | 1 | -2/+15 |
2017-06-14 | drm/i915/perf: add KBL support | Lionel Landwerlin | 1 | -1/+29 |
2017-06-14 | drm/i915/perf: remove perf.hook_lock | Robert Bragg | 1 | -22/+11 |
2017-06-14 | drm/i915/perf: per-gen timebase for checking sample freq | Robert Bragg | 1 | -11/+28 |
2017-06-14 | drm/i915/perf: Add OA unit support for Gen 8+ | Robert Bragg | 1 | -73/+961 |
2017-06-14 | drm/i915/perf: rework mux configurations queries | Lionel Landwerlin | 1 | -2/+5 |
2017-05-13 | drm/i915/perf: rate limit spurious oa report notice | Robert Bragg | 1 | -1/+27 |
2017-05-13 | drm/i915/perf: better pipeline aged/aging tail updates | Robert Bragg | 1 | -18/+23 |
2017-05-13 | drm/i915/perf: improve invalid OA format debug message | Robert Bragg | 1 | -2/+4 |
2017-05-13 | drm/i915/perf: improve tail race workaround | Robert Bragg | 1 | -91/+186 |
2017-05-13 | drm/i915/perf: no head/tail ref in gen7_oa_read | Robert Bragg | 1 | -32/+18 |
2017-05-13 | drm/i915/perf: avoid read back of head register | Robert Bragg | 1 | -25/+21 |
2017-05-13 | drm/i915/perf: avoid poll, read, EAGAIN busy loops | Robert Bragg | 1 | -1/+9 |
2017-05-13 | drm/i915/perf: fix gen7_append_oa_reports comment | Robert Bragg | 1 | -1/+1 |
2017-05-04 | drm/i915: Use engine->context_pin() to report the intel_ring | Chris Wilson | 1 | -7/+6 |
2017-03-28 | drm/i915/perf: remove user triggerable warn | Matthew Auld | 1 | -2/+6 |
2017-03-28 | drm/i915/perf: destroy stream on sample_flags mismatch | Matthew Auld | 1 | -1/+2 |
2017-03-02 | drm/i915: s/assert_spin_locked/lockdep_assert_held/ | Chris Wilson | 1 | -1/+1 |
2016-12-18 | drm/i915: Simplify releasing context reference | Chris Wilson | 1 | -12/+4 |
2016-12-18 | drm/i915: Unify active context tracking between legacy/execlists/guc | Chris Wilson | 1 | -11/+7 |
2016-12-09 | drm/i915/perf: More documentation hooked to i915.rst | Robert Bragg | 1 | -29/+383 |
2016-12-07 | drm/i915/perf: use DRM_DEBUG for userspace issues | Robert Bragg | 1 | -21/+21 |
2016-12-01 | drm/i915: Make GEM object create and create from data take dev_priv | Tvrtko Ursulin | 1 | -1/+1 |
2016-11-29 | drm/i915/perf: Wrap 64bit divides in do_div() | Chris Wilson | 1 | -6/+7 |
2016-11-22 | drm/i915: Add a kerneldoc summary for i915_perf.c | Robert Bragg | 1 | -0/+163 |
2016-11-22 | drm/i915: add dev.i915.oa_max_sample_rate sysctl | Robert Bragg | 1 | -11/+50 |
2016-11-22 | drm/i915: Add dev.i915.perf_stream_paranoid sysctl option | Robert Bragg | 1 | -1/+49 |
2016-11-22 | drm/i915: advertise available metrics via sysfs | Robert Bragg | 1 | -0/+52 |
2016-11-22 | drm/i915: Enable i915 perf stream for Haswell OA unit | Robert Bragg | 1 | -17/+1019 |
2016-11-22 | drm/i915: Add i915 perf infrastructure | Robert Bragg | 1 | -0/+449 |