aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18drm/i915/perf: don't forget noa wait after oa configLionel Landwerlin1-2/+7
2019-11-12drm/i915/perf: always consider holding preemption a privileged opLionel Landwerlin1-10/+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
2019-06-26drm/i915: Move OA files to separate folderMichal Wajdeczko1-14/+14
2019-06-25drm/i915/perf: fix ICL perf register offsetsLionel Landwerlin1-3/+7
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-3/+3
2019-06-10drm/i915/perf: fix whitelist on Gen10+Lionel Landwerlin1-0/+1
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-0/+2
2019-05-28drm/i915: Move shmem object setup to its own fileChris Wilson1-1/+1
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson1-34/+46
2019-04-26drm/i915: Export intel_context_instance()Chris Wilson1-7/+14
2019-04-24drm/i915: Pass intel_context to i915_request_create()Chris Wilson1-1/+1
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-1/+2
2019-04-24drm/i915: Store the default sseu setup on the engineChris Wilson1-1/+1