Re: [PATCH 2/2] drm/radeon: finally fix the racy VMA setup

2019-11-07 Thread Alex Deucher
On Thu, Nov 7, 2019 at 7:03 AM Christian König wrote: > > Hey Alex, > > any objections that I merge those two patches through drm-misc-next? > > It's a cleanup I wanted to do for years and Thomas finally fixed up TTM > for this. Fine with me. Series is: Acked-by: Alex Deucher > > Cheers, >

Re: [PATCH 2/2] drm/radeon: finally fix the racy VMA setup

2019-11-07 Thread Christian König
Hey Alex, any objections that I merge those two patches through drm-misc-next? It's a cleanup I wanted to do for years and Thomas finally fixed up TTM for this. Cheers, Christian. Am 07.11.19 um 13:01 schrieb Christian König: From: Christian König Finally clean up the VMA setup for

[PATCH 2/2] drm/radeon: finally fix the racy VMA setup

2019-11-07 Thread Christian König
From: Christian König Finally clean up the VMA setup for radeon now that TTM exports the necessary functions. No functional change, but only compile tested. Signed-off-by: Christian König Reviewed-by: Huang Rui --- drivers/gpu/drm/radeon/radeon_ttm.c | 29 ++--- 1

RE: [PATCH 2/2] drm/radeon: finally fix the racy VMA setup

2019-10-02 Thread Huang, Ray
Reviewed-by: Huang Rui -Original Message- From: amd-gfx On Behalf Of Christian König Sent: Friday, September 27, 2019 8:34 AM To: amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org Subject: [PATCH 2/2] drm/radeon: finally fix the racy VMA setup Finally clean up the VMA

[PATCH 2/2] drm/radeon: finally fix the racy VMA setup

2019-09-27 Thread Christian König
Finally clean up the VMA setup for radeon now that TTM exports the necessary functions. Not functional change, but only compile tested. Signed-off-by: Christian König --- drivers/gpu/drm/radeon/radeon_ttm.c | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-)