mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* oops in radeon_suspend (mmotm 2008-10-22-17-18)
@ 2008-10-26 15:23 Jiri Slaby
  2008-11-08  9:09 ` Jiri Slaby
  2008-11-09 21:55 ` [PATCH 1/1] DRM: fix radeon suspend/resume oops Jiri Slaby
  0 siblings, 2 replies; 7+ messages in thread
From: Jiri Slaby @ 2008-10-26 15:23 UTC (permalink / raw)
  To: Gareth Hughes
  Cc: Dave Airlie, dri-devel, Andrew Morton, Linux Kernel Mailing List,
	Jesse Barnes, Eric Anholt, Michel Dänzer

Hi,

this oops occured on suspend of mmotm:
http://decibel.fi.muni.cz/~xslaby/radeon_oops1.png
http://decibel.fi.muni.cz/~xslaby/radeon_oops2.png

radeon_suspend:
movq    288(%rcx), %rax # <variable>.mmio, <variable>.mmio
xorl    %edx, %edx      # tmp68
movq    24(%rax), %rax  # <variable>.handle, <variable>.handle

rax (dev_priv->mmio) is null.

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: [PATCH] HID: don't grab devices with no input
@ 2008-11-13 22:05 Jiri Slaby
  2008-11-13 22:09 ` [PATCH 1/1 v2] DRM: fix radeon suspend/resume oops Jiri Slaby
  0 siblings, 1 reply; 7+ messages in thread
From: Jiri Slaby @ 2008-11-13 22:05 UTC (permalink / raw)
  To: Alan Stern; +Cc: Andi Kleen, Jiri Kosina, linux-input, linux-kernel

On 11/13/2008 10:37 PM, Alan Stern wrote:
>> +	for (n = 0; n < interface->desc.bNumEndpoints; n++)
>> +		if (usb_endpoint_dir_in(&interface->endpoint[n].desc))
>> +			has_in++;
>> +	if (!has_in) {
>> +		dev_err(&intf->dev, "couldn't find an input interrupt "
>> +				"endpoint");
>> +		return -ENODEV;
>> +	}
>> +
> 
> Do you want to use usb_endpoint_is_int_in() instead?  It matches the 
> error message more closely.

Yes, good catch, thanks.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-11-13 22:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-26 15:23 oops in radeon_suspend (mmotm 2008-10-22-17-18) Jiri Slaby
2008-11-08  9:09 ` Jiri Slaby
2008-11-09 21:55 ` [PATCH 1/1] DRM: fix radeon suspend/resume oops Jiri Slaby
2008-11-09 22:01   ` [PATCH 1/1 v2] " Jiri Slaby
2008-11-10  0:10   ` [PATCH 1/1] " Dave Airlie
2008-11-13 22:05 [PATCH] HID: don't grab devices with no input Jiri Slaby
2008-11-13 22:09 ` [PATCH 1/1 v2] DRM: fix radeon suspend/resume oops Jiri Slaby
2008-11-13 22:11   ` Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®