summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/perf: Invalidate OA TLB on when closing perf streamUmesh Nerlige Ramappa2020-03-201-0/+8
* drm/i915/perf: Reintroduce wait on OA configuration completionChris Wilson2020-03-021-17/+41
* drm/i915/perf: Manually acquire engine-wakeref around use of kernel_contextChris Wilson2020-02-281-0/+2
* drm/i915/perf: Mark up the racy use of perf->exclusive_streamChris Wilson2020-02-281-6/+7
* drm/i915/perf: conversion to struct drm_device based logging macros.Wambui Karuga2020-02-211-10/+17
* drm/i915: conversion to drm_device logging macros when drm_i915_private is pr...Wambui Karuga2020-02-041-2/+3
* drm/i915/perf: Fix OA context id overlap with idle context idUmesh Nerlige Ramappa2020-01-271-2/+8
* drm/i915: Make WARN* drm specific where uncore or stream ptr is availablePankaj Bharadiya2020-01-221-16/+22
* 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