]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: set si_notify_smc_display_change properly
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Jan 2014 18:04:56 +0000 (13:04 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Jan 2014 21:10:37 +0000 (16:10 -0500)
commitc011f67e9bc1356a73fff60a95a44bc242150706
tree73bebeaa58fa13b7c926ba233d7dcc7deeeccc2f
parentf73fd4d23b7f8d58dbb5e1bb1f8a97adaba8a1f5
drm/radeon: set si_notify_smc_display_change properly

This is effectively a revert of bc31d1dc857e60a7250f5e203a4f1bcac69e1af2.

Forcing a display active when there is none causes problems with
dpm on some SI boards which results in improperly initialized
dpm state and boot failures on some boards.  As for the bug commit
bc31d1dc857e tried to address, one can manually force the state to
high for better performance when using the card as a headless compute
node until a better fix is developed.

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

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