commit | 51a4726b04e880fdd9b4e0e58b13f70b0a68a7f5 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Wed Sep 30 16:45:52 2015 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Oct 02 16:09:46 2015 -0400 |
tree | fe91d387d08287e9669a9770bf68471d619e5b98 | |
parent | ccf03d6995fa4b784f5b987726ba98f4859bf326 [diff] |
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