[AMD Official Use Only]
Thanks
@Koenig, Christian.
Best Regards,
Kevin
From: Koenig, Christian <Christian.Koenig@xxxxxxx>
Sent: Thursday, January 20, 2022 5:11 PM To: Wang, Yang(Kevin) <KevinYang.Wang@xxxxxxx>; amd-gfx@xxxxxxxxxxxxxxxxxxxxx <amd-gfx@xxxxxxxxxxxxxxxxxxxxx>; Deucher, Alexander <Alexander.Deucher@xxxxxxx>; Liu, Monk <Monk.Liu@xxxxxxx> Cc: Min, Frank <Frank.Min@xxxxxxx>; Chen, Horace <Horace.Chen@xxxxxxx> Subject: Re: [PATCH] drm/amdgpu: force using sdma to update vm page table when mmio is blocked Hi Kevin,
well at least the HDP flush function has to work correctly or otherwise the driver won't work correctly. If the registers are not accessible any more we need to find a proper workaround for this. One possibility would be to use the KIQ, another is a dummy write/read to make sure the HDP is flushed (check the hardware docs). The third option would be to question if blocking the HDP registers is really a good idea. The solution is up to you, but a workaround like proposed below doesn't really help in any way. Regards, Christian. Am 20.01.22 um 10:07 schrieb Wang, Yang(Kevin):
|