summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_perf.c
AgeCommit message (Expand)Author
2017-08-10drm/i915/perf: Drop redundant check for perf.initialised on resetChris Wilson
2017-08-10drm/i915/perf: Drop lockdep assert for i915_oa_init_reg_state()Chris Wilson
2017-08-10drm/i915/perf: Initialise dynamic sysfs group before creationChris Wilson
2017-08-04drm/i915/perf: Initialise the dynamic sysfs attrChris Wilson
2017-08-03drm/i915/perf: Implement I915_PERF_ADD/REMOVE_CONFIG interfaceLionel Landwerlin
2017-08-03drm/i915/perf: disable NOA logic when not usedLionel Landwerlin
2017-08-03drm/i915/perf: leave GDT_CHICKEN_BITS programming in configsLionel Landwerlin
2017-08-03drm/i915/perf: prune OA configsLionel Landwerlin
2017-08-03drm/i915/perf: fix flex eu registers programmingLionel Landwerlin
2017-07-17drm/i915: Fix error checking/locking in perf/lookup_context()Imre Deak
2017-07-03drm/i915: Hold RPM wakelock while initializing OA buffersagar.a.kamble@intel.com
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson
2017-06-20drm/i915: Group all the global context information togetherChris Wilson
2017-06-14drm/i915/perf: add GLK supportLionel Landwerlin
2017-06-14drm/i915/perf: add KBL supportLionel Landwerlin
2017-06-14drm/i915/perf: remove perf.hook_lockRobert Bragg
2017-06-14drm/i915/perf: per-gen timebase for checking sample freqRobert Bragg
2017-06-14drm/i915/perf: Add OA unit support for Gen 8+Robert Bragg
2017-06-14drm/i915/perf: rework mux configurations queriesLionel Landwerlin
2017-05-13drm/i915/perf: rate limit spurious oa report noticeRobert Bragg
2017-05-13drm/i915/perf: better pipeline aged/aging tail updatesRobert Bragg
2017-05-13drm/i915/perf: improve invalid OA format debug messageRobert Bragg
2017-05-13drm/i915/perf: improve tail race workaroundRobert Bragg
2017-05-13drm/i915/perf: no head/tail ref in gen7_oa_readRobert Bragg
2017-05-13drm/i915/perf: avoid read back of head registerRobert Bragg
2017-05-13drm/i915/perf: avoid poll, read, EAGAIN busy loopsRobert Bragg
2017-05-13drm/i915/perf: fix gen7_append_oa_reports commentRobert Bragg
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson
2017-03-28drm/i915/perf: remove user triggerable warnMatthew Auld
2017-03-28drm/i915/perf: destroy stream on sample_flags mismatchMatthew Auld
2017-03-02drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson
2016-12-18drm/i915: Simplify releasing context referenceChris Wilson
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson
2016-12-09drm/i915/perf: More documentation hooked to i915.rstRobert Bragg
2016-12-07drm/i915/perf: use DRM_DEBUG for userspace issuesRobert Bragg
2016-12-01drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin
2016-11-29drm/i915/perf: Wrap 64bit divides in do_div()Chris Wilson
2016-11-22drm/i915: Add a kerneldoc summary for i915_perf.cRobert Bragg
2016-11-22drm/i915: add dev.i915.oa_max_sample_rate sysctlRobert Bragg
2016-11-22drm/i915: Add dev.i915.perf_stream_paranoid sysctl optionRobert Bragg
2016-11-22drm/i915: advertise available metrics via sysfsRobert Bragg
2016-11-22drm/i915: Enable i915 perf stream for Haswell OA unitRobert Bragg
2016-11-22drm/i915: Add i915 perf infrastructureRobert Bragg