commit | 424b5442a2a67ba369839455c3b1fb1b00c6d861 | [log] [tgz] |
---|---|---|
author | Yong Zhao <Yong.Zhao@amd.com> | Tue Jan 22 20:09:17 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Oct 03 09:11:01 2019 -0500 |
tree | 0daaf3f7e4d5faae8371cd2ddee9db879f909e1c | |
parent | 89b0679bd8cffbf11b6c1def984c83e837c4a43f [diff] |
drm/amdkfd: Remove unnecessary pm_init() for non HWS mode The packet manager is not needed for non HWS mode except Hawaii, so only initialize it for Hawaii under non HWS mode. This will simplify debugging under non HWS mode for all new asics, because it eliminates one variable out of the equation in non HWS mode Signed-off-by: Yong Zhao <Yong.Zhao@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>