summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/perf: Configure OAR for specific contextUmesh Nerlige Ramappa2019-12-101-87/+112
* drm/i915/perf: Allow non-privileged access when OA buffer is not sampledUmesh Nerlige Ramappa2019-12-101-2/+3
* drm/i915/perf: don't forget noa wait after oa configLionel Landwerlin2019-11-181-2/+7
* drm/i915/perf: always consider holding preemption a privileged opLionel Landwerlin2019-11-121-10/+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
* | drm/i915/perf: fix ICL perf register offsetsLionel Landwerlin2019-06-251-3/+7
|/
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-141-3/+3
* drm/i915/perf: fix whitelist on Gen10+Lionel Landwerlin2019-06-101-0/+1
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+2
* drm/i915: Move shmem object setup to its own fileChris Wilson2019-05-281-1/+1
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-34/+46
* drm/i915: Export intel_context_instance()Chris Wilson2019-04-261-7/+14
* drm/i915: Pass intel_context to i915_request_create()Chris Wilson2019-04-241-1/+1