Re: [PATCH] drm/amdgpu/display: Remove t_srx_delay_us.

2022-01-25 Thread Alex Deucher
Applied. Thanks! Alex On Tue, Jan 25, 2022 at 12:53 PM Harry Wentland wrote: > > On 2022-01-22 21:38, Bas Nieuwenhuizen wrote: > > Unused. Convert the divisions into asserts on the divisor, to > > debug why it is zero. The divide by zero is suspected of causing > > kernel panics. > > > > While

Re: [PATCH] drm/amdgpu/display: Remove t_srx_delay_us.

2022-01-25 Thread Harry Wentland
On 2022-01-22 21:38, Bas Nieuwenhuizen wrote: > Unused. Convert the divisions into asserts on the divisor, to > debug why it is zero. The divide by zero is suspected of causing > kernel panics. > > While I have no idea where the zero is coming from I think this > patch is a positive either way. >