From: Jerome Glisse Date: Wed, 19 May 2010 14:05:50 +0000 (+0200) Subject: drm/radeon/kms: record object that have been list reserved X-Git-Tag: v2.6.35-rc1~451^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e86527533586259875f08fccb173e3347046cc3f;p=pandora-kernel.git drm/radeon/kms: record object that have been list reserved list reservation was too optimistic about ttm object reservation and could think that an object reserved by some other process as reserved by the list reservation which was false. Thus when unreserving the list it might unreserve object that it didn't reserved in the list. Sorry if it's hard to follow but this kind of things are just causing headheck. Signed-off-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed