[PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Dave Airlie
From: Dave Airlie We are accessing totally the wrong struct in this case, and putting uninitialised values into the GPU, which it doesn't like unsurprisingly. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/ni.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) d

[PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Dave Airlie
From: Dave Airlie We are accessing totally the wrong struct in this case, and putting uninitialised values into the GPU, which it doesn't like unsurprisingly. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/ni.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) d

[PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Dave Airlie
From: Dave Airlie We are accessing totally the wrong struct in this case, and putting uninitialised values into the GPU, which it doesn't like unsurprisingly. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/ni.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) d

[PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Dave Airlie
From: Dave Airlie We are accessing totally the wrong struct in this case, and putting uninitialised values into the GPU, which it doesn't like unsurprisingly. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/ni.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) d

[PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Dave Airlie
From: Dave Airlie We are accessing totally the wrong struct in this case, and putting uninitialised values into the GPU, which it doesn't like unsurprisingly. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/ni.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) d

[PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Dave Airlie
From: Dave Airlie We are accessing totally the wrong struct in this case, and putting uninitialised values into the GPU, which it doesn't like unsurprisingly. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/ni.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) d

Re: [PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Alex Deucher
On Mon, May 9, 2011 at 1:02 AM, Dave Airlie wrote: > From: Dave Airlie > > We are accessing totally the wrong struct in this case, and putting > uninitialised values into the GPU, which it doesn't like unsurprisingly. > > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- >  drivers/

Re: [PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Alex Deucher
On Mon, May 9, 2011 at 1:02 AM, Dave Airlie wrote: > From: Dave Airlie > > We are accessing totally the wrong struct in this case, and putting > uninitialised values into the GPU, which it doesn't like unsurprisingly. > > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- >  drivers/

Re: [PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Alex Deucher
On Mon, May 9, 2011 at 1:02 AM, Dave Airlie wrote: > From: Dave Airlie > > We are accessing totally the wrong struct in this case, and putting > uninitialised values into the GPU, which it doesn't like unsurprisingly. > > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- >  drivers/

Re: [PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Alex Deucher
On Mon, May 9, 2011 at 1:02 AM, Dave Airlie wrote: > From: Dave Airlie > > We are accessing totally the wrong struct in this case, and putting > uninitialised values into the GPU, which it doesn't like unsurprisingly. > > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- >  drivers/

Re: [PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Alex Deucher
On Mon, May 9, 2011 at 1:02 AM, Dave Airlie wrote: > From: Dave Airlie > > We are accessing totally the wrong struct in this case, and putting > uninitialised values into the GPU, which it doesn't like unsurprisingly. > > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- >  drivers/

Re: [PATCH] drm/radeon: fix cayman struct accessors.

2011-05-08 Thread Alex Deucher
On Mon, May 9, 2011 at 1:02 AM, Dave Airlie wrote: > From: Dave Airlie > > We are accessing totally the wrong struct in this case, and putting > uninitialised values into the GPU, which it doesn't like unsurprisingly. > > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- >  drivers/