[PATCH 3/3] drm/radeon: fix const IB handling

2012-07-17 Thread Christian König
On 17.07.2012 16:25, Jerome Glisse wrote: > On Tue, Jul 17, 2012 at 5:50 AM, Christian K?nig > wrote: >> On 13.07.2012 16:17, Tom Stellard wrote: >>> On Fri, Jul 13, 2012 at 04:08:15PM +0200, Christian K?nig wrote: Const IBs are executed on the CE not the CP, so we can't fence them in th

[PATCH 3/3] drm/radeon: fix const IB handling

2012-07-17 Thread Christian König
On 13.07.2012 16:17, Tom Stellard wrote: > On Fri, Jul 13, 2012 at 04:08:15PM +0200, Christian K?nig wrote: >> Const IBs are executed on the CE not the CP, so we can't >> fence them in the normal way. >> >> So submit them directly before the IB instead, just as >> the documentation says. >> >> Sign

[PATCH 3/3] drm/radeon: fix const IB handling v2

2012-07-17 Thread Christian König
Const IBs are executed on the CE not the CP, so we can't fence them in the normal way. So submit them directly before the IB instead, just as the documentation says. v2: keep the extra documentation Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/r100.c|2 +- drivers/gpu/

[PATCH 3/3] drm/radeon: fix const IB handling

2012-07-17 Thread Jerome Glisse
On Tue, Jul 17, 2012 at 5:50 AM, Christian K?nig wrote: > On 13.07.2012 16:17, Tom Stellard wrote: >> >> On Fri, Jul 13, 2012 at 04:08:15PM +0200, Christian K?nig wrote: >>> >>> Const IBs are executed on the CE not the CP, so we can't >>> fence them in the normal way. >>> >>> So submit them direct

Re: [PATCH 3/3] drm/radeon: fix const IB handling

2012-07-17 Thread Christian König
On 17.07.2012 16:25, Jerome Glisse wrote: On Tue, Jul 17, 2012 at 5:50 AM, Christian König wrote: On 13.07.2012 16:17, Tom Stellard wrote: On Fri, Jul 13, 2012 at 04:08:15PM +0200, Christian König wrote: Const IBs are executed on the CE not the CP, so we can't fence them in the normal way. S

Re: [PATCH 3/3] drm/radeon: fix const IB handling

2012-07-17 Thread Jerome Glisse
On Tue, Jul 17, 2012 at 5:50 AM, Christian König wrote: > On 13.07.2012 16:17, Tom Stellard wrote: >> >> On Fri, Jul 13, 2012 at 04:08:15PM +0200, Christian König wrote: >>> >>> Const IBs are executed on the CE not the CP, so we can't >>> fence them in the normal way. >>> >>> So submit them direct

Re: [PATCH 3/3] drm/radeon: fix const IB handling

2012-07-17 Thread Christian König
On 13.07.2012 16:17, Tom Stellard wrote: On Fri, Jul 13, 2012 at 04:08:15PM +0200, Christian König wrote: Const IBs are executed on the CE not the CP, so we can't fence them in the normal way. So submit them directly before the IB instead, just as the documentation says. Signed-off-by: Christi

[PATCH 3/3] drm/radeon: fix const IB handling v2

2012-07-17 Thread Christian König
Const IBs are executed on the CE not the CP, so we can't fence them in the normal way. So submit them directly before the IB instead, just as the documentation says. v2: keep the extra documentation Signed-off-by: Christian König --- drivers/gpu/drm/radeon/r100.c|2 +- drivers/gpu/

[PATCH 3/3] drm/radeon: fix const IB handling

2012-07-13 Thread Christian König
Const IBs are executed on the CE not the CP, so we can't fence them in the normal way. So submit them directly before the IB instead, just as the documentation says. Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/r100.c|2 +- drivers/gpu/drm/radeon/r600.c|2 +-

[PATCH 3/3] drm/radeon: fix const IB handling

2012-07-13 Thread Jerome Glisse
On Fri, Jul 13, 2012 at 10:08 AM, Christian K?nig wrote: > Const IBs are executed on the CE not the CP, so we can't > fence them in the normal way. > > So submit them directly before the IB instead, just as > the documentation says. > > Signed-off-by: Christian K?nig > --- > drivers/gpu/drm/rade

[PATCH 3/3] drm/radeon: fix const IB handling

2012-07-13 Thread Tom Stellard
On Fri, Jul 13, 2012 at 04:08:15PM +0200, Christian K?nig wrote: > Const IBs are executed on the CE not the CP, so we can't > fence them in the normal way. > > So submit them directly before the IB instead, just as > the documentation says. > > Signed-off-by: Christian K?nig > --- > drivers/gpu

Re: [PATCH 3/3] drm/radeon: fix const IB handling

2012-07-13 Thread Jerome Glisse
On Fri, Jul 13, 2012 at 10:08 AM, Christian König wrote: > Const IBs are executed on the CE not the CP, so we can't > fence them in the normal way. > > So submit them directly before the IB instead, just as > the documentation says. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/rade

Re: [PATCH 3/3] drm/radeon: fix const IB handling

2012-07-13 Thread Tom Stellard
On Fri, Jul 13, 2012 at 04:08:15PM +0200, Christian König wrote: > Const IBs are executed on the CE not the CP, so we can't > fence them in the normal way. > > So submit them directly before the IB instead, just as > the documentation says. > > Signed-off-by: Christian König > --- > drivers/gpu

[PATCH 3/3] drm/radeon: fix const IB handling

2012-07-13 Thread Christian König
Const IBs are executed on the CE not the CP, so we can't fence them in the normal way. So submit them directly before the IB instead, just as the documentation says. Signed-off-by: Christian König --- drivers/gpu/drm/radeon/r100.c|2 +- drivers/gpu/drm/radeon/r600.c|2 +-