summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Pin the context as we work on itChris Wilson2020-01-091-10/+5
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-3/+0
* drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson2019-12-201-2/+2
* drm/i915/perf: Register sysctl path globallyVenkata Sandeep Dhanalakota2019-12-131-4/+13
* drm/i915/perf: Configure OAR for specific contextUmesh Nerlige Ramappa2019-12-091-87/+112
* drm/i915/perf: Allow non-privileged access when OA buffer is not sampledUmesh Nerlige Ramappa2019-12-091-2/+3
* drm/i915/perf: drop pointless static qualifier in i915_perf_add_config_ioctl()Mao Wenan2019-12-041-1/+1
* drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson2019-11-251-1/+3
* drm/i915/perf: Add preemption check while waiting for OALionel Landwerlin2019-11-151-0/+2
* drm/i915/perf: don't forget noa wait after oa configLionel Landwerlin2019-11-141-2/+7
* drm/i915/perf: always consider holding preemption a privileged opLionel Landwerlin2019-11-111-10/+10
* drm/i915/perf: Reverse a ternary to make sparse happyChris Wilson2019-11-011-5/+10
* drm/i915/tgl: Add perf support on TGLLionel Landwerlin2019-10-291-34/+317
* drm/i915/perf: Add helper macros for comparing with whitelisted registersUmesh Nerlige Ramappa2019-10-291-26/+28
* drm/i915/execlists: Use vfunc to check engine submission modeMichal Wajdeczko2019-10-281-5/+5
* drm/i915/gt: Split intel_ring_submissionChris Wilson2019-10-241-0/+1
* drm/i915: Drop assertion that ce->pin_mutex guards state updatesChris Wilson2019-10-221-1/+0
* drm/i915/perf: fix oa config reconfigurationLionel Landwerlin2019-10-201-5/+6
* drm/i915/perf: allow holding preemption on filtered ctxLionel Landwerlin2019-10-141-3/+31
* drm/i915/perf: Allow dynamic reconfiguration of the OA streamChris Wilson2019-10-141-1/+45
* drm/i915: add support for perf configuration queriesLionel Landwerlin2019-10-141-2/+1
* drm/i915/perf: introduce a versioning of the i915-perf uapiLionel Landwerlin2019-10-141-0/+10
* drm/i915/perf: Avoid polluting the i915_oa_config with error pointersChris Wilson2019-10-131-27/+25
* drm/i915/perf: Prefer using the pinned_ctx for emitting delays on configChris Wilson2019-10-121-2/+7
* drm/i915/perf: execute OA configuration from command streamLionel Landwerlin2019-10-121-43/+156
* drm/i915/perf: implement active wait for noa configurationsLionel Landwerlin2019-10-121-0/+224
* drm/i915/perf: allow for CS OA configs to be created lazilyLionel Landwerlin2019-10-121-46/+61
* drm/i915/perf: Replace global wakeref tracking with engine-pmChris Wilson2019-10-121-4/+4
* drm/i915/perf: Store shortcut to intel_uncoreChris Wilson2019-10-101-24/+24
* drm/i915/perf: store the associated engine of a streamLionel Landwerlin2019-10-101-4/+26
* drm/i915/perf: drop list of streamsLionel Landwerlin2019-10-081-15/+1
* drm/i915/perf: Set the exclusive stream under perf->lockChris Wilson2019-10-081-11/+1
* drm/i915/perf: Wean ourselves off dev_privChris Wilson2019-10-081-367/+354
* drm/i915: Move context management under GEMChris Wilson2019-10-041-7/+17
* drm/i915: Remove logical HW IDChris Wilson2019-10-041-14/+11
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-29/+3
* drm/i915/selftests: Verify the LRC register layout between init and HWChris Wilson2019-09-241-20/+15
* drm/i915/perf: Assert locking for i915_init_oa_perf_state()Chris Wilson2019-08-311-0/+3
* drm/i915/tgl/perf: use the same oa ctx_id format as iclMichel Thierry2019-08-271-1/+2
* drm/i915: extract i915_perf.h from i915_drv.hJani Nikula2019-08-091-0/+1
* drm/i915/perf: Refactor oa object to better manage resourcesUmesh Nerlige Ramappa2019-08-071-264/+276
* drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-2/+1
* drm/i915: Avoid ce->gem_context->i915Chris Wilson2019-07-311-1/+1
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-07-291-5/+3
|\
| * proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-5/+3
* | drm/i915/perf: Initialise err to 0 before looping over ce->enginesChris Wilson2019-07-261-26/+35
* | drm/i915/oa: Reconfigure contexts on the flyChris Wilson2019-07-171-58/+185
* | drm/i915/perf: add missing delay for OA muxes configurationLionel Landwerlin2019-07-101-21/+28
* | drm/i915/perf: ensure we keep a reference on the driverLionel Landwerlin2019-07-091-0/+8
* | drm/i915: Move OA files to separate folderMichal Wajdeczko2019-06-261-14/+14
OpenPOWER on IntegriCloud