Re: [PATCH 2/6] drm/amdgpu: add dce_v6_0_soft_reset() to DCE6

2025-02-28 Thread Alex Deucher
On Thu, Feb 27, 2025 at 2:11 PM Alexandre Demers wrote: > > On Thu, Feb 27, 2025 at 2:05 PM Alex Deucher wrote: > > > > On Thu, Feb 27, 2025 at 2:01 PM Alex Deucher wrote: > > > > > > On Thu, Feb 27, 2025 at 1:52 PM Alexandre Demers > > > wrote: > > > > > > > > On Thu, Feb 27, 2025 at 9:23 AM A

Re: [PATCH 2/6] drm/amdgpu: add dce_v6_0_soft_reset() to DCE6

2025-02-27 Thread Alex Deucher
On Thu, Feb 27, 2025 at 2:01 PM Alex Deucher wrote: > > On Thu, Feb 27, 2025 at 1:52 PM Alexandre Demers > wrote: > > > > On Thu, Feb 27, 2025 at 9:23 AM Alex Deucher wrote: > > > > > > On Thu, Feb 27, 2025 at 12:49 AM Alexandre Demers > > > wrote: > > > > > > > > DCE6 was missing soft reset, b

Re: [PATCH 2/6] drm/amdgpu: add dce_v6_0_soft_reset() to DCE6

2025-02-27 Thread Alexandre Demers
On Thu, Feb 27, 2025 at 2:05 PM Alex Deucher wrote: > > On Thu, Feb 27, 2025 at 2:01 PM Alex Deucher wrote: > > > > On Thu, Feb 27, 2025 at 1:52 PM Alexandre Demers > > wrote: > > > > > > On Thu, Feb 27, 2025 at 9:23 AM Alex Deucher > > > wrote: > > > > > > > > On Thu, Feb 27, 2025 at 12:49 AM

Re: [PATCH 2/6] drm/amdgpu: add dce_v6_0_soft_reset() to DCE6

2025-02-27 Thread Alexandre Demers
On Thu, Feb 27, 2025 at 2:01 PM Alex Deucher wrote: > > On Thu, Feb 27, 2025 at 1:52 PM Alexandre Demers > wrote: > > > > On Thu, Feb 27, 2025 at 9:23 AM Alex Deucher wrote: > > > > > > On Thu, Feb 27, 2025 at 12:49 AM Alexandre Demers > > > wrote: > > > > > > > > DCE6 was missing soft reset, b

Re: [PATCH 2/6] drm/amdgpu: add dce_v6_0_soft_reset() to DCE6

2025-02-27 Thread Alex Deucher
On Thu, Feb 27, 2025 at 1:52 PM Alexandre Demers wrote: > > On Thu, Feb 27, 2025 at 9:23 AM Alex Deucher wrote: > > > > On Thu, Feb 27, 2025 at 12:49 AM Alexandre Demers > > wrote: > > > > > > DCE6 was missing soft reset, but it was easily identifiable under radeon. > > > This should be it, pret

Re: [PATCH 2/6] drm/amdgpu: add dce_v6_0_soft_reset() to DCE6

2025-02-27 Thread Alexandre Demers
On Thu, Feb 27, 2025 at 9:23 AM Alex Deucher wrote: > > On Thu, Feb 27, 2025 at 12:49 AM Alexandre Demers > wrote: > > > > DCE6 was missing soft reset, but it was easily identifiable under radeon. > > This should be it, pretty much as it is done under DCE8 and DCE10. > > > > Signed-off-by: Alexan

Re: [PATCH 2/6] drm/amdgpu: add dce_v6_0_soft_reset() to DCE6

2025-02-27 Thread Alex Deucher
On Thu, Feb 27, 2025 at 12:49 AM Alexandre Demers wrote: > > DCE6 was missing soft reset, but it was easily identifiable under radeon. > This should be it, pretty much as it is done under DCE8 and DCE10. > > Signed-off-by: Alexandre Demers > --- > drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 62 +