[Bug 26051] Regression in 7.6, glxgears locks the machine (rv280)

2010-01-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26051 --- Comment #5 from Fabio Pedretti 2010-01-17 23:53:33 PST --- Can you try with mesa 7.7 or current git from master or mesa_7_7_branch to see if it's already fixed there? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab

Font selection with i915

2010-01-17 Thread Alan Stern
When Fedora 12 loads i915 during initramfs probing on my system, the driver automatically installs a tiny 160x64 font. How can I prevent it from doing this, or tell it to use a larger 80x25 font instead? Is this documented anywhere? In addition, are the error messages in the following dmesg log

[PATCH] ati_pcigart: fix format type warning

2010-01-17 Thread Borislav Petkov
Fix the following warning: drivers/gpu/drm/ati_pcigart.c: In function ‘drm_ati_pcigart_init’: drivers/gpu/drm/ati_pcigart.c:115: warning: format ‘%Lx’ expects type ‘long long unsigned int’, but argument 3 has type ‘dma_addr_t’ Signed-off-by: Borislav Petkov --- drivers/gpu/drm/ati_pcigart.c |

Re: [PATCH] ati_pcigart: fix format type warning

2010-01-17 Thread Borislav Petkov
I'm also getting CC drivers/gpu/drm/radeon/radeon_state.o In file included from /home/boris/kernel/linux-2.6/arch/x86/include/asm/uaccess.h:571, from include/drm/drmP.h:63, from drivers/gpu/drm/radeon/radeon_state.c:30: In function ‘copy_from_user’, in

[Bug 14535] Memory corruption detected in low memory

2010-01-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14535 Dave Airlie changed: What|Removed |Added CC||airl...@linux.ie --- Comment #6 from Dav

[Bug 15035] BUG: unable to handle kernel paging request in rs600_gart_set_page()

2010-01-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15035 Xiaotian Feng changed: What|Removed |Added CC||df...@redhat.com --- Comment #1 from X

Re: [PATCHES] [RFC] Enable MSAA registers for r300-r500 chipsets

2010-01-17 Thread Corbin Simpson
Version two of these patches. The kernel patchlevel is bumped. DDX now checks kernel version before writing MSPOS, and I've got some Gallium code to do the same, not yet pushed. ~ C. On Sun, Jan 17, 2010 at 12:47 PM, Jerome Glisse wrote: > On Sun, Jan 17, 2010 at 12:28:20PM -0800, Corbin Simpson

[Bug 26087] IRQ stalls with RV635 when multiple interrupts used

2010-01-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26087 --- Comment #2 from Shawn Starr 2010-01-17 16:46:15 PST --- I can reproduce this on two RV635 GPUs one on laptop one in desktop PCIe form. Laptop GPU info: PCI ID: 1002:9591 01:00.0 VGA compatible controller: ATI Technologies Inc Mobility

[Bug 14535] Memory corruption detected in low memory

2010-01-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14535 --- Comment #7 from Gary 2010-01-18 00:59:09 --- No. I didn't know to do that. How can I check? In the meantime, I also tried mesa 7.6.0 (default Ubuntu 9.10 package) with kernel 2.6.32-02063203-generic. No change. -- Configure bugmail:

[Bug 26087] IRQ stalls with RV635 when multiple interrupts used

2010-01-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26087 --- Comment #3 from Shawn Starr 2010-01-17 16:55:00 PST --- Full Laptop GPU info: 01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3650 (prog-if 00 [VGA controller]) Subsystem: Lenovo Device 2127

Re: [Intel-gfx] [PATCH 2/2] drm/i915: enable 36bit physical address for hardware status page

2010-01-17 Thread Zhenyu Wang
On 2010.01.15 14:51:41 -0800, Eric Anholt wrote: > On Tue, 5 Jan 2010 11:25:06 +0800, Zhenyu Wang > wrote: > > This enables possible 36bit address mask on 965G that use physical > > address for hw status page. > > > > Signed-off-by: Zhenyu Wang > > Applied to for-linus. Thanks! > > My under

