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
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