[PATCH] drm/radeon: Don't read from CP ring write pointer registers.

2011-09-13 Thread Alex Deucher
2011/9/13 Michel D?nzer : > From: Michel D?nzer > > Apparently this doesn't always work reliably, e.g. at resume time. > > Just initialize to 0, so the ring is considered empty. > > Tested with hibernation on Sumo and Cayman cards. > > Should fix https://bugs.launchpad.net/ubuntu/+source/linux/+bu

Re: [PATCH] drm/radeon: Don't read from CP ring write pointer registers.

2011-09-13 Thread Alex Deucher
2011/9/13 Michel Dänzer : > From: Michel Dänzer > > Apparently this doesn't always work reliably, e.g. at resume time. > > Just initialize to 0, so the ring is considered empty. > > Tested with hibernation on Sumo and Cayman cards. > > Should fix https://bugs.launchpad.net/ubuntu/+source/linux/+bu

[PATCH] drm/radeon: Don't read from CP ring write pointer registers.

2011-09-13 Thread Michel Dänzer
From: Michel D?nzer Apparently this doesn't always work reliably, e.g. at resume time. Just initialize to 0, so the ring is considered empty. Tested with hibernation on Sumo and Cayman cards. Should fix https://bugs.launchpad.net/ubuntu/+source/linux/+bug/820746/ . Signed-off-by: Michel D?nze

[PATCH] drm/radeon: Don't read from CP ring write pointer registers.

2011-09-13 Thread Michel Dänzer
From: Michel Dänzer Apparently this doesn't always work reliably, e.g. at resume time. Just initialize to 0, so the ring is considered empty. Tested with hibernation on Sumo and Cayman cards. Should fix https://bugs.launchpad.net/ubuntu/+source/linux/+bug/820746/ . Signed-off-by: Michel Dänze

[PATCH] drm/radeon: Don't read from CP ring write pointer registers.

2011-09-08 Thread Michel Dänzer
Apparently this doesn't always work reliably, e.g. at resume time. Just initialize to 0, so the ring is considered empty. Tested with hibernation on Sumo and Cayman cards. Should fix https://bugs.launchpad.net/ubuntu/+source/linux/+bug/820746/ . Signed-off-by: Michel D?nzer --- drivers/gpu/dr