commit | feba9b0bcf492ba991d7fbfc211dd49ebbc95a4b | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Fri Aug 22 14:25:55 2014 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Aug 27 22:46:23 2014 -0400 |
tree | ef2896a8e05be32c2d62911da795dc5106f17030 | |
parent | 3852752ca89ca00aa13f12a9b9450fd97ff437d4 [diff] |
drm/radeon: preallocate mem for UVD create/destroy msg llocating memory for UVD create and destroy messages can fail, which is rather annoying when this happens in the middle of a GPU reset. Try to avoid this condition by preallocating a page for those dummy messages. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>