[PATCH] drm/radeon: fix PFP sync in vm_flush

2012-10-16 Thread Christian König
Otherwise the next IB might start reading commands with the page table still invalid. Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/ni.c |4 drivers/gpu/drm/radeon/nid.h |1 + drivers/gpu/drm/radeon/si.c |4 3 files changed, 9 insertions(+) diff --git a/drive

[PATCH] drm/radeon: fix PFP sync in vm_flush

2012-10-16 Thread Alex Deucher
On Tue, Oct 16, 2012 at 5:02 AM, Christian K?nig wrote: > Otherwise the next IB might start reading commands > with the page table still invalid. > > Signed-off-by: Christian K?nig Looks good to me. I'll add it to my -fixes queue. Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/radeon/ni.

Re: [PATCH] drm/radeon: fix PFP sync in vm_flush

2012-10-16 Thread Alex Deucher
On Tue, Oct 16, 2012 at 5:02 AM, Christian König wrote: > Otherwise the next IB might start reading commands > with the page table still invalid. > > Signed-off-by: Christian König Looks good to me. I'll add it to my -fixes queue. Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/radeon/ni.

[PATCH] drm/radeon: fix PFP sync in vm_flush

2012-10-16 Thread Christian König
Otherwise the next IB might start reading commands with the page table still invalid. Signed-off-by: Christian König --- drivers/gpu/drm/radeon/ni.c |4 drivers/gpu/drm/radeon/nid.h |1 + drivers/gpu/drm/radeon/si.c |4 3 files changed, 9 insertions(+) diff --git a/drive