Re: [Intel-gfx] Where should I report fill issues for the X stack?

2011-03-01 Thread Alan W. Irwin
On 2011-02-25 17:38-0800 Alan W. Irwin wrote: The PLplot development team have just implemented a demanding 2D rendering test for X where we modify our standard example 27 (see http://plplot.sourceforge.net/examples.php?demo=27). The standard version of that example simply draws a line

[Intel-gfx] [PATCH] drm/i915: fix memory corruption with GM965 and 4GB RAM

2011-03-01 Thread Jan Niehusmann
On Sat, Feb 26, 2011 at 12:05:27AM +0100, Daniel Vetter wrote: Actually, on style points I prefer your patch: The hw status page is allocated with drm_pci_alloc which calls dma_alloc_coherent, so setting the coherent mask is sufficient. The dma mask set in the gtt is essentially useless,

Re: [Intel-gfx] [PATCH] drm/i915: fix memory corruption with GM965 and 4GB RAM

2011-03-01 Thread Chris Wilson
On Tue, 1 Mar 2011 23:24:16 +0100, Jan Niehusmann j...@gondor.com wrote: Indeed, setting dma_alloc_coherent should be sufficient, AFAIKT. After all, only the HWS seems to be affected, which is allocated with drm_pci_alloc, which in turn uses dma_alloc_coherent. I just tried the patch below,

[Intel-gfx] [git pull] i915 fixes

2011-03-01 Thread Chris Wilson
As I don't anticipate any more fixes in the near future for 2.6.38, I thought I may as well send this single patch to prevent 965G[M] from using a status page above 4GiB, in a timely fashion. -Chris The following changes since commit dd9c1549edef02290edced639f67b54a25abbe0e: Linux 2.6.38-rc7

[Intel-gfx] [PATCH 1/2] drm/i915: remove unused old i915_write()

2011-03-01 Thread Zhenyu Wang
Signed-off-by: Zhenyu Wang zhen...@linux.intel.com --- drivers/gpu/drm/i915/i915_drv.h | 21 - 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index 65dfe81..fe2a596 100644 ---

[Intel-gfx] [PATCH 2/2] drm/i915: Don't save/restore hardware status page address register

2011-03-01 Thread Zhenyu Wang
It's cleaned before saving and re-initialized after restoring. So don't need to save/restore it. And also new chip has new address for hardware status page register, don't write to old address. Signed-off-by: Zhenyu Wang zhen...@linux.intel.com --- drivers/gpu/drm/i915/i915_suspend.c |6