Re: [Mesa-dev] [PATCH] radeonsi: Don't write to the PA_SC_RASTER_CONFIG register.

2012-08-27 Thread Michel Dänzer
On Mon, 2012-08-27 at 14:54 +0200, Christian König wrote: > On 27.08.2012 14:46, Michel Dänzer wrote: > > On Fre, 2012-08-24 at 12:18 -0400, Alex Deucher wrote: > >> On Fri, Aug 24, 2012 at 11:37 AM, Michel Dänzer wrote: > >>> From: Michel Dänzer > >>> > >>> It should be initialized by the kerne

Re: [Mesa-dev] [PATCH] radeonsi: Don't write to the PA_SC_RASTER_CONFIG register.

2012-08-27 Thread Christian König
On 27.08.2012 14:46, Michel Dänzer wrote: On Fre, 2012-08-24 at 12:18 -0400, Alex Deucher wrote: On Fri, Aug 24, 2012 at 11:37 AM, Michel Dänzer wrote: From: Michel Dänzer It should be initialized by the kernel as necessary. Does this patch work ok after powering off the system to make sure

Re: [Mesa-dev] [PATCH] radeonsi: Don't write to the PA_SC_RASTER_CONFIG register.

2012-08-27 Thread Michel Dänzer
On Fre, 2012-08-24 at 12:18 -0400, Alex Deucher wrote: > On Fri, Aug 24, 2012 at 11:37 AM, Michel Dänzer wrote: > > From: Michel Dänzer > > > > It should be initialized by the kernel as necessary. > > Does this patch work ok after powering off the system to make sure > there is no state in the

Re: [Mesa-dev] [PATCH] radeonsi: Don't write to the PA_SC_RASTER_CONFIG register.

2012-08-24 Thread Alex Deucher
On Fri, Aug 24, 2012 at 11:37 AM, Michel Dänzer wrote: > From: Michel Dänzer > > It should be initialized by the kernel as necessary. Does this patch work ok after powering off the system to make sure there is no state in the register from a previous run? If all is well, add my reviewed-by. A

Re: [Mesa-dev] [PATCH] radeonsi: Don't write to the PA_SC_RASTER_CONFIG register.

2012-08-24 Thread Christian König
On 24.08.2012 17:37, Michel Dänzer wrote: From: Michel Dänzer It should be initialized by the kernel as necessary. Signed-off-by: Michel Dänzer Reviewed-by: Christian König --- src/gallium/drivers/radeonsi/si_state.c |1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/driv

[Mesa-dev] [PATCH] radeonsi: Don't write to the PA_SC_RASTER_CONFIG register.

2012-08-24 Thread Michel Dänzer
From: Michel Dänzer It should be initialized by the kernel as necessary. Signed-off-by: Michel Dänzer --- src/gallium/drivers/radeonsi/si_state.c |1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_state.c b/src/gallium/drivers/radeonsi/si_state.c index 5f7f4