Re: [PATCH] drm/radeon/bo: add some fallback placements for VRAM only objects. (v2)

2010-04-27 Thread Michel Dänzer
On Die, 2010-04-27 at 12:34 +1000, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com On constrained r100 systems compiz would fail to start due to a lack of memory, we can just fallback place the objects rather than completely failing it works a lot better. v2: fixes issue

[Bug 15181] Radeon: *ERROR* Unable to locate a BIOS ROM

2010-04-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15181 --- Comment #11 from Jérôme Glisse gli...@freedesktop.org 2010-04-27 08:47:15 --- Please attach drivers/gpu/drm/radeon/radeon_bios.c it seems different from the one upstream and it's useless to add warn to rom.c. -- Configure bugmail:

Re: [PATCH] drm/radeon/bo: add some fallback placements for VRAM only objects. (v2)

2010-04-27 Thread Michel Dänzer
[ Moving to the new list ] On Die, 2010-04-27 at 12:34 +1000, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com On constrained r100 systems compiz would fail to start due to a lack of memory, we can just fallback place the objects rather than completely failing it works a lot better.

[Bug 15166] Changing brightness of backlight freezes kernel with radeon kms enabled.

2010-04-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15166 --- Comment #38 from Aurélien Couderc zecou...@free.fr 2010-04-27 16:51:41 --- To answer Alex Deucher's questions: #32 NoAccel doen't solve the problem (driver 6.13.0) #33 disabling KMS solves the problem and ums+acceleration works fine --

Re: [PATCH 5/7] drm/i915: use vblank and vsync interrupts on 945

2010-04-27 Thread Jesse Barnes
On Fri, 26 Mar 2010 11:07:19 -0700 Jesse Barnes jbar...@virtuousgeek.org wrote: On 945, vblank delivery alone seems unreliable. The PIPE*STAT bits get set correctly, but interrupts occur at a low frequency relative to refresh. If we enable VSYNC interrupts as well however (even though we

[Bug 15166] Changing brightness of backlight freezes kernel with radeon kms enabled.

2010-04-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15166 --- Comment #39 from Alex Deucher alexdeuc...@gmail.com 2010-04-27 17:35:11 --- Created an attachment (id=26161) -- (https://bugzilla.kernel.org/attachment.cgi?id=26161) add accel parameter This patch adds an accel parameter that allows

[Bug 15181] Radeon: *ERROR* Unable to locate a BIOS ROM

2010-04-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15181 --- Comment #12 from Matteo rootki...@yahoo.it 2010-04-27 20:32:37 --- Created an attachment (id=26165) -- (https://bugzilla.kernel.org/attachment.cgi?id=26165) drivers/gpu/drm/radeon/radeon_bios.c drivers/gpu/drm/radeon/radeon_bios.c --

[patch 2/5] drivers/gpu/drm/via/via_video.c: fix off by one issue

2010-04-27 Thread akpm
From: Dan Carpenter erro...@gmail.com fx-lock is used as the index in dev_priv-decoder_queue[fx-lock] which is an array of VIA_NR_XVMC_LOCKS elements. Signed-off-by: Dan Carpenter erro...@gmail.com Cc: David Airlie airl...@linux.ie Signed-off-by: Andrew Morton a...@linux-foundation.org ---

[patch 1/5] gpu: vga_switcheroo, fix lock imbalance

2010-04-27 Thread akpm
From: Jiri Slaby jsl...@suse.cz Stanse found that one error path in vga_switcheroo_debugfs_write omits to unlock vgasr_mutex. Fix that. Signed-off-by: Jiri Slaby jsl...@suse.cz Cc: Dave Airlie airl...@redhat.com Signed-off-by: Andrew Morton a...@linux-foundation.org ---

[patch 3/5] drivers/gpu/drm/radeon/radeon_atombios.c: range check issues

2010-04-27 Thread akpm
From: Dan Carpenter erro...@gmail.com This change makes the array larger, MAX_SUPPORTED_TV_TIMING_V1_2 is 3 and the original size MAX_SUPPORTED_TV_TIMING is 2. Also there were checks that were off by one. Signed-off-by: Dan Carpenter erro...@gmail.com Cc: David Airlie airl...@linux.ie Acked-by:

[patch 4/5] drivers/gpu/drm/drm_sysfs.c: sysfs files error handling

2010-04-27 Thread akpm
From: Dan Carpenter erro...@gmail.com In the original code we used j as an iterator but we used i as an index. - for (j = 0; j i; j++) - device_remove_file(connector-kdev, - connector_attrs[i]); Smatch complained

[Bug 15166] Changing brightness of backlight freezes kernel with radeon kms enabled.

2010-04-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15166 --- Comment #40 from Alex Deucher alexdeuc...@gmail.com 2010-04-28 03:38:58 --- I managed to get remote access to an affected machine today, and to start off with I tried Linus' git tree, bc113f151a73cb2195c2fb40d7d70acf8e2f9208, to be