-
由 Jordan Crouse 提交于
Commit e812744c ("drm: msm: a6xx: Add support for A618") added a universal GBIF un-halt into a6xx_start(). This can cause problems for a630 targets which do not use GBIF and might have access protection enabled on the region now occupied by the GBIF registers. But it turns out that we didn't need to unhalt the GBIF in this path since the stop function already takes care of that after executing a flush but before turning off the headswitch. We should be confident that the GBIF is open for business when we restart the hardware. Signed-off-by: NJordan Crouse <jcrouse@codeaurora.org> Tested-by: NJohn Stultz <john.stultz@linaro.org> Reviewed-by: NRob Clark <robdclark@gmail.com> Fixes: e812744c ("drm: msm: a6xx: Add support for A618") Signed-off-by: NRob Clark <robdclark@chromium.org>
56d977d5