]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/si: tell dpm there is a display connected
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 10 Oct 2013 16:31:43 +0000 (12:31 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 1 Nov 2013 16:43:17 +0000 (12:43 -0400)
commitbc31d1dc857e60a7250f5e203a4f1bcac69e1af2
treea62844ef509ab1e2be421bbe0a9959040b73e626
parentf55764b425bde0b35ec78b93d299a6b78d8aad37
drm/radeon/si: tell dpm there is a display connected

On SI asics, the SMC will automatically force the performance
level to the lowest level if there are no displays active.  This
prevents automatic performance scaling on PowerXpress systems or
for offscreen rendering or compute when displays are disabled.

Going forward, it would be best to dynamically change this, but
for now leave scaling enabled.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=69395

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/si_dpm.c