From: Dave Airlie Date: Mon, 14 Dec 2009 04:51:35 +0000 (+1000) Subject: drm/ttm: fix two bugs in new placement routines. X-Git-Tag: v2.6.33-rc1~62^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b663752627e7c6b4bc414684d71c6adce5719fce;p=pandora-kernel.git drm/ttm: fix two bugs in new placement routines. a) the loops were going to <= not <, leading to illegal memory access b) the busy placement checks were using the placement arrays not the busy placement ones. Acked-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed