Re: [PATCH] drm/amd/display: fix dm irq error message in gpu recover

2023-02-24 Thread Hamza Mahfooz
On 2/24/23 11:55, Aurabindo Pillai wrote: From: tiancyin [Why] Variable adev->crtc_irq.num_types was initialized as the value of adev->mode_info.num_crtc at early_init stage, later at hw_init stage, the num_crtc changed due to the display pipe harvest on some SKUs, but the num_types was not upd

[PATCH] drm/amd/display: fix dm irq error message in gpu recover

2023-02-24 Thread Aurabindo Pillai
From: tiancyin [Why] Variable adev->crtc_irq.num_types was initialized as the value of adev->mode_info.num_crtc at early_init stage, later at hw_init stage, the num_crtc changed due to the display pipe harvest on some SKUs, but the num_types was not updated accordingly, that cause below error in

Re: [PATCH] drm/amd/display: fix dm irq error message in gpu recover

2023-02-08 Thread Hamza Mahfooz
On 2/8/23 02:25, Tianci Yin wrote: From: tiancyin [Why] Variable adev->crtc_irq.num_types was initialized as the value of adev->mode_info.num_crtc at early_init stage, later at hw_init stage, the num_crtc changed due to the display pipe harvest on some SKUs, but the num_types was not updated ac

Re: [PATCH] drm/amd/display: fix dm irq error message in gpu recover

2023-02-08 Thread Harry Wentland
On 2/8/23 09:26, Alex Deucher wrote: On Wed, Feb 8, 2023 at 2:26 AM Tianci Yin wrote: From: tiancyin [Why] Variable adev->crtc_irq.num_types was initialized as the value of adev->mode_info.num_crtc at early_init stage, later at hw_init stage, the num_crtc changed due to the display pipe h

Re: [PATCH] drm/amd/display: fix dm irq error message in gpu recover

2023-02-08 Thread Alex Deucher
On Wed, Feb 8, 2023 at 2:26 AM Tianci Yin wrote: > > From: tiancyin > > [Why] > Variable adev->crtc_irq.num_types was initialized as the value of > adev->mode_info.num_crtc at early_init stage, later at hw_init stage, > the num_crtc changed due to the display pipe harvest on some SKUs, > but the

[PATCH] drm/amd/display: fix dm irq error message in gpu recover

2023-02-07 Thread Tianci Yin
From: tiancyin [Why] Variable adev->crtc_irq.num_types was initialized as the value of adev->mode_info.num_crtc at early_init stage, later at hw_init stage, the num_crtc changed due to the display pipe harvest on some SKUs, but the num_types was not updated accordingly, that cause below error in