Re: [PATCH 1/1] drm/amd/display: work around fp code being emitted outside of DC_FP_START/END

2020-04-30 Thread Alex Deucher
On Wed, Apr 29, 2020 at 11:08 AM Daniel Kolesa wrote: > > 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

[PATCH 1/1] drm/amd/display: work around fp code being emitted outside of DC_FP_START/END

2020-04-29 Thread Daniel Kolesa
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 ---