summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_perf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-101-3/+0
|\
| * i915: alloc_oa_regs(): get rid of pointless access_ok()Al Viro2020-05-011-3/+0
* | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-286/+291
|\ \
| * | drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()Ville Syrjälä2020-05-141-5/+2
| * | drm/i915: Store CS timestamp frequency in HzVille Syrjälä2020-05-141-6/+6
| * | drm/i915: Nuke pointless div by 64bitVille Syrjälä2020-05-141-6/+5
| * | drm/i915/execlists: Track inflight CCIDChris Wilson2020-04-281-2/+1
| * | drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson2020-04-281-2/+1
| * | drm/i915: Make define for lrc state offsetMika Kuoppala2020-04-241-1/+1
| * | drm/i915: Make exclusive awaits on i915_active optionalChris Wilson2020-04-061-1/+1
| * | drm/i915/perf: Do not clear pollin for small user read buffersAshutosh Dixit2020-04-031-50/+11
| * | drm/i915/perf: don't read head/tail pointers outside critical sectionLionel Landwerlin2020-03-311-2/+5
| * | drm/i915/perf: Schedule oa_config after modifying the contextsChris Wilson2020-03-301-55/+99
| * | drm/i915/perf: add new open param to configure polling of OA bufferLionel Landwerlin2020-03-271-7/+25
| * | drm/i915/perf: move pollin setup to non hw specific codeLionel Landwerlin2020-03-271-11/+3
| * | drm/i915/perf: rework aging tail workaroundLionel Landwerlin2020-03-271-121/+83
| * | drm/i915/perf: Invalidate OA TLB on when closing perf streamUmesh Nerlige Ramappa2020-03-181-0/+8
| * | drm/i915/perf: introduce global sseu pinningLionel Landwerlin2020-03-171-2/+74
| * | drm/i915/perf: remove redundant power configuration register overrideLionel Landwerlin2020-03-171-7/+0
| * | drm/i915/perf: remove generated codeLionel Landwerlin2020-03-171-80/+1
* | | Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar2020-05-281-4/+2
|\ \ \
| * | | drm/i915/execlists: Track inflight CCIDChris Wilson2020-05-061-2/+1
| * | | drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson2020-05-061-2/+1
* | | | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-04-221-7/+6
|\ \ \ \ | |/ / / |/| | |
| * | | drm/i915/perf: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-7/+6
| | |/ | |/|
* | | drm/i915/perf: Do not clear pollin for small user read buffersAshutosh Dixit2020-04-131-54/+11
|/ /
* | 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