Re: [PATCH] drm/fourcc: add LINEAR modifiers with an exact pitch alignment

2024-12-24 Thread Marek Olšák
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

RE: [PATCH] drm/amdgpu: Fix for MEC SJT FW Load Fail on VF

2024-12-24 Thread Zhang, Hawking
[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

[PATCH] drm/amdgpu: Add a lock when accessing the buddy trim function

2024-12-24 Thread Arunpravin Paneer Selvam
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

Re: [PATCH 2/3] drm/amdgpu: Use efficient ring padding with more rings

2024-12-24 Thread Tvrtko Ursulin
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