commit | 2a807341ed1074ab83638f2fab08dffaa373f6b8 | [log] [tgz] |
---|---|---|
author | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Sun Jan 23 03:38:28 2022 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Jan 25 17:54:23 2022 -0500 |
tree | 50703fdf0e3603cd5bc2ef1304998e7cffb485db | |
parent | 25f1488bdbba63415239ff301fe61a8546140d9f [diff] |
drm/amdgpu/display: Remove t_srx_delay_us. 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. Cc: stable@vger.kernel.org Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>