[PATCH 11/11] drm/radeon: update the VM after setting BO address v3

2014-11-19 Thread Kai Wasserbäch
Yes, that seems to fix the problem! You can have my Tested-by: Kai Wasserbäch Thanks, Kai Christian König wrote on 19.11.2014 17:18: > Ah! Yes of course, we have changed we way memory is allocated for the BO list > in > the meantime. > > Does it work if you replace the last patch in the

[PATCH 11/11] drm/radeon: update the VM after setting BO address v3

2014-11-19 Thread Christian König
Ah! Yes of course, we have changed we way memory is allocated for the BO list in the meantime. Does it work if you replace the last patch in the list with the attached one? Thanks for pointing this out, Christian. Am 19.11.2014 um 16:43 schrieb Kai Wasserbäch: > Dear Christian, > Christian

[PATCH 11/11] drm/radeon: update the VM after setting BO address v3

2014-11-19 Thread Kai Wasserbäch
Dear Christian, Christian König wrote on 19.11.2014 14:35: > Am 19.11.2014 um 14:16 schrieb Kai Wasserbäch: >> Dear Christian, >> Christian König wrote on 19.11.2014 14:01: >>> From: Christian König >>> >>> This way the necessary VM update is kicked off immediately >>> if all BOs involved are

[PATCH 11/11] drm/radeon: update the VM after setting BO address v3

2014-11-19 Thread Christian König
Am 19.11.2014 um 14:16 schrieb Kai Wasserbäch: > Dear Christian, > Christian König wrote on 19.11.2014 14:01: >> From: Christian König >> >> This way the necessary VM update is kicked off immediately >> if all BOs involved are in GPU accessible memory. >> >> v2: fix vm lock >> v3: immediately

[PATCH 11/11] drm/radeon: update the VM after setting BO address v3

2014-11-19 Thread Kai Wasserbäch
Dear Christian, Christian König wrote on 19.11.2014 14:01: > From: Christian König > > This way the necessary VM update is kicked off immediately > if all BOs involved are in GPU accessible memory. > > v2: fix vm lock > v3: immediately update unmaps as well > > Signed-off-by: Christian

[PATCH 11/11] drm/radeon: update the VM after setting BO address v3

2014-11-19 Thread Christian König
From: Christian König This way the necessary VM update is kicked off immediately if all BOs involved are in GPU accessible memory. v2: fix vm lock v3: immediately update unmaps as well Signed-off-by: Christian König --- drivers/gpu/drm/radeon/radeon_gem.c | 64