aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-04drm/i915/perf: Reintroduce wait on OA configuration completionChris Wilson1-17/+41
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
2019-10-04drm/i915: Remove logical HW IDChris Wilson1-14/+11
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-29/+3
2019-09-24drm/i915/selftests: Verify the LRC register layout between init and HWChris Wilson1-20/+15
2019-08-31drm/i915/perf: Assert locking for i915_init_oa_perf_state()Chris Wilson1-0/+3
2019-08-27drm/i915/tgl/perf: use the same oa ctx_id format as iclMichel Thierry1-1/+2
2019-08-09drm/i915: extract i915_perf.h from i915_drv.hJani Nikula1-0/+1
2019-08-07drm/i915/perf: Refactor oa object to better manage resourcesUmesh Nerlige Ramappa1-264/+276
2019-08-06drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson1-2/+1
2019-07-31drm/i915: Avoid ce->gem_context->i915Chris Wilson1-1/+1
2019-07-29Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi1-5/+3
2019-07-26drm/i915/perf: Initialise err to 0 before looping over ce->enginesChris Wilson1-26/+35
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-5/+3
2019-07-17drm/i915/oa: Reconfigure contexts on the flyChris Wilson1-58/+185
2019-07-10drm/i915/perf: add missing delay for OA muxes configurationLionel Landwerlin1-21/+28
2019-07-09drm/i915/perf: ensure we keep a reference on the driverLionel Landwerlin1-0/+8