summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove i915.enable_execlists module parameterChris Wilson2017-11-201-4/+4
* drm/i915/perf: reuse timestamp frequency from device infoLionel Landwerlin2017-11-201-31/+5
* drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-201-2/+1
* drm/i915/perf: replace .reg accesses with i915_mmio_reg_offsetLionel Landwerlin2017-11-201-15/+24
* drm/i915/perf: enable perf support on CNLLionel Landwerlin2017-11-131-1/+40
* drm/i915/perf: refactor perf setupLionel Landwerlin2017-11-131-23/+25
* drm/i915/perf: add support for Coffeelake GT3Lionel Landwerlin2017-11-131-0/+3
* drm/i915/perf: complete whitelisting for OA programming on HSWLionel Landwerlin2017-11-131-1/+2
* drm/i915/perf: fix perf enable/disable ioctls with 32bits userspaceLionel Landwerlin2017-10-241-0/+4
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-3/+3
* drm/i915/perf: add support for Coffeelake GT2Lionel Landwerlin2017-09-181-0/+5
* drm/i915/perf: disable clk ratio reports on gen9Lionel Landwerlin2017-09-181-2/+1
* drm/i915/perf: Drop redundant check for perf.initialised on resetChris Wilson2017-08-101-5/+2
* drm/i915/perf: Drop lockdep assert for i915_oa_init_reg_state()Chris Wilson2017-08-101-2/+0
* drm/i915/perf: Initialise dynamic sysfs group before creationChris Wilson2017-08-101-2/+1
* drm/i915/perf: Initialise the dynamic sysfs attrChris Wilson2017-08-041-0/+1
* drm/i915/perf: Implement I915_PERF_ADD/REMOVE_CONFIG interfaceLionel Landwerlin2017-08-031-14/+457
* drm/i915/perf: disable NOA logic when not usedLionel Landwerlin2017-08-031-0/+4
* drm/i915/perf: leave GDT_CHICKEN_BITS programming in configsLionel Landwerlin2017-08-031-7/+0
* drm/i915/perf: prune OA configsLionel Landwerlin2017-08-031-185/+131
* drm/i915/perf: fix flex eu registers programmingLionel Landwerlin2017-08-031-2/+2
* drm/i915: Fix error checking/locking in perf/lookup_context()Imre Deak2017-07-171-27/+5
* drm/i915: Hold RPM wakelock while initializing OA buffersagar.a.kamble@intel.com2017-07-031-6/+6
* drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson2017-06-201-2/+2
* drm/i915: Group all the global context information togetherChris Wilson2017-06-201-1/+1
* drm/i915/perf: add GLK supportLionel Landwerlin2017-06-141-2/+15
* drm/i915/perf: add KBL supportLionel Landwerlin2017-06-141-1/+29
* drm/i915/perf: remove perf.hook_lockRobert Bragg2017-06-141-22/+11
* drm/i915/perf: per-gen timebase for checking sample freqRobert Bragg2017-06-141-11/+28
* drm/i915/perf: Add OA unit support for Gen 8+Robert Bragg2017-06-141-73/+961
* drm/i915/perf: rework mux configurations queriesLionel Landwerlin2017-06-141-2/+5
* drm/i915/perf: rate limit spurious oa report noticeRobert Bragg2017-05-131-1/+27
* drm/i915/perf: better pipeline aged/aging tail updatesRobert Bragg2017-05-131-18/+23
* drm/i915/perf: improve invalid OA format debug messageRobert Bragg2017-05-131-2/+4
* drm/i915/perf: improve tail race workaroundRobert Bragg2017-05-131-91/+186
* drm/i915/perf: no head/tail ref in gen7_oa_readRobert Bragg2017-05-131-32/+18
* drm/i915/perf: avoid read back of head registerRobert Bragg2017-05-131-25/+21
* drm/i915/perf: avoid poll, read, EAGAIN busy loopsRobert Bragg2017-05-131-1/+9
* drm/i915/perf: fix gen7_append_oa_reports commentRobert Bragg2017-05-131-1/+1
* drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson2017-05-041-7/+6
* drm/i915/perf: remove user triggerable warnMatthew Auld2017-03-281-2/+6
* drm/i915/perf: destroy stream on sample_flags mismatchMatthew Auld2017-03-281-1/+2
* drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson2017-03-021-1/+1
* drm/i915: Simplify releasing context referenceChris Wilson2016-12-181-12/+4
* drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-181-11/+7
* drm/i915/perf: More documentation hooked to i915.rstRobert Bragg2016-12-091-29/+383
* drm/i915/perf: use DRM_DEBUG for userspace issuesRobert Bragg2016-12-071-21/+21
* drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin2016-12-011-1/+1
* drm/i915/perf: Wrap 64bit divides in do_div()Chris Wilson2016-11-291-6/+7
* drm/i915: Add a kerneldoc summary for i915_perf.cRobert Bragg2016-11-221-0/+163
OpenPOWER on IntegriCloud