summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-06-101-22/+22
|\
| * drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-071-22/+22
* | Merge tag 'drm-intel-gt-next-2021-05-28' of git://anongit.freedesktop.org/drm...Dave Airlie2021-06-021-5/+5
|\ \ | |/ |/|
| * drm/i915/gt: Move submission_method into intel_gtChris Wilson2021-05-251-5/+5
* | drm/i915/perf: Enable OA formats for ADL_PUmesh Nerlige Ramappa2021-05-131-0/+1
|/
* drm/i915: Increase ww locking for perf.Maarten Lankhorst2021-03-241-13/+43
* i915/perf: Start hrtimer only if sampling the OA bufferUmesh Nerlige Ramappa2021-03-151-8/+5
* i915/perf: Drop the check for report reason in OAUmesh Nerlige Ramappa2021-02-121-5/+0
* i915/perf: Add additional OA formats for gen12Umesh Nerlige Ramappa2021-02-091-6/+3
* i915/perf: Move OA formats to single arrayUmesh Nerlige Ramappa2021-02-091-17/+2
* i915/perf: Store a mask of valid OA formats for a platformUmesh Nerlige Ramappa2021-02-091-1/+62
* Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie2021-01-151-6/+11
|\
| * drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson2020-12-231-4/+7
| * drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson2020-12-211-1/+1
| * drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson2020-12-161-0/+1
| * drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson2020-12-101-0/+1
| * drm/i915/perf: replace idr_init() by idr_init_base()Deepak R Varma2020-11-281-1/+1
* | drm/i915/perf: also include Gen11 in OATAILPTR workaroundLionel Landwerlin2020-12-181-1/+1
* | Merge tag 'drm-intel-next-queued-2020-11-27' of git://anongit.freedesktop.org...Dave Airlie2020-12-031-2/+7
|\ \
| * | drm/i915/perf: workaround register corruption in OATAILPTRLionel Landwerlin2020-11-191-2/+7
| |/
* / drm: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-161-3/+5
|/
* drm/i915: Convert i915_perf to ww locking as wellMaarten Lankhorst2020-09-071-15/+42
* drm/i915/perf: Use GTT when saving/restoring engine GPRUmesh Nerlige Ramappa2020-07-101-0/+1
* drm/i915: Release shortlived maps of longlived objectsChris Wilson2020-07-081-2/+2
* drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota2020-07-081-5/+4
* Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-111-3/+0
|\
| * i915: alloc_oa_regs(): get rid of pointless access_ok()Al Viro2020-05-021-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-031-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-171-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-071-2/+1
| * | | drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson2020-05-071-2/+1
* | | | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-04-221-7/+6
|\ \ \ \ | |/ / / |/| | |