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

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: 57-bit enable for watch address on gfx_v12_1

Add 57-bit support for debugger set watch address API

Signed-off-by: Alex Sierra <alex.sierra@amd.com>
Co-authored-by: Alexey Kondratiev <Alexey.Kondratiev@amd.com>
Reviewed-by: Philip.Yang <Philip.Yang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Alex Sierra
Alexey Kondratiev
and committed by
Alex Deucher
f56e29b8 f1d7a876

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v12_1.c
··· 330 330 331 331 watch_address_cntl = 0; 332 332 watch_address_low = lower_32_bits(watch_address); 333 - watch_address_high = upper_32_bits(watch_address) & 0xffff; 333 + watch_address_high = upper_32_bits(watch_address) & 0x1ffffff; 334 334 335 335 watch_address_cntl = REG_SET_FIELD(watch_address_cntl, 336 336 TCP_WATCH0_CNTL,