aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30drm/i915/perf: Schedule oa_config after modifying the contextsChris Wilson1-55/+99
2020-03-27drm/i915/perf: add new open param to configure polling of OA bufferLionel Landwerlin1-7/+25
2020-03-27drm/i915/perf: move pollin setup to non hw specific codeLionel Landwerlin1-11/+3
2020-03-27drm/i915/perf: rework aging tail workaroundLionel Landwerlin1-121/+83
2020-03-20drm/i915/perf: Invalidate OA TLB on when closing perf streamUmesh Nerlige Ramappa1-0/+8
2020-03-18drm/i915/perf: Invalidate OA TLB on when closing perf streamUmesh Nerlige Ramappa1-0/+8
2020-03-17drm/i915/perf: introduce global sseu pinningLionel Landwerlin1-2/+74
2020-03-17drm/i915/perf: remove redundant power configuration register overrideLionel Landwerlin1-7/+0
2020-03-17drm/i915/perf: remove generated codeLionel Landwerlin1-80/+1
2020-03-02drm/i915/perf: Reintroduce wait on OA configuration completionChris Wilson1-17/+41
2020-02-28drm/i915/perf: Manually acquire engine-wakeref around use of kernel_contextChris Wilson1-0/+2
2020-02-28drm/i915/perf: Mark up the racy use of perf->exclusive_streamChris Wilson1-6/+7
2020-02-21drm/i915/perf: conversion to struct drm_device based logging macros.Wambui Karuga1-10/+17
2020-02-04drm/i915: conversion to drm_device logging macros when drm_i915_private is present.Wambui Karuga1-2/+3
2020-01-27drm/i915/perf: Fix OA context id overlap with idle context idUmesh Nerlige Ramappa1-2/+8
2020-01-22drm/i915: Make WARN* drm specific where uncore or stream ptr is availablePankaj Bharadiya1-16/+22
2020-01-09drm/i915: Pin the context as we work on itChris Wilson1-10/+5
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-3/+0
2019-12-20drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson1-2/+2
2019-12-13drm/i915/perf: Register sysctl path globallyVenkata Sandeep Dhanalakota1-4/+13
2019-12-09drm/i915/perf: Configure OAR for specific contextUmesh Nerlige Ramappa1-87/+112
2019-12-09drm/i915/perf: Allow non-privileged access when OA buffer is not sampledUmesh Nerlige Ramappa1-2/+3
2019-12-04drm/i915/perf: drop pointless static qualifier in i915_perf_add_config_ioctl()Mao Wenan1-1/+1
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson1-1/+3
2019-11-15drm/i915/perf: Add preemption check while waiting for OALionel Landwerlin1-0/+2
2019-11-14drm/i915/perf: don't forget noa wait after oa configLionel Landwerlin1-2/+7
2019-11-11drm/i915/perf: always consider holding preemption a privileged opLionel Landwerlin1-10/+10
2019-11-01drm/i915/perf: Reverse a ternary to make sparse happyChris Wilson1-5/+10
2019-10-29drm/i915/tgl: Add perf support on TGLLionel Landwerlin1-34/+317
2019-10-29drm/i915/perf: Add helper macros for comparing with whitelisted registersUmesh Nerlige Ramappa1-26/+28
2019-10-28drm/i915/execlists: Use vfunc to check engine submission modeMichal Wajdeczko1-5/+5
2019-10-24drm/i915/gt: Split intel_ring_submissionChris Wilson1-0/+1
2019-10-22drm/i915: Drop assertion that ce->pin_mutex guards state updatesChris Wilson1-1/+0
2019-10-20drm/i915/perf: fix oa config reconfigurationLionel Landwerlin1-5/+6
2019-10-14drm/i915/perf: allow holding preemption on filtered ctxLionel Landwerlin1-3/+31
2019-10-14drm/i915/perf: Allow dynamic reconfiguration of the OA streamChris Wilson1-1/+45
2019-10-14drm/i915: add support for perf configuration queriesLionel Landwerlin1-2/+1
2019-10-14drm/i915/perf: introduce a versioning of the i915-perf uapiLionel Landwerlin1-0/+10
2019-10-13drm/i915/perf: Avoid polluting the i915_oa_config with error pointersChris Wilson1-27/+25
2019-10-12drm/i915/perf: Prefer using the pinned_ctx for emitting delays on configChris Wilson1-2/+7
2019-10-12drm/i915/perf: execute OA configuration from command streamLionel Landwerlin1-43/+156
2019-10-12drm/i915/perf: implement active wait for noa configurationsLionel Landwerlin1-0/+224
2019-10-12drm/i915/perf: allow for CS OA configs to be created lazilyLionel Landwerlin1-46/+61
2019-10-12drm/i915/perf: Replace global wakeref tracking with engine-pmChris Wilson1-4/+4
2019-10-10drm/i915/perf: Store shortcut to intel_uncoreChris Wilson1-24/+24
2019-10-10drm/i915/perf: store the associated engine of a streamLionel Landwerlin1-4/+26
2019-10-08drm/i915/perf: drop list of streamsLionel Landwerlin1-15/+1
2019-10-08drm/i915/perf: Set the exclusive stream under perf->lockChris Wilson1-11/+1
2019-10-08drm/i915/perf: Wean ourselves off dev_privChris Wilson1-367/+354
2019-10-04drm/i915: Move context management under GEMChris Wilson1-7/+17