On Fri, Dec 20, 2024 at 10:24 AM Simona Vetter
wrote:
> On Thu, Dec 19, 2024 at 05:09:33PM +0100, Michel Dänzer wrote:
> > On 2024-12-19 10:02, Daniel Stone wrote:
> > >
> > > How this would be used in practice is also way too underdocumented. We
> > > need to document that exact-round-up 64b is
[AMD Official Use Only - AMD Internal Distribution Only]
Reviewed-by: Hawking Zhang
Regards,
Hawking
-Original Message-
From: amd-gfx On Behalf Of Yuan Feng
Sent: Monday, December 9, 2024 21:45
To: amd-gfx@lists.freedesktop.org
Cc: Feng, Yuan
Subject: [PATCH] drm/amdgpu: Fix for MEC SJ
When running YouTube videos and Steam games simultaneously,
the tester found a system hang / race condition issue with
the multi-display configuration setting. Adding a lock to
the buddy allocator's trim function would be the solution.
[ 7197.250436] general protection fault, probably for non-can
On 23/12/2024 16:39, Tvrtko Ursulin wrote:
From: Tvrtko Ursulin
We can easily expand the approach of writing nops in blocks using memset32
(via the respective helper) to more rings.
We do that by trivially factoring out a new amdgpu_ring_fill() helper out
of amdgpu_ring_insert_nop() and call