mirror of https://gitee.com/openkylin/linux.git
drm/radeon: Also reset BCI on SI GPU reset.
Without this, e.g. egltri_screen looks scrambled after a GPU reset. Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
455c89b957
commit
6f789301fa
|
@ -2265,6 +2265,7 @@ static int si_gpu_soft_reset(struct radeon_device *rdev)
|
||||||
SOFT_RESET_GDS |
|
SOFT_RESET_GDS |
|
||||||
SOFT_RESET_PA |
|
SOFT_RESET_PA |
|
||||||
SOFT_RESET_SC |
|
SOFT_RESET_SC |
|
||||||
|
SOFT_RESET_BCI |
|
||||||
SOFT_RESET_SPI |
|
SOFT_RESET_SPI |
|
||||||
SOFT_RESET_SX |
|
SOFT_RESET_SX |
|
||||||
SOFT_RESET_TC |
|
SOFT_RESET_TC |
|
||||||
|
|
Loading…
Reference in New Issue