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

2012-10-22 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 1/5] drm/radeon: fix PFP sync in vm_flush

2012-10-22 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 1/5] drm/radeon: fix PFP sync in vm_flush

2012-10-22 Thread Alex Deucher
On Mon, Oct 22, 2012 at 4:55 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 For the series: Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/radeon/ni.c |4 > drivers/gpu/drm/r

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

2012-10-22 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

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

2012-10-22 Thread Alex Deucher
On Mon, Oct 22, 2012 at 4:55 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 For the series: Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/radeon/ni.c |4 > drivers/gpu/drm/r

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

2012-10-22 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