This patchset adds xe_reg_rw mmio tracing event for the xe driver. This tracing event should be helpful for developers especially to debug Display code. Radhakrishna Sripada (2): drm/xe: Move mmio read/write functions to xe_mmio.c drm/xe: Add reg read/write trace .../drm/xe/compat-i915-headers/intel_uncore.h | 8 +- drivers/gpu/drm/xe/xe_mmio.c | 187 ++++++++++++++++++ drivers/gpu/drm/xe/xe_mmio.h | 136 +++---------- drivers/gpu/drm/xe/xe_trace.h | 26 +++ 4 files changed, 239 insertions(+), 118 deletions(-) -- 2.34.1