[PATCH 1/5] drm/ttm: fix adding foreign BOs to the LRU during init v2

2016-01-11 Thread Thomas Hellstrom
LGTM, minor nitpick below. Reviewed-by: Thomas Hellstrom On 01/11/2016 03:35 PM, Christian König wrote: > From: Christian König > > If we import a BO with an external reservation object we don't > reserve/unreserve it. So we never add it to the LRU causing a possible > deny of service. s/deny

[PATCH 1/5] drm/ttm: fix adding foreign BOs to the LRU during init v2

2016-01-11 Thread Christian König
From: Christian König If we import a BO with an external reservation object we don't reserve/unreserve it. So we never add it to the LRU causing a possible deny of service. v2: fix typo in commit message Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 8 +++- 1 file ch