[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-03-01 Thread che...@lemote.com
Status update: In r600.c I found for RS780, num_*_threads are like this: sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | NUM_VS_THREADS(78) | NUM_GS_THREADS(4) |

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-03-01 Thread Alex Deucher
2012/3/1 : > Status update: > In r600.c I found for RS780, num_*_threads are like this: >sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | > NUM_VS_THREADS(78) | > NUM_GS_THREADS(4) | >

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-03-01 Thread chenhc
Status update: In r600.c I found for RS780, num_*_threads are like this: sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | NUM_VS_THREADS(78) | NUM_GS_THREADS(4) |

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-03-01 Thread Alex Deucher
2012/3/1 che...@lemote.com: Status update: In r600.c I found for RS780, num_*_threads are like this: sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | NUM_VS_THREADS(78) | NUM_GS_THREADS(4) |

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-29 Thread che...@lemote.com
> On Mon, 2012-02-27 at 10:44 +0800, Chen Jie wrote: >> Hi, >> >> For this occasional GPU lockup when returns from STR/STD, I find >> followings(when the problem happens): >> >> The value of SRBM_STATUS is whether 0x20002040 or 0x20003040. >> Which means: >> * HI_RQ_PENDING(There is a HI/BIF

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-29 Thread Jerome Glisse
On Wed, 2012-02-29 at 12:49 +0800, chenhc at lemote.com wrote: > > On Tue, 2012-02-21 at 18:37 +0800, Chen Jie wrote: > >> ? 2012?2?17? ??5:27?Chen Jie ??? > >> >> One good way to test gart is to go over GPU gart table and write a > >> >> dword using the GPU at end of each page something like

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-29 Thread che...@lemote.com
> On Tue, 2012-02-21 at 18:37 +0800, Chen Jie wrote: >> ? 2012?2?17? ??5:27?Chen Jie ??? >> >> One good way to test gart is to go over GPU gart table and write a >> >> dword using the GPU at end of each page something like 0xCAFEDEAD >> >> or somevalue that is unlikely to be already set. And then

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-29 Thread Jerome Glisse
On Wed, 2012-02-29 at 12:49 +0800, che...@lemote.com wrote: On Tue, 2012-02-21 at 18:37 +0800, Chen Jie wrote: 在 2012年2月17日 下午5:27,Chen Jie ch...@lemote.com 写道: One good way to test gart is to go over GPU gart table and write a dword using the GPU at end of each page something like

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-28 Thread chenhc
On Tue, 2012-02-21 at 18:37 +0800, Chen Jie wrote: 在 2012年2月17日 下午5:27,Chen Jie ch...@lemote.com 写道: One good way to test gart is to go over GPU gart table and write a dword using the GPU at end of each page something like 0xCAFEDEAD or somevalue that is unlikely to be already set. And

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-28 Thread chenhc
On Mon, 2012-02-27 at 10:44 +0800, Chen Jie wrote: Hi, For this occasional GPU lockup when returns from STR/STD, I find followings(when the problem happens): The value of SRBM_STATUS is whether 0x20002040 or 0x20003040. Which means: * HI_RQ_PENDING(There is a HI/BIF request pending in the

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-27 Thread Jerome Glisse
On Mon, 2012-02-27 at 10:44 +0800, Chen Jie wrote: > Hi, > > For this occasional GPU lockup when returns from STR/STD, I find > followings(when the problem happens): > > The value of SRBM_STATUS is whether 0x20002040 or 0x20003040. > Which means: > * HI_RQ_PENDING(There is a HI/BIF request

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-27 Thread Jerome Glisse
On Tue, 2012-02-21 at 18:37 +0800, Chen Jie wrote: > ? 2012?2?17? ??5:27?Chen Jie ??? > >> One good way to test gart is to go over GPU gart table and write a > >> dword using the GPU at end of each page something like 0xCAFEDEAD > >> or somevalue that is unlikely to be already set. And then go

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-27 Thread Chen Jie
Hi, For this occasional GPU lockup when returns from STR/STD, I find followings(when the problem happens): The value of SRBM_STATUS is whether 0x20002040 or 0x20003040. Which means: * HI_RQ_PENDING(There is a HI/BIF request pending in the SRBM) * MCDW_BUSY(Memory Controller Block is Busy) *

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-27 Thread Jerome Glisse
On Tue, 2012-02-21 at 18:37 +0800, Chen Jie wrote: 在 2012年2月17日 下午5:27,Chen Jie ch...@lemote.com 写道: One good way to test gart is to go over GPU gart table and write a dword using the GPU at end of each page something like 0xCAFEDEAD or somevalue that is unlikely to be already set. And then

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-27 Thread Jerome Glisse
On Mon, 2012-02-27 at 10:44 +0800, Chen Jie wrote: Hi, For this occasional GPU lockup when returns from STR/STD, I find followings(when the problem happens): The value of SRBM_STATUS is whether 0x20002040 or 0x20003040. Which means: * HI_RQ_PENDING(There is a HI/BIF request pending in

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-26 Thread Chen Jie
Hi, For this occasional GPU lockup when returns from STR/STD, I find followings(when the problem happens): The value of SRBM_STATUS is whether 0x20002040 or 0x20003040. Which means: * HI_RQ_PENDING(There is a HI/BIF request pending in the SRBM) * MCDW_BUSY(Memory Controller Block is Busy) *

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-21 Thread Chen Jie
? 2012?2?17? ??5:27?Chen Jie ??? >> One good way to test gart is to go over GPU gart table and write a >> dword using the GPU at end of each page something like 0xCAFEDEAD >> or somevalue that is unlikely to be already set. And then go over >> all the page and check that GPU write succeed.

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-21 Thread Chen Jie
在 2012年2月17日 下午5:27,Chen Jie ch...@lemote.com 写道: One good way to test gart is to go over GPU gart table and write a dword using the GPU at end of each page something like 0xCAFEDEAD or somevalue that is unlikely to be already set. And then go over all the page and check that GPU write

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-17 Thread Chen Jie
>> ? 2012?2?15? ??11:53?Jerome Glisse ??? >>> To me it looks like the CP is trying to fetch memory but the >>> GPU memory controller fail to fullfill cp request. Did you >>> check the PCI configuration before & after (when things don't >>> work) My best guest is PCI bus mastering is no properly

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-17 Thread Chen Jie
? 2012?2?17? ??12:32?Jerome Glisse ??? > Ok let's start from the begining, i convince it's related to GPU > memory controller failing to full fill some request that hit system > memory. So in another mail you wrote : > >> BTW, I found radeon_gart_bind() will call pci_map_page(), it hooks >> to

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-17 Thread Chen Jie
在 2012年2月17日 上午12:32,Jerome Glisse j.gli...@gmail.com 写道: Ok let's start from the begining, i convince it's related to GPU memory controller failing to full fill some request that hit system memory. So in another mail you wrote : BTW, I found radeon_gart_bind() will call pci_map_page(), it

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-17 Thread Chen Jie
在 2012年2月15日 下午11:53,Jerome Glisse j.gli...@gmail.com 写道: To me it looks like the CP is trying to fetch memory but the GPU memory controller fail to fullfill cp request. Did you check the PCI configuration before after (when things don't work) My best guest is PCI bus mastering is no

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-16 Thread Chen Jie
? 2012?2?16? ??5:21?Chen Jie ??? > Hi, > > ? 2012?2?15? ??11:53?Jerome Glisse ??? >> To me it looks like the CP is trying to fetch memory but the >> GPU memory controller fail to fullfill cp request. Did you >> check the PCI configuration before & after (when things don't >> work) My best guest

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-16 Thread Chen Jie
Hi, ? 2012?2?15? ??11:53?Jerome Glisse ??? > To me it looks like the CP is trying to fetch memory but the > GPU memory controller fail to fullfill cp request. Did you > check the PCI configuration before & after (when things don't > work) My best guest is PCI bus mastering is no properly working

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-16 Thread Jerome Glisse
On Thu, Feb 16, 2012 at 05:21:10PM +0800, Chen Jie wrote: > Hi, > > ? 2012?2?15? ??11:53?Jerome Glisse ??? > > To me it looks like the CP is trying to fetch memory but the > > GPU memory controller fail to fullfill cp request. Did you > > check the PCI configuration before & after (when things

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-16 Thread Chen Jie
在 2012年2月16日 下午5:21,Chen Jie ch...@lemote.com 写道: Hi, 在 2012年2月15日 下午11:53,Jerome Glisse j.gli...@gmail.com 写道: To me it looks like the CP is trying to fetch memory but the GPU memory controller fail to fullfill cp request. Did you check the PCI configuration before after (when things don't

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-16 Thread Jerome Glisse
On Thu, Feb 16, 2012 at 05:21:10PM +0800, Chen Jie wrote: Hi, 在 2012年2月15日 下午11:53,Jerome Glisse j.gli...@gmail.com 写道: To me it looks like the CP is trying to fetch memory but the GPU memory controller fail to fullfill cp request. Did you check the PCI configuration before after (when

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-15 Thread Chen Jie
Hi, Status update about the problem 'Occasionally "GPU lockup" after resuming from suspend.' First, this could happen when system returns from a STR(suspend to ram) or STD(suspend to disk, aka hibernation). When returns from STD, the initialization process is most similar to the normal boot. The

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2012-02-15 Thread Jerome Glisse
On Wed, Feb 15, 2012 at 05:32:35PM +0800, Chen Jie wrote: > Hi, > > Status update about the problem 'Occasionally "GPU lockup" after > resuming from suspend.' > > First, this could happen when system returns from a STR(suspend to > ram) or STD(suspend to disk, aka hibernation). > When returns

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-15 Thread Chen Jie
Hi, Status update about the problem 'Occasionally GPU lockup after resuming from suspend.' First, this could happen when system returns from a STR(suspend to ram) or STD(suspend to disk, aka hibernation). When returns from STD, the initialization process is most similar to the normal boot. The

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2012-02-15 Thread Jerome Glisse
On Wed, Feb 15, 2012 at 05:32:35PM +0800, Chen Jie wrote: Hi, Status update about the problem 'Occasionally GPU lockup after resuming from suspend.' First, this could happen when system returns from a STR(suspend to ram) or STD(suspend to disk, aka hibernation). When returns from STD,

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-12-16 Thread che...@lemote.com
> On Don, 2011-12-08 at 19:35 +0800, chenhc at lemote.com wrote: >> >> I found CP_RB_WPTR has changed when "ring test failed", so I think CP is >> active, but what it get from ring buffer is wrong. > > CP_RB_WPTR is normally only changed by the CPU after adding commands to > the ring buffer, so

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-12-16 Thread Michel Dänzer
On Fre, 2011-12-16 at 16:42 +0800, chenhc at lemote.com wrote: > > On Don, 2011-12-08 at 19:35 +0800, chenhc at lemote.com wrote: > >> > >> I found CP_RB_WPTR has changed when "ring test failed", so I think CP is > >> active, but what it get from ring buffer is wrong. > > > > CP_RB_WPTR is

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-12-16 Thread Jerome Glisse
2011/12/16 : >> On Don, 2011-12-08 at 19:35 +0800, chenhc at lemote.com wrote: >>> >>> I found CP_RB_WPTR has changed when "ring test failed", so I think CP is >>> active, but what it get from ring buffer is wrong. >> >> CP_RB_WPTR is normally only changed by the CPU after adding commands to >>

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-12-16 Thread chenhc
On Don, 2011-12-08 at 19:35 +0800, che...@lemote.com wrote: I found CP_RB_WPTR has changed when ring test failed, so I think CP is active, but what it get from ring buffer is wrong. CP_RB_WPTR is normally only changed by the CPU after adding commands to the ring buffer, so I'm afraid that

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-12-16 Thread Jerome Glisse
2011/12/16 che...@lemote.com: On Don, 2011-12-08 at 19:35 +0800, che...@lemote.com wrote: I found CP_RB_WPTR has changed when ring test failed, so I think CP is active, but what it get from ring buffer is wrong. CP_RB_WPTR is normally only changed by the CPU after adding commands to the

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-12-15 Thread Michel Dänzer
On Don, 2011-12-08 at 19:35 +0800, chenhc at lemote.com wrote: > > I found CP_RB_WPTR has changed when "ring test failed", so I think CP is > active, but what it get from ring buffer is wrong. CP_RB_WPTR is normally only changed by the CPU after adding commands to the ring buffer, so I'm afraid

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-12-15 Thread Michel Dänzer
On Don, 2011-12-08 at 19:35 +0800, che...@lemote.com wrote: I found CP_RB_WPTR has changed when ring test failed, so I think CP is active, but what it get from ring buffer is wrong. CP_RB_WPTR is normally only changed by the CPU after adding commands to the ring buffer, so I'm afraid that may

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-12-10 Thread chenhc
Thank you for your reply. I found CP_RB_WPTR has changed when ring test failed, so I think CP is active, but what it get from ring buffer is wrong. Then, I want to know whether there is a way to check the content that GPU get from ring buffer. BTW, when I use echo shutdown /sys/power/disk; echo

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-12-08 Thread che...@lemote.com
Thank you for your reply. I found CP_RB_WPTR has changed when "ring test failed", so I think CP is active, but what it get from ring buffer is wrong. Then, I want to know whether there is a way to check the content that GPU get from ring buffer. BTW, when I use "echo shutdown > /sys/power/disk;

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-12-07 Thread che...@lemote.com
When "MC timeout" happens at GPU reset, we found the 12th and 13th bits of R_000E50_SRBM_STATUS is 1. From kernel code we found these two bits are like this: #define G_000E50_MCDX_BUSY(x) (((x) >> 12) & 1) #define G_000E50_MCDW_BUSY(x) (((x) >> 13) & 1)

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-12-07 Thread Alex Deucher
2011/12/7 : > When "MC timeout" happens at GPU reset, we found the 12th and 13th > bits of R_000E50_SRBM_STATUS is 1. From kernel code we found these > two bits are like this: > #define G_000E50_MCDX_BUSY(x) (((x) >> 12) & 1) > #define G_000E50_MCDW_BUSY(x)

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-11-08 Thread che...@lemote.com
And, I want to know something: 1, Does GPU use MC to access GTT? 2, What can cause MC timeout? > Hi, > > Some status update. > ? 2011?9?29? ??5:17?Chen Jie ??? >> Hi, >> Add more information. >> We got occasionally "GPU lockup" after resuming from suspend(on mipsel >> platform with a mips64

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-11-08 Thread Chen Jie
Hi, Some status update. ? 2011?9?29? ??5:17?Chen Jie ??? > Hi, > Add more information. > We got occasionally "GPU lockup" after resuming from suspend(on mipsel > platform with a mips64 compatible CPU and rs780e, the kernel is 3.1.0-rc8 > 64bit). Related kernel message: > /* return from STR */ >

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-11-08 Thread Jerome Glisse
On Tue, Nov 08, 2011 at 03:33:03PM +0800, Chen Jie wrote: > Hi, > > Some status update. > ? 2011?9?29? ??5:17?Chen Jie ??? > > Hi, > > Add more information. > > We got occasionally "GPU lockup" after resuming from suspend(on mipsel > > platform with a mips64 compatible CPU and rs780e, the kernel

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-11-08 Thread Alex Deucher
2011/11/8 : > And, I want to know something: > 1, Does GPU use MC to access GTT? Yes. All GPU clients (display, 3D, etc.) go through the MC to access memory (vram or gart). > 2, What can cause MC timeout? Lots of things. Some GPU client still active, some GPU client hung or not properly

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-11-08 Thread Alex Deucher
2011/11/8 che...@lemote.com: And, I want to know something: 1, Does GPU use MC to access GTT? Yes. All GPU clients (display, 3D, etc.) go through the MC to access memory (vram or gart). 2, What can cause MC timeout? Lots of things. Some GPU client still active, some GPU client hung or not

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-11-08 Thread Jerome Glisse
On Tue, Nov 08, 2011 at 03:33:03PM +0800, Chen Jie wrote: Hi, Some status update. 在 2011年9月29日 下午5:17,Chen Jie ch...@lemote.com 写道: Hi, Add more information. We got occasionally GPU lockup after resuming from suspend(on mipsel platform with a mips64 compatible CPU and rs780e, the

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-11-08 Thread chenhc
And, I want to know something: 1, Does GPU use MC to access GTT? 2, What can cause MC timeout? Hi, Some status update. 在 2011年9月29日 下午5:17,Chen Jie ch...@lemote.com 写道: Hi, Add more information. We got occasionally GPU lockup after resuming from suspend(on mipsel platform with a mips64

Re: [mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-11-07 Thread Chen Jie
Hi, Some status update. 在 2011年9月29日 下午5:17,Chen Jie ch...@lemote.com 写道: Hi, Add more information. We got occasionally GPU lockup after resuming from suspend(on mipsel platform with a mips64 compatible CPU and rs780e, the kernel is 3.1.0-rc8 64bit). Related kernel message: /* return from

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-10-20 Thread Michel Dänzer
On Die, 2011-10-18 at 16:35 +0800, Chen Jie wrote: > > ? 2011?10?17? ??2:34? ??? > If I start X but switch to the console, then do suspend & > resume, "GPU > reset" hardly happen. but there is a new problem that the IRQ > of radeon > card is disabled. Maybe

Re: Re:[mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-10-20 Thread Michel Dänzer
On Die, 2011-10-18 at 16:35 +0800, Chen Jie wrote: 在 2011年10月17日 下午2:34, che...@lemote.com写道: If I start X but switch to the console, then do suspend resume, GPU reset hardly happen. but there is a new problem that the IRQ of radeon card is

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-10-18 Thread Chen Jie
Hi, ? 2011?10?17? ??2:34? ??? > If I start X but switch to the console, then do suspend & resume, "GPU > reset" hardly happen. but there is a new problem that the IRQ of radeon > card is disabled. Maybe "GPU reset" has something to do with "IRQ > disabled"? > > I have tried "irqpoll", it doesn't

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-10-05 Thread Michel Dänzer
On Don, 2011-09-29 at 17:17 +0800, Chen Jie wrote: > > We got occasionally "GPU lockup" after resuming from suspend(on mipsel > platform with a mips64 compatible CPU and rs780e, the kernel is > 3.1.0-rc8 64bit). Related kernel message: [...] > [ 177.085937] radeon :01:05.0: GPU lockup CP

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-10-05 Thread Alex Deucher
2011/10/5 Michel D?nzer : > On Don, 2011-09-29 at 17:17 +0800, Chen Jie wrote: >> >> We got occasionally "GPU lockup" after resuming from suspend(on mipsel >> platform with a mips64 compatible CPU and rs780e, the kernel is >> 3.1.0-rc8 64bit). ?Related kernel message: > > [...] > >> [ ?177.085937]

Re: Re:[mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-10-05 Thread Michel Dänzer
On Don, 2011-09-29 at 17:17 +0800, Chen Jie wrote: We got occasionally GPU lockup after resuming from suspend(on mipsel platform with a mips64 compatible CPU and rs780e, the kernel is 3.1.0-rc8 64bit). Related kernel message: [...] [ 177.085937] radeon :01:05.0: GPU lockup CP stall

Re: Re:[mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-10-05 Thread Alex Deucher
2011/10/5 Michel Dänzer mic...@daenzer.net: On Don, 2011-09-29 at 17:17 +0800, Chen Jie wrote: We got occasionally GPU lockup after resuming from suspend(on mipsel platform with a mips64 compatible CPU and rs780e, the kernel is 3.1.0-rc8 64bit).  Related kernel message: [...] [  

Re:[mipsel+rs780e]Occasionally GPU lockup after resuming from suspend.

2011-10-01 Thread Chen Jie
Hi, Add more information. We got occasionally GPU lockup after resuming from suspend(on mipsel platform with a mips64 compatible CPU and rs780e, the kernel is 3.1.0-rc8 64bit). Related kernel message: /* return from STR */ [ 156.152343] radeon :01:05.0: WB enabled [ 156.187500] [drm] ring

[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend.

2011-09-29 Thread Chen Jie
Hi, Add more information. We got occasionally "GPU lockup" after resuming from suspend(on mipsel platform with a mips64 compatible CPU and rs780e, the kernel is 3.1.0-rc8 64bit). Related kernel message: /* return from STR */ [ 156.152343] radeon :01:05.0: WB enabled [ 156.187500] [drm]