[PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-09 Thread Rafał Miłecki
W dniu 9 czerwca 2010 16:25 u?ytkownik Alex Deucher napisa?: > 2010/6/9 Rafa? Mi?ecki : >> Any news on that? Maybe you can get it as is (for d-r-t) Dave and >> eventually get another patch later? > > I have a set of rebased patches built against drm-fixes (including > Matt's suggestion), but there

[PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-09 Thread Rafał Miłecki
Any news on that? Maybe you can get it as is (for d-r-t) Dave and eventually get another patch later? -- Rafa?

[PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-09 Thread Alex Deucher
2010/6/9 Rafa? Mi?ecki : > Any news on that? Maybe you can get it as is (for d-r-t) Dave and > eventually get another patch later? I have a set of rebased patches built against drm-fixes (including Matt's suggestion), but there are still a few 3D demos that are causing CS errors with tiling enable

Re: [PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-09 Thread Rafał Miłecki
W dniu 9 czerwca 2010 16:25 użytkownik Alex Deucher napisał: > 2010/6/9 Rafał Miłecki : >> Any news on that? Maybe you can get it as is (for d-r-t) Dave and >> eventually get another patch later? > > I have a set of rebased patches built against drm-fixes (including > Matt's suggestion), but there

Re: [PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-09 Thread Alex Deucher
2010/6/9 Rafał Miłecki : > Any news on that? Maybe you can get it as is (for d-r-t) Dave and > eventually get another patch later? I have a set of rebased patches built against drm-fixes (including Matt's suggestion), but there are still a few 3D demos that are causing CS errors with tiling enable

Re: [PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-09 Thread Rafał Miłecki
Any news on that? Maybe you can get it as is (for d-r-t) Dave and eventually get another patch later? -- Rafał ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

[PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-03 Thread Alex Deucher
On Wed, Jun 2, 2010 at 9:30 PM, Matt Turner wrote: > On Wed, Jun 2, 2010 at 3:16 PM, Alex Deucher wrote: >> On Wed, Jun 2, 2010 at 2:32 PM, Matt Turner wrote: >>> On Wed, Jun 2, 2010 at 1:53 PM, Alex Deucher >>> wrote: Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=28327 >>

Re: [PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-02 Thread Alex Deucher
On Wed, Jun 2, 2010 at 9:30 PM, Matt Turner wrote: > On Wed, Jun 2, 2010 at 3:16 PM, Alex Deucher wrote: >> On Wed, Jun 2, 2010 at 2:32 PM, Matt Turner wrote: >>> On Wed, Jun 2, 2010 at 1:53 PM, Alex Deucher wrote: Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=28327 Si

[PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-02 Thread Matt Turner
On Wed, Jun 2, 2010 at 3:16 PM, Alex Deucher wrote: > On Wed, Jun 2, 2010 at 2:32 PM, Matt Turner wrote: >> On Wed, Jun 2, 2010 at 1:53 PM, Alex Deucher >> wrote: >>> Fixes: >>> https://bugs.freedesktop.org/show_bug.cgi?id=28327 >>> >>> Signed-off-by: Alex Deucher >>> --- >>> ?drivers/gpu/drm/

Re: [PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-02 Thread Matt Turner
On Wed, Jun 2, 2010 at 3:16 PM, Alex Deucher wrote: > On Wed, Jun 2, 2010 at 2:32 PM, Matt Turner wrote: >> On Wed, Jun 2, 2010 at 1:53 PM, Alex Deucher wrote: >>> Fixes: >>> https://bugs.freedesktop.org/show_bug.cgi?id=28327 >>> >>> Signed-off-by: Alex Deucher >>> --- >>>  drivers/gpu/drm/rade

[PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-02 Thread Alex Deucher
On Wed, Jun 2, 2010 at 2:32 PM, Matt Turner wrote: > On Wed, Jun 2, 2010 at 1:53 PM, Alex Deucher wrote: >> Fixes: >> https://bugs.freedesktop.org/show_bug.cgi?id=28327 >> >> Signed-off-by: Alex Deucher >> --- >> ?drivers/gpu/drm/radeon/r600_cs.c | ? 43 >> ++---

[PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-02 Thread Matt Turner
On Wed, Jun 2, 2010 at 1:53 PM, Alex Deucher wrote: > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=28327 > > Signed-off-by: Alex Deucher > --- > ?drivers/gpu/drm/radeon/r600_cs.c | ? 43 ++--- > ?1 files changed, 16 insertions(+), 27 deletions(-) > > diff -

[PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-02 Thread Alex Deucher
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=28327 Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600_cs.c | 43 ++--- 1 files changed, 16 insertions(+), 27 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600

Re: [PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-02 Thread Alex Deucher
On Wed, Jun 2, 2010 at 2:32 PM, Matt Turner wrote: > On Wed, Jun 2, 2010 at 1:53 PM, Alex Deucher wrote: >> Fixes: >> https://bugs.freedesktop.org/show_bug.cgi?id=28327 >> >> Signed-off-by: Alex Deucher >> --- >>  drivers/gpu/drm/radeon/r600_cs.c |   43 >> ++---

Re: [PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-02 Thread Matt Turner
On Wed, Jun 2, 2010 at 1:53 PM, Alex Deucher wrote: > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=28327 > > Signed-off-by: Alex Deucher > --- >  drivers/gpu/drm/radeon/r600_cs.c |   43 ++--- >  1 files changed, 16 insertions(+), 27 deletions(-) > > diff -

[PATCH] drm/radeon/kms: fix regressions in CS checker due to r6xx tiling changes

2010-06-02 Thread Alex Deucher
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=28327 Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600_cs.c | 43 ++--- 1 files changed, 16 insertions(+), 27 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600