Re: [PATCH 2/7] drm/qxl: fix incorrect use of the lru_lock

2017-08-08 Thread Liu, Monk
Ack-by: Monk.Liu From: amd-gfx on behalf of Christian König Sent: Tuesday, August 8, 2017 4:14:46 PM To: amd-gfx@lists.freedesktop.org; dri-de...@lists.freedesktop.org; Dave Airlie; Gerd Hoffmann Subject: Re: [PATCH 2/7] drm/qxl: fix incorrect use of the

Re: [PATCH 2/7] drm/qxl: fix incorrect use of the lru_lock

2017-08-08 Thread Christian König
Hi guys, can I get an rb or at least an Acked-by for that one? The code was obviously copied over from radeon where it wasn't correct in the first place. Thanks, Christian. Am 07.08.2017 um 17:48 schrieb Christian König: From: Christian König The BO manager has its own lock and doesn't us

[PATCH 2/7] drm/qxl: fix incorrect use of the lru_lock

2017-08-07 Thread Christian König
From: Christian König The BO manager has its own lock and doesn't use the lru_lock. Signed-off-by: Christian König --- drivers/gpu/drm/qxl/qxl_ttm.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/qxl/qxl_ttm.c b/drivers/gpu/drm/qxl/qxl_ttm.c i