Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: disable runtime pm for navy_flounder

Disable runtime pm for navy_flounder temporarily.

Signed-off-by: Jiansong Chen <Jiansong.Chen@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Jiansong Chen and committed by
Alex Deucher
82dff839 ef67d792

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
··· 179 179 case CHIP_VEGA20: 180 180 case CHIP_ARCTURUS: 181 181 case CHIP_SIENNA_CICHLID: 182 + case CHIP_NAVY_FLOUNDER: 182 183 /* enable runpm if runpm=1 */ 183 184 if (amdgpu_runtime_pm > 0) 184 185 adev->runpm = true;