aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c
AgeCommit message (Expand)Author
2023-11-28i915/perf: Fix NULL deref bugs with drm_dbg() callsHarshit Mogalapalli
2023-04-20drm/i915: fix race condition UAF in i915_perf_add_config_ioctlMin Li
2023-04-20i915/perf: Replace DRM_DEBUG with driver specific drm_dbg callUmesh Nerlige Ramappa
2022-06-09drm/i915: Fix CFI violation with show_dynamic_id()Nathan Chancellor
2021-08-12Merge tag 'drm-intel-next-2021-08-10-1' of git://anongit.freedesktop.org/drm/...Dave Airlie
2021-07-30drm/i915: finish removal of CNLLucas De Marchi
2021-07-30drm/i915: remove GRAPHICS_VER == 10Lucas De Marchi
2021-07-22drm/i915/xehp: Handle new device context ID formatStuart Summers
2021-07-22drm/i915: Use a table for i915_init/exit (v2)Jason Ekstrand
2021-07-08drm/i915/gem: Return an error ptr from context_lookupJason Ekstrand
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-06-02Merge tag 'drm-intel-gt-next-2021-05-28' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-05-25drm/i915/gt: Move submission_method into intel_gtChris Wilson
2021-05-12drm/i915/perf: Enable OA formats for ADL_PUmesh Nerlige Ramappa
2021-03-24drm/i915: Increase ww locking for perf.Maarten Lankhorst
2021-03-15i915/perf: Start hrtimer only if sampling the OA bufferUmesh Nerlige Ramappa
2021-02-12i915/perf: Drop the check for report reason in OAUmesh Nerlige Ramappa
2021-02-09i915/perf: Add additional OA formats for gen12Umesh Nerlige Ramappa
2021-02-09i915/perf: Move OA formats to single arrayUmesh Nerlige Ramappa
2021-02-09i915/perf: Store a mask of valid OA formats for a platformUmesh Nerlige Ramappa
2021-01-15Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie
2020-12-23drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson
2020-12-21drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson
2020-12-18drm/i915/perf: also include Gen11 in OATAILPTR workaroundLionel Landwerlin
2020-12-16drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson
2020-12-09drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson
2020-12-03Merge tag 'drm-intel-next-queued-2020-11-27' of git://anongit.freedesktop.org...Dave Airlie
2020-11-28drm/i915/perf: replace idr_init() by idr_init_base()Deepak R Varma
2020-11-19drm/i915/perf: workaround register corruption in OATAILPTRLionel Landwerlin
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab
2020-09-07drm/i915: Convert i915_perf to ww locking as wellMaarten Lankhorst
2020-07-10drm/i915/perf: Use GTT when saving/restoring engine GPRUmesh Nerlige Ramappa
2020-07-08drm/i915: Release shortlived maps of longlived objectsChris Wilson
2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota
2020-06-10Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar
2020-05-14drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()Ville Syrjälä
2020-05-14drm/i915: Store CS timestamp frequency in HzVille Syrjälä
2020-05-14drm/i915: Nuke pointless div by 64bitVille Syrjälä
2020-05-06drm/i915/execlists: Track inflight CCIDChris Wilson
2020-05-06drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson
2020-05-01i915: alloc_oa_regs(): get rid of pointless access_ok()Al Viro
2020-04-28drm/i915/execlists: Track inflight CCIDChris Wilson
2020-04-28drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson
2020-04-24drm/i915: Make define for lrc state offsetMika Kuoppala
2020-04-22Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar
2020-04-16drm/i915/perf: Open access for CAP_PERFMON privileged processAlexey Budankov