Re: [PATCH v4 4/6] sfc: falcon: Make I2C terminology more inclusive

2024-07-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 11 Jul 2024 05:27:32 + you wrote: > I2C v7, SMBus 3.2, and I3C 1.1.1 specifications have replaced "master/slave" > with more appropriate terms. Inspired by Wolfram's series to fix drivers/i2c/, > fix the t

Re: [Patch v2] drm/ttm: Allow direct reclaim to allocate local memory

2024-07-13 Thread Vlastimil Babka
On 7/8/24 6:06 PM, Rajneesh Bhardwaj wrote: > Limiting the allocation of higher order pages to the closest NUMA node > and enabling direct memory reclaim provides not only failsafe against > situations when memory becomes too much fragmented and the allocator is > not able to satisfy the request fr

Re: [PATCH 2/3] drm/amdgpu: More efficient ring padding

2024-07-13 Thread Tvrtko Ursulin
On 12/07/2024 16:28, Tvrtko Ursulin wrote: From: Tvrtko Ursulin Having noticed that typically 200+ nops per submission are written into the ring, using a rather verbose one-nop-at-a-time-plus-ring-buffer- arithmetic as done in amdgpu_ring_write(), the obvious idea was to improve it by filling

Re: [RFC] drm/amdgpu: More efficient ring padding

2024-07-13 Thread Tvrtko Ursulin
On 12/07/2024 14:04, Christian König wrote: Am 12.07.24 um 11:14 schrieb Tvrtko Ursulin: On 12/07/2024 08:33, Christian König wrote: Am 11.07.24 um 20:17 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin  From the department of questionable optimisations today we have a minor improvement to h

[PATCH] drm/amd/display: Implement bounds check for stream encoder creation

2024-07-13 Thread José Expósito
The same pattern fixed by commit 15dba12c5659 ("drm/amd/display: Implement bounds check for stream encoder creation in DCN301") was used in other create_stream_encoder() functions. Apply the same fix. Signed-off-by: José Expósito --- drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.

Re: [RFC] drm/amdgpu: More efficient ring padding

2024-07-13 Thread Tvrtko Ursulin
On 12/07/2024 08:33, Christian König wrote: Am 11.07.24 um 20:17 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin  From the department of questionable optimisations today we have a minor improvement to how padding / filling the rings with nops is done. Having noticed that typically 200+ nops pe

[PATCH] drm: Fix documentation warning for read_mpcc_state in mpc.h

2024-07-13 Thread Abhishek Tamboli
Add detail description for the read_mpcc_state function in the mpc_funcs struct to resolve the documentation warning. A kernel-doc warning was addressed: ./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:547: warning: Function parameter or struct member 'read_mpcc_state' not described in 'mpc_funcs'.

Re: [PATCH v9 00/53] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y

2024-07-13 Thread Łukasz Bartosik
On Wed, Jul 3, 2024 at 12:14 AM wrote: > > On Tue, Jul 2, 2024 at 4:01 PM Luis Chamberlain wrote: > > > > On Tue, Jul 02, 2024 at 03:56:50PM -0600, Jim Cromie wrote: > > > This fixes dynamic-debug support for DRM.debug, added via classmaps. > > > commit bb2ff6c27bc9 (drm: Disable dynamic debug as