public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/4] Use non traceable api in display trace code
@ 2023-06-13 21:52 Radhakrishna Sripada
  2023-06-13 21:52 ` [Intel-gfx] [PATCH 1/4] drm/i915: Add a notrace version of intel_de_read_fw Radhakrishna Sripada
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Radhakrishna Sripada @ 2023-06-13 21:52 UTC (permalink / raw)
  To: intel-gfx

Nesting of tracing events should in general be avoided. Many of the
display tracing events use the traceable versions of register read/writes.
This patchset replaces them with non traceable versions and defines them
if required.

This cleanup will be helpful to introduce reg rw tracing of the xe driver.

Radhakrishna Sripada (4):
  drm/i915: Add a notrace version of intel_de_read_fw
  drm/i915: Add a dummy notrace version of intel_de_read64_2x32
  drm/i915: Make intel_crtc_get_vblank_counter use no trace hw reads
  drm/i915: Make intel_get_crtc_scanline use no trace hw reads

 drivers/gpu/drm/i915/display/intel_de.h     | 17 ++++++++++++++++
 drivers/gpu/drm/i915/display/intel_vblank.c | 22 +++++++++++----------
 drivers/gpu/drm/i915/intel_uncore.h         |  2 ++
 3 files changed, 31 insertions(+), 10 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-06-22 21:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-13 21:52 [Intel-gfx] [PATCH 0/4] Use non traceable api in display trace code Radhakrishna Sripada
2023-06-13 21:52 ` [Intel-gfx] [PATCH 1/4] drm/i915: Add a notrace version of intel_de_read_fw Radhakrishna Sripada
2023-06-13 21:52 ` [Intel-gfx] [PATCH 2/4] drm/i915: Add a dummy notrace version of intel_de_read64_2x32 Radhakrishna Sripada
2023-06-13 21:52 ` [Intel-gfx] [PATCH 3/4] drm/i915: Make intel_crtc_get_vblank_counter use no trace hw reads Radhakrishna Sripada
2023-06-22 19:41   ` Lucas De Marchi
2023-06-22 21:50     ` Sripada, Radhakrishna
2023-06-13 21:52 ` [Intel-gfx] [PATCH 4/4] drm/i915: Make intel_get_crtc_scanline " Radhakrishna Sripada
2023-06-14  1:02 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Use non traceable api in display trace code Patchwork
2023-06-14  1:04   ` philly j
2023-06-14  1:05   ` philly j
2023-06-14  1:16 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-06-14  7:37 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox