https://bugs.freedesktop.org/show_bug.cgi?id=111004
Michel Dänzer <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|[email protected] |[email protected].
| |org
Summary|X crash in memcpy (RX590) |memcpy accessing GPU memory
| |mappings using SSE
| |instructions breaks in KVM
Component|Driver/AMDgpu |Other
QA Contact|[email protected] |[email protected].
| |org
Version|unspecified |git
Product|xorg |Mesa
--- Comment #7 from Michel Dänzer <[email protected]> ---
Reassigning to Mesa, but TBH I wouldn't expect anything to happen anytime soon
(unless you do it yourself). Mesa definitely wants to use an optimized memcpy
on bare metal, so replacing memcpy everywhere is probably out of the question,
and finding all code in Mesa where this could happen might be tricky.
Also note that APIs such as OpenGL or Vulkan expose such GPU mappings to
applications directly, so the approach you're suggesting would likely require
fixing a lot of application/framework code as well. It would most likely be
less painful if this could be solved in KVM somehow, or if you just override
the default memcpy implementation (with a known-good one) on your system.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
xorg-driver-ati mailing list
[email protected]
https://lists.x.org/mailman/listinfo/xorg-driver-ati