commit | 59dfb0c64d3853d20dc84f4561f28d4f5a2ddc7d | [log] [tgz] |
---|---|---|
author | Daniel Kolesa <daniel@octaforge.org> | Wed Apr 29 17:02:36 2020 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri May 01 09:24:40 2020 -0400 |
tree | 664bd3e0839e973eb83178b331fc13a692f6d989 | |
parent | f33a6dec4e12fda128fde8f6b2fcc2252b4b59d1 [diff] |
drm/amd/display: work around fp code being emitted outside of DC_FP_START/END The dcn20_validate_bandwidth function would have code touching the incorrect registers emitted outside of the boundaries of the DC_FP_START/END macros, at least on ppc64le. Work around the problem by wrapping the whole function instead. Signed-off-by: Daniel Kolesa <daniel@octaforge.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org # 5.6.x