summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-24drm/i915: Increase ww locking for perf.Maarten Lankhorst1-13/+43
2021-03-15i915/perf: Start hrtimer only if sampling the OA bufferUmesh Nerlige Ramappa1-8/+5
2021-02-12i915/perf: Drop the check for report reason in OAUmesh Nerlige Ramappa1-5/+0
2021-02-09i915/perf: Add additional OA formats for gen12Umesh Nerlige Ramappa1-6/+3
2021-02-09i915/perf: Move OA formats to single arrayUmesh Nerlige Ramappa1-17/+2
2021-02-09i915/perf: Store a mask of valid OA formats for a platformUmesh Nerlige Ramappa1-1/+62
2021-01-15Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie1-6/+11
2020-12-23drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson1-4/+7
2020-12-21drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson1-1/+1
2020-12-18drm/i915/perf: also include Gen11 in OATAILPTR workaroundLionel Landwerlin1-1/+1
2020-12-16drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson1-0/+1
2020-12-09drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson1-0/+1
2020-12-03Merge tag 'drm-intel-next-queued-2020-11-27' of git://anongit.freedesktop.org...Dave Airlie1-2/+7
2020-11-28drm/i915/perf: replace idr_init() by idr_init_base()Deepak R Varma1-1/+1
2020-11-19drm/i915/perf: workaround register corruption in OATAILPTRLionel Landwerlin1-2/+7
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab1-3/+5
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 CCIDChris 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