Re: [PATCH 09/19] drm/amdgpu: add additional boco checks to runtime suspend/resume

2019-10-12 Thread Lukas Wunner
On Thu, Oct 10, 2019 at 08:45:26PM -0500, Alex Deucher wrote: > + if (amdgpu_device_supports_boco(drm_dev)) > + drm_dev->switch_power_state = DRM_SWITCH_POWER_CHANGING; > > + if (amdgpu_device_supports_boco(drm_dev)) { > + if (amdgpu_is_atpx_hybrid() || > +

[PATCH 09/19] drm/amdgpu: add additional boco checks to runtime suspend/resume

2019-10-10 Thread Alex Deucher
We will take slightly different paths for boco and baco. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 46 ++--- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c