Re: [PATCH 6/5] drm/amdgpu: fix style in dce_v8_0.c and in vi.c

2025-04-05 Thread Alex Deucher
On Sat, Mar 22, 2025 at 2:48 PM Alexandre Demers wrote: > > Bring things on a single line and fix spacing. > > Signed-off-by: Alexandre Demers > --- > drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 10 +++--- > drivers/gpu/drm/amd/amdgpu/vi.c | 8 > 2 files changed, 11 insertions(+)

Re: [PATCH 6/5] drm/amdgpu: fix style in dce_v8_0.c and in vi.c

2025-03-27 Thread Alex Deucher
On Thu, Mar 27, 2025 at 12:16 AM Alexandre Demers wrote: > > On Mon, Mar 24, 2025 at 2:21 PM Alex Deucher wrote: > > > > On Sat, Mar 22, 2025 at 2:48 PM Alexandre Demers > > wrote: > > > > > > Bring things on a single line and fix spacing. > > > > > > Signed-off-by: Alexandre Demers > > > --- >

Re: [PATCH 6/5] drm/amdgpu: fix style in dce_v8_0.c and in vi.c

2025-03-26 Thread Alexandre Demers
On Mon, Mar 24, 2025 at 2:21 PM Alex Deucher wrote: > > On Sat, Mar 22, 2025 at 2:48 PM Alexandre Demers > wrote: > > > > Bring things on a single line and fix spacing. > > > > Signed-off-by: Alexandre Demers > > --- > > drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 10 +++--- > > drivers/gpu/drm

Re: [PATCH 6/5] drm/amdgpu: fix style in dce_v8_0.c and in vi.c

2025-03-22 Thread Alexandre Demers
This should be titled patch 5/5. There was initially another one in the lot about radeon. However, it was removed from the series and sent alone. Alexandre On Sat, Mar 22, 2025 at 2:37 PM Alexandre Demers wrote: > > Bring things on a single line and fix spacing. > > Signed-off-by: Alexandre Demer

[PATCH 6/5] drm/amdgpu: fix style in dce_v8_0.c and in vi.c

2025-03-22 Thread Alexandre Demers
Bring things on a single line and fix spacing. Signed-off-by: Alexandre Demers --- drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 10 +++--- drivers/gpu/drm/amd/amdgpu/vi.c | 8 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c b/