aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-12Merge tag 'drm-intel-next-2021-08-10-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-14/+8
2021-07-30drm/i915: finish removal of CNLLucas De Marchi1-1/+0
2021-07-30drm/i915: remove GRAPHICS_VER == 10Lucas De Marchi1-13/+8
2021-07-22drm/i915/xehp: Handle new device context ID formatStuart Summers1-10/+19
2021-07-22drm/i915: Use a table for i915_init/exit (v2)Jason Ekstrand1-1/+2
2021-07-08drm/i915/gem: Return an error ptr from context_lookupJason Ekstrand1-2/+2
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-22/+22
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-22/+22
2021-06-02Merge tag 'drm-intel-gt-next-2021-05-28' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-5/+5
2021-05-25drm/i915/gt: Move submission_method into intel_gtChris Wilson1-5/+5
2021-05-12drm/i915/perf: Enable OA formats for ADL_PUmesh Nerlige Ramappa1-0/+1
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/drm-intel into drm-nextDave 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/drm/drm-intel into drm-nextDave 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/viro/vfsLinus 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/linux/kernel/git/acme/linux into perf/coreIngo 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