[Bug 14535] Memory corruption detected in low memory

2010-01-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14535 Gary changed: What|Removed |Added CC||gary.pa...@gmail.com --- Comment #5 from Gary

[Bug 26087] IRQ stalls with RV635 when multiple interrupts used

2010-01-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26087 --- Comment #1 from Shawn Starr 2010-01-17 14:04:36 PST --- Please see log file here, when using Second Life you can see the full RV635 DRM conversation output: http://www.sh0n.net/spstarr/radeon/rv635.debug.bz2 This pretty much shows from

[Bug 26087] New: IRQ stalls with RV635 when multiple interrupts used

2010-01-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26087 Summary: IRQ stalls with RV635 when multiple interrupts used Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: me

Re: [PATCHES] [RFC] Enable MSAA registers for r300-r500 chipsets

2010-01-17 Thread Jerome Glisse
On Sun, Jan 17, 2010 at 12:28:20PM -0800, Corbin Simpson wrote: > Two patches attached, one for the kernel and one for the DDX. > > Comments welcome; I have no idea exactly how to handle the case where > the DDX is newer than the kernel. Do we need to make a patchlevel > version bump and check? >

[PATCHES] [RFC] Enable MSAA registers for r300-r500 chipsets

2010-01-17 Thread Corbin Simpson
Two patches attached, one for the kernel and one for the DDX. Comments welcome; I have no idea exactly how to handle the case where the DDX is newer than the kernel. Do we need to make a patchlevel version bump and check? ~ C. -- Corbin Simpson 0001-drivers-gpu-drm-radeon-Permit-userspace-to-

[PATCH 2/2] drm/radeon/kms: r600/r700 don't test ib if ib initialization fails

2010-01-17 Thread Jerome Glisse
If ib initialization failed don't try to test ib as it will result in an oops (accessing NULL ib buffer ptr). Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/r600.c | 13 +++-- drivers/gpu/drm/radeon/rv770.c | 13 +++-- 2 files changed, 14 insertions(+), 12 deletions

[PATCH 1/2] drm/radeon/kms: Forbid creation of framebuffer with no valid GEM object

2010-01-17 Thread Jerome Glisse
This will avoid oops if at later point the fb is use. Trying to create a framebuffer with no valid GEM object is bogus and should be forbidden as this patch does. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_display.c |6 +- 1 files changed, 5 insertions(+), 1 deletions

[Bug 26051] Regression in 7.6, glxgears locks the machine (rv280)

2010-01-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26051 ken moffat changed: What|Removed |Added Summary|Regression in 7.6.1,|Regression in 7.6, glxgears

Re: [PATCH] ati_pcigart: fix format type warning

2010-01-17 Thread Arjan van de Ven
On Sun, 17 Jan 2010 19:41:20 +0100 Borislav Petkov wrote: > drivers/gpu/drm/radeon/radeon_state.c:2145: > /home/boris/kernel/linux-2.6/arch/x86/include/asm/uaccess_32.h:212: > warning: call to ‘copy_from_user_overflow’ declared with attribute > warning: copy_from_user() buffer size is not provabl

[Bug 15078] New: [KMS] X1300 radeon boot failure

2010-01-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15078 Summary: [KMS] X1300 radeon boot failure Product: Drivers Version: 2.5 Kernel Version: 2.6.32.3 Platform: All OS/Version: Linux Tree: Fedora Status: NEW Sever

[PATCH] drm: Fix setting of fb_changed in drm_crtc_helper_set_config()

2010-01-17 Thread Roel Kluin
Only set fb_changed if bits_per_pixel or depth changed. Signed-off-by: Roel Kluin --- diff --git a/drivers/gpu/drm/drm_crtc_helper.c b/drivers/gpu/drm/drm_crtc_helper.c index 7d0f00a..89197c1 100644 --- a/drivers/gpu/drm/drm_crtc_helper.c +++ b/drivers/gpu/drm/drm_crtc_helper.c @@ -840,8 +840,6