[PATCH 2.6.38-10-generic] device driver: fix oops in radeon driver due to incorrect value from hardware

2011-08-10 Thread Mayank Rungta
On 08/10/2011 02:54 PM, Michel D?nzer wrote: > On Die, 2011-08-09 at 23:52 +0530, Mayank Rungta wrote: >> Added a check for the radeon ring buffer write index in r600.c which >> reads 0x on resume. This results in an Oops during >> radeon_ring_write. Mas

[PATCH 2.6.38-10-generic] device driver: fix oops in radeon driver due to incorrect value from hardware

2011-08-10 Thread Mayank Rungta
l personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: A R Karthick Reported-by: Mayank Rungta Tested-by: Mayank Rungta

[PATCH 2.6.38-10-generic] device driver: fix oops in radeon driver due to incorrect value from hardware

2011-08-10 Thread Mayank Rungta
with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: A R Karthick a.r.karth...@gmail.com Reported-by: Mayank Rungta mr.m...@gmail.com Tested-by: Mayank Rungta

Re: [PATCH 2.6.38-10-generic] device driver: fix oops in radeon driver due to incorrect value from hardware

2011-08-10 Thread Mayank Rungta
On 08/10/2011 02:54 PM, Michel Dänzer wrote: On Die, 2011-08-09 at 23:52 +0530, Mayank Rungta wrote: Added a check for the radeon ring buffer write index in r600.c which reads 0x on resume. This results in an Oops during radeon_ring_write. Masking the value averts this. This problem