]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: add pm sysfs files late
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Sep 2015 20:45:52 +0000 (16:45 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Oct 2015 20:09:46 +0000 (16:09 -0400)
commitfd1679d9a9c494cc2e2ea6ed8520bdb8d4a537b4
treefe91d387d08287e9669a9770bf68471d619e5b98
parent4b224393b507497ee2347ea4e3b18d3885bb3bdb
drm/radeon: add pm sysfs files late

They were added relatively early in the driver init process
which meant that in some cases the driver was not finished
initializing before external tools tried to use them which
could result in a crash depending on the timing.

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