[3.0.y, 3.2.y, 3.4.y] Please add LVDS patch for the Zotac ZBOX SD ID13

2012-10-28 Thread Ben Hutchings
pplication/pgp-signature Size: 828 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121028/d497e343/attachment.pgp>

drm i915 hangs on heavy io load

2012-10-28 Thread Norbert Preining
Hi Chris, I haven't answered due to several reboots necessary (sometimes I have to work on Win***) and no effect, but .. On Mi, 24 Okt 2012, Chris Wilson wrote: > > > http://cgit.freedesktop.org/~danvet/drm/commit/?h=ilk-wa-pile&id=0d5fed2de763b49bb1a90140758153481f043757 > > > is the missing in

[PATCH 00/16] treewide: Convert dev_printk(KERN_ to dev_(

2012-10-28 Thread Joe Perches
dev_ create smaller objects than dev_printk(KERN_. Convert non-debug calls to this form. Joe Perches (16): tile: Convert dev_printk(KERN_ to dev_( ata: Convert dev_printk(KERN_ to dev_( drivers: base: Convert dev_printk(KERN_ to dev_( block: Convert dev_printk(KERN_ to dev_( pcmcia: Conv

[Intel-gfx] [PATCH 2/2] drm/i915: move panel connectors to the front

2012-10-28 Thread Chris Wilson
On Sat, 27 Oct 2012 15:52:05 +0200, Daniel Vetter wrote: > This essentially reverts > > commit cb0953d734348e8862d6d7edc666cfb3bf6d8fae > Author: Adam Jackson > Date: Fri Jul 16 14:46:29 2010 -0400 > > drm/i915: Initialize LVDS and eDP outputs before anything else > > simply because it

[PATCH 07/16] gpu: Convert dev_printk(KERN_ to dev_(

2012-10-28 Thread Joe Perches
dev_ calls take less code than dev_printk(KERN_ and reducing object size is good. Coalesce multiline formats for easier grep. Coalesce unnecessarily segmented formats on a single line too. Remove trailing space after newline in a format. Signed-off-by: Joe Perches --- drivers/gpu/drm/gma500/cdv_

drm i915 hangs on heavy io load

2012-10-28 Thread Chris Wilson
On Sun, 28 Oct 2012 11:47:53 +0900, Norbert Preining wrote: > I pulled the whole branch into my compile branch, and removed everything > from kernel cmd line regarding rc6, and got the > [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung > [drm] capturing error even

[PATCH 00/16] treewide: Convert dev_printk(KERN_ to dev_(

2012-10-28 Thread Joe Perches
On Sun, 2012-10-28 at 14:54 +0400, Sergei Shtylyov wrote: > Hello. Hi Sergei. > On 28-10-2012 12:05, Joe Perches wrote: > > > dev_ create smaller objects than dev_printk(KERN_. > > Convert non-debug calls to this form. > > > Joe Perches (16): > >tile: Convert dev_printk(KERN_ to dev_( > [..

drm i915 hangs on heavy io load

2012-10-28 Thread Norbert Preining
Hi Chris, > so can you > please file a bug on bugzilla.freedesktop.org (or bugzilla.kernel.org) > so that we don't lose track of it. Will do when I'm back from the mountains. > If your have the option, can you switch the ddx between using SNA and > UXA. ??? Is that a BIOS option? Or kernel? I

[Bug 34772] [radeon] [R300] GPU lockups with when KMS is enabled

2012-10-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=34772 Rog?rio Brito changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|OBSOLETE

[PATCH 00/16] treewide: Convert dev_printk(KERN_ to dev_(

2012-10-28 Thread Sergei Shtylyov
Hello. On 28-10-2012 12:05, Joe Perches wrote: > dev_ create smaller objects than dev_printk(KERN_. > Convert non-debug calls to this form. > Joe Perches (16): >tile: Convert dev_printk(KERN_ to dev_( [...] >tile: Convert dev_printk(KERN_ to dev_( [...] >tile: Convert dev_printk(KERN

[Bug 56405] Distorted graphics on Radeon HD 6620G

2012-10-28 Thread bugzilla-dae...@freedesktop.org
s bad 97b4b97b2f9b0e4532c8ba9cedfff9f013a76fc2 bad here I stop -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121028/53e45378/attachment.html>

[Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled

2012-10-28 Thread bugzilla-dae...@freedesktop.org
: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121028/399cca3b/attachment.html>

[Bisected] nouveau: v3.7-rc breaks multi-monitor setup

2012-10-28 Thread Calvin Owens
Hello all, I have a somewhat unusual setup with 3 monitors, two connected to an NVIDIA GT9800, and one connected to the onboard graphics card (a Radeon HD4250, which is selected as the primary card in the BIOS). This has worked well for quite some time using nouveau, but the 3.7 merge window chang

[PATCH 00/16] treewide: Convert dev_printk(KERN_ to dev_(

2012-10-28 Thread Joe Perches
dev_ create smaller objects than dev_printk(KERN_. Convert non-debug calls to this form. Joe Perches (16): tile: Convert dev_printk(KERN_ to dev_( ata: Convert dev_printk(KERN_ to dev_( drivers: base: Convert dev_printk(KERN_ to dev_( block: Convert dev_printk(KERN_ to dev_( pcmcia: Conv

Re: [Intel-gfx] [PATCH 2/2] drm/i915: move panel connectors to the front

2012-10-28 Thread Chris Wilson
On Sat, 27 Oct 2012 15:52:05 +0200, Daniel Vetter wrote: > This essentially reverts > > commit cb0953d734348e8862d6d7edc666cfb3bf6d8fae > Author: Adam Jackson > Date: Fri Jul 16 14:46:29 2010 -0400 > > drm/i915: Initialize LVDS and eDP outputs before anything else > > simply because it

[PATCH 07/16] gpu: Convert dev_printk(KERN_ to dev_(

2012-10-28 Thread Joe Perches
dev_ calls take less code than dev_printk(KERN_ and reducing object size is good. Coalesce multiline formats for easier grep. Coalesce unnecessarily segmented formats on a single line too. Remove trailing space after newline in a format. Signed-off-by: Joe Perches --- drivers/gpu/drm/gma500/cdv_

Re: drm i915 hangs on heavy io load

2012-10-28 Thread Chris Wilson
On Sun, 28 Oct 2012 11:47:53 +0900, Norbert Preining wrote: > I pulled the whole branch into my compile branch, and removed everything > from kernel cmd line regarding rc6, and got the > [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung > [drm] capturing error event

Re: [PATCH 00/16] treewide: Convert dev_printk(KERN_ to dev_(

2012-10-28 Thread Joe Perches
On Sun, 2012-10-28 at 14:54 +0400, Sergei Shtylyov wrote: > Hello. Hi Sergei. > On 28-10-2012 12:05, Joe Perches wrote: > > > dev_ create smaller objects than dev_printk(KERN_. > > Convert non-debug calls to this form. > > > Joe Perches (16): > >tile: Convert dev_printk(KERN_ to dev_( > [..

Re: drm i915 hangs on heavy io load

2012-10-28 Thread Norbert Preining
Hi Chris, > so can you > please file a bug on bugzilla.freedesktop.org (or bugzilla.kernel.org) > so that we don't lose track of it. Will do when I'm back from the mountains. > If your have the option, can you switch the ddx between using SNA and > UXA. ??? Is that a BIOS option? Or kernel? I

[Bug 34772] [radeon] [R300] GPU lockups with when KMS is enabled

2012-10-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34772 Rogério Brito changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|OBSOLETE

Re: [PATCHv10 08/26] v4l: vb2-dma-contig: add support for scatterlist in userptr mode

2012-10-28 Thread Pawel Osciak
Hi Tomasz, On Wed, Oct 10, 2012 at 7:46 AM, Tomasz Stanislawski wrote: > This patch introduces usage of dma_map_sg to map memory behind > a userspace pointer to a device as dma-contiguous mapping. > Perhaps I'm missing something, but I don't understand the purpose of this patch. If the device ca

[PATCH 1/1] media: Entities with sink pads must have at least one enabled link

2012-10-28 Thread Sakari Ailus
If an entity has sink pads, at least one of them must be connected to another pad with an enabled link. If a driver with multiple sink pads has more strict requirements the check should be done in the driver itself. Just requiring one sink pad is connected with an enabled link is enough API-wise:

Re: [PATCH 00/16] treewide: Convert dev_printk(KERN_ to dev_(

2012-10-28 Thread Sergei Shtylyov
Hello. On 28-10-2012 12:05, Joe Perches wrote: dev_ create smaller objects than dev_printk(KERN_. Convert non-debug calls to this form. Joe Perches (16): tile: Convert dev_printk(KERN_ to dev_( [...] tile: Convert dev_printk(KERN_ to dev_( [...] tile: Convert dev_printk(KERN_ to

[Bug 56405] Distorted graphics on Radeon HD 6620G

2012-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56405 --- Comment #7 from mdrs...@t-online.de --- I have not found the bug by bisecting, but I can't go on because the commits do not compile anymore. So far my results are: e656c4a07420fbb34cf00f9b827b1d2f4c45e0f6 bad 67e9ae856355be532455c1cf1211d59b3

[Bug 50422] Furmark.exe crash with wine (32 bits under 64 bits) with llvm-3.1 and r600-llvm-compiler enabled

2012-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50422 --- Comment #6 from Johannes Obermayr --- Does it crash with DRAW_USE_LLVM=0? If not, please try whether this patch can provide more information: https://bugs.freedesktop.org/show_bug.cgi?id=48351#c10 -- You are receiving this mail because: Yo

[Bisected] nouveau: v3.7-rc breaks multi-monitor setup

2012-10-28 Thread Calvin Owens
Hello all, I have a somewhat unusual setup with 3 monitors, two connected to an NVIDIA GT9800, and one connected to the onboard graphics card (a Radeon HD4250, which is selected as the primary card in the BIOS). This has worked well for quite some time using nouveau, but the 3.7 merge window chang