[PATCH] drm/radeon: fix regression in UMS CS ioctl

2012-05-30 Thread Jerome Glisse
On Wed, May 30, 2012 at 10:09 AM, wrote: > From: Alex Deucher > > radeon_cs_parser_init is called by both the legacy UMS > CS ioctl and the KMS CS ioctl. ?Protect KMS specific > pieces of the code by checking that rdev is not NULL. > > Reported-by: Michael Burian > > Signed-off-by: Alex Deucher

Re: [PATCH] drm/radeon: fix regression in UMS CS ioctl

2012-05-30 Thread Jerome Glisse
On Wed, May 30, 2012 at 10:09 AM, wrote: > From: Alex Deucher > > radeon_cs_parser_init is called by both the legacy UMS > CS ioctl and the KMS CS ioctl.  Protect KMS specific > pieces of the code by checking that rdev is not NULL. > > Reported-by: Michael Burian > > Signed-off-by: Alex Deucher

[PATCH] drm/radeon: fix regression in UMS CS ioctl

2012-05-30 Thread alexdeuc...@gmail.com
From: Alex Deucher radeon_cs_parser_init is called by both the legacy UMS CS ioctl and the KMS CS ioctl. Protect KMS specific pieces of the code by checking that rdev is not NULL. Reported-by: Michael Burian Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeo

[PATCH] drm/radeon: fix regression in UMS CS ioctl

2012-05-30 Thread alexdeucher
From: Alex Deucher radeon_cs_parser_init is called by both the legacy UMS CS ioctl and the KMS CS ioctl. Protect KMS specific pieces of the code by checking that rdev is not NULL. Reported-by: Michael Burian Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org --- drivers/gpu/drm/radeon/r