summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_perf.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-01drm/i915/perf: also include Gen11 in OATAILPTR workaroundLionel Landwerlin1-1/+1
2020-11-19drm/i915/perf: workaround register corruption in OATAILPTRLionel Landwerlin1-2/+7
2020-09-07drm/i915: Convert i915_perf to ww locking as wellMaarten Lankhorst1-15/+42
2020-07-10drm/i915/perf: Use GTT when saving/restoring engine GPRUmesh Nerlige Ramappa1-0/+1
2020-07-08drm/i915: Release shortlived maps of longlived objectsChris Wilson1-2/+2
2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota1-5/+4
2020-06-10Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-286/+291
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar1-4/+2
2020-05-14drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()Ville Syrjälä1-5/+2
2020-05-14drm/i915: Store CS timestamp frequency in HzVille Syrjälä1-6/+6
2020-05-14drm/i915: Nuke pointless div by 64bitVille Syrjälä1-6/+5
2020-05-06drm/i915/execlists: Track inflight CCIDdrm-intel-fixes-2020-05-07Chris Wilson1-2/+1
2020-05-06drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson1-2/+1
2020-05-01i915: alloc_oa_regs(): get rid of pointless access_ok()Al Viro1-3/+0
2020-04-28drm/i915/execlists: Track inflight CCIDChris Wilson1-2/+1
2020-04-28drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson1-2/+1
2020-04-24drm/i915: Make define for lrc state offsetMika Kuoppala1-1/+1
2020-04-22Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar1-7/+6
2020-04-16drm/i915/perf: Open access for CAP_PERFMON privileged processAlexey Budankov1-7/+6
2020-04-13drm/i915/perf: Do not clear pollin for small user read buffersAshutosh Dixit1-54/+11
2020-04-06drm/i915: Make exclusive awaits on i915_active optionalChris Wilson1-1/+1
2020-04-03drm/i915/perf: Do not clear pollin for small user read buffersAshutosh Dixit1-50/+11
2020-03-31drm/i915/perf: don't read head/tail pointers outside critical sectionLionel Landwerlin1-2/+5
2020-03-30drm/i915/perf: Schedule oa_config after modifying the contextsChris Wilson1-55/+99
2020-03-27drm/i915/perf: add new open param to configure polling of OA bufferLionel Landwerlin1-7/+25
2020-03-27drm/i915/perf: move pollin setup to non hw specific codeLionel Landwerlin1-11/+3
2020-03-27drm/i915/perf: rework aging tail workaroundLionel Landwerlin1-121/+83
2020-03-20drm/i915/perf: Invalidate OA TLB on when closing perf streamUmesh Nerlige Ramappa1-0/+8
2020-03-18drm/i915/perf: Invalidate OA TLB on when closing perf streamUmesh Nerlige Ramappa1-0/+8
2020-03-17drm/i915/perf: introduce global sseu pinningLionel Landwerlin1-2/+74
2020-03-17drm/i915/perf: remove redundant power configuration register overrideLionel Landwerlin1-7/+0
2020-03-17drm/i915/perf: remove generated codeLionel Landwerlin1-80/+1
2020-03-02drm/i915/perf: Reintroduce wait on OA configuration completionChris Wilson1-17/+41
2020-02-28drm/i915/perf: Manually acquire engine-wakeref around use of kernel_contextChris Wilson1-0/+2
2020-02-28drm/i915/perf: Mark up the racy use of perf->exclusive_streamChris Wilson1-6/+7
2020-02-21drm/i915/perf: conversion to struct drm_device based logging macros.Wambui Karuga1-10/+17
2020-02-04drm/i915: conversion to drm_device logging macros when drm_i915_private is pr...Wambui Karuga1-2/+3
2020-01-27drm/i915/perf: Fix OA context id overlap with idle context idUmesh Nerlige Ramappa1-2/+8
2020-01-22drm/i915: Make WARN* drm specific where uncore or stream ptr is availablePankaj Bharadiya1-16/+22
2020-01-09drm/i915: Pin the context as we work on itChris Wilson1-10/+5
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-3/+0
2019-12-20drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson1-2/+2
2019-12-13drm/i915/perf: Register sysctl path globallyVenkata Sandeep Dhanalakota1-4/+13
2019-12-09drm/i915/perf: Configure OAR for specific contextUmesh Nerlige Ramappa1-87/+112
2019-12-09drm/i915/perf: Allow non-privileged access when OA buffer is not sampledUmesh Nerlige Ramappa1-2/+3
2019-12-04drm/i915/perf: drop pointless static qualifier in i915_perf_add_config_ioctl()Mao Wenan1-1/+1
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson1-1/+3
2019-11-15drm/i915/perf: Add preemption check while waiting for OALionel Landwerlin1-0/+2