]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: use gpu virtual address for interrupt packet write space for vangogh
authorHuang Rui <ray.huang@amd.com>
Thu, 9 Jul 2020 03:32:50 +0000 (11:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Oct 2020 19:14:03 +0000 (15:14 -0400)
commit017d3716a5f7ab4998e649c19753b530eb3d3694
treee5550c8a44f45aa1b24162ec4065b805307a3354
parent029c7a7167312633e6cca65d14cd4da25788380e
drm/amdgpu: use gpu virtual address for interrupt packet write space for vangogh

The interrupts are not stable while uses guest physical address (GPA)
for interrupt packet write space even on direct loading case.

v2: make condition more readable

Signed-off-by: Huang Rui <ray.huang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/navi10_ih.c