drm/amdgpu: Modify the seq64 VM cache policy
authorArunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Mon, 10 Feb 2025 16:47:28 +0000 (22:17 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Apr 2025 20:48:20 +0000 (16:48 -0400)
commitfc4a85c6b2cc1b0f4e682180165a4e629711701f
tree883ff0651bdcc23a9fe469aa0f47b68b495da7da
parent239a310b4942a81f5e87a442bf1bcb759494f0c1
drm/amdgpu: Modify the seq64 VM cache policy

The seq64 VM cache policy should be set to UC (Uncached) to
match with userqueue fence address kernel mapped memory's
cache settings.

Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_seq64.c