Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/amdgpu: Widen mmio trace register address width

Support wider address spaces, make it 32-bit so we don't have to
revisit this for a while.

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Tom St Denis and committed by
Alex Deucher
e11666eb 44879b62

+2 -2
+2 -2
drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
··· 24 24 __entry->reg = reg; 25 25 __entry->value = value; 26 26 ), 27 - TP_printk("0x%04lx, 0x%04lx, 0x%08lx", 27 + TP_printk("0x%04lx, 0x%08lx, 0x%08lx", 28 28 (unsigned long)__entry->did, 29 29 (unsigned long)__entry->reg, 30 30 (unsigned long)__entry->value) ··· 43 43 __entry->reg = reg; 44 44 __entry->value = value; 45 45 ), 46 - TP_printk("0x%04lx, 0x%04lx, 0x%08lx", 46 + TP_printk("0x%04lx, 0x%08lx, 0x%08lx", 47 47 (unsigned long)__entry->did, 48 48 (unsigned long)__entry->reg, 49 49 (unsigned long)__entry->value)