[Bug 22608] Screen does not update when using DRI/DRM if non-root

2009-07-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22608 Michael Pyne changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[libdrm patch] link libdrm_intel with -lrt

2009-07-24 Thread Anssi Hannula
Hi! libdrm_intel now uses clock_gettime, but is not linked against @clock_...@. Attached patch fixes it. -- Anssi Hannula Index: libdrm-2.4.12/libdrm/intel/Makefile.am === --- libdrm-2.4.12/libdrm/intel/Makefile.am +++ libdrm-2.4.12

[Bug 22924] DRI2 R200 clipping buffer copy randomly

2009-07-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22924 --- Comment #1 from Andrew Randrianasulu 2009-07-24 15:36:03 PST --- Hey, can you test with Option "EXANoComposite" "1" inserted into your xorg.conf? (see comment #3 in bug 22746). I can't re-test right now because i have Nvidia card plugg

[Bug 21774] blender menus all black (or white)

2009-07-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21774 Terry Barnaby changed: What|Removed |Added CC||[email protected] --- Comment #12 fro

[Bug 13811] [GM965/KMS/UXA] memory corruption on resume from hibernate

2009-07-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13811 [email protected] changed: What|Removed |Added CC||[email protected] --- Comment

Re: libdrm: Fixing compilers warnings

2009-07-24 Thread Pauli Nieminen
On Tue, Jul 21, 2009 at 12:21 PM, Julien Cristau wrote: > On Mon, Jul 20, 2009 at 19:17:01 +0300, Pauli Nieminen wrote: > > > >From b7e77b71d1f2d8ff6741e534911e09f10e3f3d4e Mon Sep 17 00:00:00 2001 > > From: Pauli Nieminen > > Date: Mon, 20 Jul 2009 14:39:57 +0300 > > Subject: [PATCH 01/15] libdr

[Bug 13811] [GM965/KMS/UXA] memory corruption on resume from hibernate

2009-07-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13811 --- Comment #2 from Evgeni Golov 2009-07-24 18:57:25 --- And another test: also happens with a 32bit system. I'm quite puzzled and have no real idea how to debug this :( -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=ema

[Bug 13817] video output scrambled with KMS on i915

2009-07-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13817 Jesse Barnes changed: What|Removed |Added AssignedTo|drivers_video-...@kernel-bu |[email protected]

[Bug 13819] system freeze when switching to console

2009-07-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13819 --- Comment #6 from Reinette Chatre 2009-07-24 16:01:05 --- I am now trying to use 2.6.31-rc4 but would like to use X also. I thus reverted this commit from 2.6.31-rc4 but the freeze problem still exists. The above commit was identified clear

[PATCH] DRM: Fix VBlank IRQ on VIA hardware. May be NO a fix.

2009-07-24 Thread Lu Zhihe
Dear all, As http://www.x.org/docs/via/OGPM_UniChrome_ProII_R108a_Part2_3D_Video.pdf pags 14 said: 0x200, bit 19 is the "VGA VSYNC Interrupt Mask Enable" , it isn't the "VGA VSYNC Interrupt Enable" Bit. So the patch: http://patchwork.kernel.o

[Bug 13817] video output scrambled with KMS on i915

2009-07-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13817 --- Comment #3 from Matthieu Verbert 2009-07-24 09:42:12 --- I tried this tree on top of 2.6.31-rc4, and it indeed works (glxgears even reports that it's slightly faster than before). Thanks for the hint ! -- Configure bugmail: http://bugzi

[PATCH] ttm: powerpc: Fix Highmem cache flushing.

2009-07-24 Thread Thomas Hellstrom
Temporarily maps highmem pages while flushing to get a valid virtual address to flush. Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/ttm/ttm_tt.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_tt.c b/drivers/gpu/drm/ttm/ttm_tt

[PATCH 1/2] x86: Export kmap_atomic_prot() needed for TTM.

2009-07-24 Thread Thomas Hellstrom
This functionality is needed to kmap_atomic() highmem pages that may potentially have or are about to set up other mappings with non-standard caching attributes. Signed-off-by: Thomas Hellstrom --- arch/x86/mm/highmem_32.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/

[PATCH 2/2] ttm: Fix ttm in-kernel copying of pages with non-standard caching attributes.

2009-07-24 Thread Thomas Hellstrom
For x86 this affected highmem pages only, since they were always kmapped cache-coherent, and this is fixed using kmap_atomic_prot(). For other architectures that may not modify the linear kernel map we resort to vmap() for now, since kmap_atomic_prot() generally uses the linear kernel map for lowm

[Bug 22924] New: DRI2 R200 clipping buffer copy randomly

2009-07-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22924 Summary: DRI2 R200 clipping buffer copy randomly Product: Mesa Version: CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: mediu