Re: [PATCH] drm/i915/perf: Update handling of MMIO triggered reports

2023-12-22 Thread Umesh Nerlige Ramappa
On Mon, Dec 18, 2023 at 04:05:43PM -0800, Umesh Nerlige Ramappa wrote: On XEHP platforms user is not able to find MMIO triggered reports in the OA buffer since i915 squashes the context ID fields. These context ID fields hold the MMIO trigger markers. Update logic to not squash the context ID fi

Re: [PATCH] drm/i915/perf: Update handling of MMIO triggered reports

2023-12-18 Thread Dixit, Ashutosh
On Mon, 18 Dec 2023 22:07:38 -0800, Umesh Nerlige Ramappa wrote: > > On Mon, Dec 18, 2023 at 09:48:39PM -0800, Dixit, Ashutosh wrote: > > On Mon, 18 Dec 2023 21:28:33 -0800, Dixit, Ashutosh wrote: > >> > >> On Mon, 18 Dec 2023 16:05:43 -0800, Umesh Nerlige Ramappa wrote: > >> > > >> > >> Hi Umesh,

Re: [PATCH] drm/i915/perf: Update handling of MMIO triggered reports

2023-12-18 Thread Umesh Nerlige Ramappa
On Mon, Dec 18, 2023 at 09:48:39PM -0800, Dixit, Ashutosh wrote: On Mon, 18 Dec 2023 21:28:33 -0800, Dixit, Ashutosh wrote: On Mon, 18 Dec 2023 16:05:43 -0800, Umesh Nerlige Ramappa wrote: > Hi Umesh, > On XEHP platforms user is not able to find MMIO triggered reports in the > OA buffer since

Re: [PATCH] drm/i915/perf: Update handling of MMIO triggered reports

2023-12-18 Thread Dixit, Ashutosh
On Mon, 18 Dec 2023 21:28:33 -0800, Dixit, Ashutosh wrote: > > On Mon, 18 Dec 2023 16:05:43 -0800, Umesh Nerlige Ramappa wrote: > > > > Hi Umesh, > > > On XEHP platforms user is not able to find MMIO triggered reports in the > > OA buffer since i915 squashes the context ID fields. These context ID

Re: [PATCH] drm/i915/perf: Update handling of MMIO triggered reports

2023-12-18 Thread Dixit, Ashutosh
On Mon, 18 Dec 2023 16:05:43 -0800, Umesh Nerlige Ramappa wrote: > Hi Umesh, > On XEHP platforms user is not able to find MMIO triggered reports in the > OA buffer since i915 squashes the context ID fields. These context ID > fields hold the MMIO trigger markers. > > Update logic to not squash th

[PATCH] drm/i915/perf: Update handling of MMIO triggered reports

2023-12-18 Thread Umesh Nerlige Ramappa
On XEHP platforms user is not able to find MMIO triggered reports in the OA buffer since i915 squashes the context ID fields. These context ID fields hold the MMIO trigger markers. Update logic to not squash the context ID fields of MMIO triggered reports. Fixes: cba94bbcff08 ("drm/i915/perf: Det