]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: work around fp code being emitted outside of DC_FP_START/END
authorDaniel Kolesa <daniel@octaforge.org>
Wed, 29 Apr 2020 15:02:36 +0000 (17:02 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Apr 2020 20:48:50 +0000 (16:48 -0400)
commitac7e519eb8a57ebb0d5e3356991060066e465a41
tree752b8dec95f6e66d5decd26d517042d2b9a895ff
parent11b362dd9f1fd77e6a4503a6cbd583ef40f1149d
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>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c