Re: [PATCH 1/2] drm/amdgpu: Move HDP remapping earlier during init

2022-09-08 Thread Alex Deucher
Kroah-Hartman ; Kuehling, Felix > > ; amd-gfx@lists.freedesktop.org; > > tseew...@gmail.com; Deucher, Alexander > > ; s...@denx.de; Koenig, Christian > > ; Zhang, Hawking > > Subject: Re: [PATCH 1/2] drm/amdgpu: Move HDP remapping earlier during > > init > > > > [+cc G

RE: [PATCH 1/2] drm/amdgpu: Move HDP remapping earlier during init

2022-09-08 Thread Deucher, Alexander
> ; s...@denx.de; Koenig, Christian > ; Zhang, Hawking > Subject: Re: [PATCH 1/2] drm/amdgpu: Move HDP remapping earlier during > init > > [+cc Greg, no action needed yet, just FYI that stable will want these] > > On Thu, Aug 25, 2022 at 02:28:19PM +0530, Lijo Lazar wrote: > >

Re: [PATCH 1/2] drm/amdgpu: Move HDP remapping earlier during init

2022-08-25 Thread Bjorn Helgaas
[+cc Greg, no action needed yet, just FYI that stable will want these] On Thu, Aug 25, 2022 at 02:28:19PM +0530, Lijo Lazar wrote: > HDP flush is used early in the init sequence as part of memory controller > block initialization. Hence remapping of HDP registers needed for flush > needs to happen

Re: [PATCH 1/2] drm/amdgpu: Move HDP remapping earlier during init

2022-08-25 Thread Felix Kuehling
Am 2022-08-25 um 04:58 schrieb Lijo Lazar: HDP flush is used early in the init sequence as part of memory controller block initialization. Hence remapping of HDP registers needed for flush needs to happen earlier. This also fixes the AER error reported as Unsupported Request during driver load.

Re: [PATCH 1/2] drm/amdgpu: Move HDP remapping earlier during init

2022-08-25 Thread Christian König
Am 25.08.22 um 16:26 schrieb Alex Deucher: On Thu, Aug 25, 2022 at 10:22 AM Lazar, Lijo wrote: On 8/25/2022 7:37 PM, Alex Deucher wrote: On Thu, Aug 25, 2022 at 4:58 AM Lijo Lazar wrote: HDP flush is used early in the init sequence as part of memory controller block initialization. Henc

Re: [PATCH 1/2] drm/amdgpu: Move HDP remapping earlier during init

2022-08-25 Thread Alex Deucher
On Thu, Aug 25, 2022 at 10:22 AM Lazar, Lijo wrote: > > > > On 8/25/2022 7:37 PM, Alex Deucher wrote: > > On Thu, Aug 25, 2022 at 4:58 AM Lijo Lazar wrote: > >> > >> HDP flush is used early in the init sequence as part of memory controller > >> block initialization. Hence remapping of HDP registe

Re: [PATCH 1/2] drm/amdgpu: Move HDP remapping earlier during init

2022-08-25 Thread Lazar, Lijo
On 8/25/2022 7:37 PM, Alex Deucher wrote: On Thu, Aug 25, 2022 at 4:58 AM Lijo Lazar wrote: HDP flush is used early in the init sequence as part of memory controller block initialization. Hence remapping of HDP registers needed for flush needs to happen earlier. This also fixes the AER err

Re: [PATCH 1/2] drm/amdgpu: Move HDP remapping earlier during init

2022-08-25 Thread Alex Deucher
On Thu, Aug 25, 2022 at 4:58 AM Lijo Lazar wrote: > > HDP flush is used early in the init sequence as part of memory controller > block initialization. Hence remapping of HDP registers needed for flush > needs to happen earlier. > > This also fixes the AER error reported as Unsupported Request dur

[PATCH 1/2] drm/amdgpu: Move HDP remapping earlier during init

2022-08-25 Thread Lijo Lazar
HDP flush is used early in the init sequence as part of memory controller block initialization. Hence remapping of HDP registers needed for flush needs to happen earlier. This also fixes the AER error reported as Unsupported Request during driver load. Link: https://bugzilla.kernel.org/show_bug.c