Re: [PATCH v2 01/10] drm/amdgpu: add skip_hw_access checks for sriov

2024-05-29 Thread Christian König
Am 28.05.24 um 19:23 schrieb Yunxiang Li: Accessing registers via host is missing the check for skip_hw_access and the lockdep check that comes with it. Signed-off-by: Yunxiang Li --- drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH v2 01/10] drm/amdgpu: add skip_hw_access checks for sriov

2024-05-28 Thread Yunxiang Li
Accessing registers via host is missing the check for skip_hw_access and the lockdep check that comes with it. Signed-off-by: Yunxiang Li --- drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c