https://bugzilla.kernel.org/show_bug.cgi?id=38352
Nicolas Mailhot changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39083
--- Comment #4 from Jure Repinc 2011-07-09 08:10:44 PDT ---
Yes, with the patch applied the problem is gone. Thank you very much.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail bec
https://bugs.freedesktop.org/show_bug.cgi?id=39083
--- Comment #4 from Jure Repinc 2011-07-09 08:10:44 PDT
---
Yes, with the patch applied the problem is gone. Thank you very much.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail be
Hi Linus,
just a single patch from Alex, We were accessing a bunch of registers that
weren't guaranteed to be there causing long latency timeouts in page flipping
code paths.
Dave.
The following changes since commit 902daf6580cffe04721250fb71b5527a98718b11:
Merge branch 'gpio/merge' of gi
https://bugzilla.kernel.org/show_bug.cgi?id=38352
Nicolas Mailhot changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39083
--- Comment #3 from Vadim 2011-07-09 02:55:17 PDT ---
Created an attachment (id=48913)
View: https://bugs.freedesktop.org/attachment.cgi?id=48913
Review: https://bugs.freedesktop.org/review?bug=39083&attachment=48913
[PATCH] r600g: LIT: clamp
https://bugs.freedesktop.org/show_bug.cgi?id=39083
--- Comment #3 from Vadim 2011-07-09 02:55:17 PDT ---
Created an attachment (id=48913)
View: https://bugs.freedesktop.org/attachment.cgi?id=48913
Review: https://bugs.freedesktop.org/review?bug=39083&attachment=48913
[PATCH] r600g: LIT: clamp
next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20110709/c7009664/attachment.pgp>
2011/6/7 Sascha Hauer :
[...]
> --- /dev/null
> +++ b/drivers/gpu/drm/i2c/sii902x.c
> @@ -0,0 +1,334 @@
[...]
> +static int sii902x_write(struct i2c_client *client, uint8_t addr, uint8_t
> val)
> +{
> + int ret;
> +
> + ret = i2c_smbus_write_byte_data(client, addr, val);
> + if (
Dear Radeon folks,
I hope this is the correct list to report that problem to.
Using Debian Wheezy using `linux-image-2.6.39-2-amd64` resuming from
suspend takes a long time, that means until the GNOME Screensaver(?)
shows up to ask for a password to login.
Looking at `dmesg` I am seeing the fol
10 matches
Mail list logo