Todd C. Miller schreef op 2020-01-22 17:25:
On Wed, 22 Jan 2020 03:10:01 +0100, Mark Kettenis wrote:

The attached diff fixes amdgpu(4) and might very well fix radeondrm(4)
as well. The problems with the hardware cursor are gone, various screen corruptions no longer seem to happen and the laptop I have here suspends
and resumes now.
I still occasionally see some glitches playing youtube videos, but
overall this seems to be huge improvement.

Just out of curiosity, do you have any plans to replace the
drm_vma_node_unmap() stub with something similar?
That function is used in other places too.

One other place, which is already #ifdef __linux__.

I'd like to implement it properly, but that is hard given the differences between uvm and Linux's VM system.

At least jsg@ went ahead and poisoned the function.

Cheers,

Mark

Reply via email to