[Bug 33011] HDMI-A-1 Does not work after resume (But claims it does)

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33011 --- Comment #15 from Alex Deucher 2011-01-27 23:04:21 PST --- So there is a DVI port on the dock and an hdmi port on the laptop. It's likely they share the same encoder and there may some gpio magic involved in switching between them. I don't

[Bug 33635] New: RV620 : Webgl : conformance-tests : 5248/5325 , firefox 4b10

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33635 Summary: RV620 : Webgl : conformance-tests : 5248/5325 , firefox 4b10 Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity:

[PATCH] drm/radeon/kms: release CMASK access in preclose_kms

2011-01-27 Thread Marek Olšák
Signed-off-by: Marek Ol??k --- drivers/gpu/drm/radeon/radeon_kms.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_kms.c b/drivers/gpu/drm/radeon/radeon_kms.c index 28a53e4..a794e17 100644 --- a/drivers/gpu/drm/radeon/radeon_kms.c +++

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Robert P. J. Day
one more observation which should nail things down: On Thu, 27 Jan 2011, Robert P. J. Day wrote: > ok, i'm getting different results from this morning, not sure why, > but i'm fairly confident i've isolated it to this extent. here's the > salient part of the git log i'm looking at: > >

[PATCH] drm/radeon/kms: re-emit full context state for evergreen blits

2011-01-27 Thread Alex Deucher
clear state doesn't seem to work properly in some cases Fixes hangs in heavy 3D on some evergreen cards reported on IRC. May fix: https://bugs.freedesktop.org/show_bug.cgi?id=33381 possibly others. Signed-off-by: Alex Deucher Cc: stable at kernel.org ---

[Bug 33625] Unpainted bottom of window in STK with latest ZMASK changes and HiZ

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33625 gsr.bugs changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: > On Thu, 27 Jan 2011 08:55:24 -0500 (EST), "Robert P. J. Day" crashcourse.ca> wrote: > > On Thu, 27 Jan 2011, Chris Wilson wrote: > > > > > On Thu, 27 Jan 2011 08:42:19 -0500 (EST), "Robert P. J. Day" > > crashcourse.ca> wrote: > > > > > > > > for me,

[Bug 32296] [r300g] Screen corruption with WoW when HyperZ enabled.

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32296 --- Comment #19 from Chris Rankin 2011-01-27 16:24:12 PST --- (In reply to comment #18) > I have fixed the 8x8 compression mode in master. It should fix the bottom of > the screen being uninitialized. Please test. Thanks, the latest commit:

[PATCH 5/5] nouveau/ttm/PCIe: Use dma_addr if TTM has set it.

2011-01-27 Thread Konrad Rzeszutek Wilk
On Fri, Jan 07, 2011 at 12:11:44PM -0500, Konrad Rzeszutek Wilk wrote: > If the TTM layer has used the DMA API to setup pages that are > TTM_PAGE_FLAG_DMA32 (look at patch titled: "ttm: Utilize the dma_addr_t > array for pages that are to in DMA32 pool."), lets use it > when programming the GART

[PATCH 4/5] radeon/ttm/PCIe: Use dma_addr if TTM has set it.

2011-01-27 Thread Konrad Rzeszutek Wilk
On Fri, Jan 07, 2011 at 12:11:43PM -0500, Konrad Rzeszutek Wilk wrote: > If the TTM layer has used the DMA API to setup pages that are > TTM_PAGE_FLAG_DMA32 (look at patch titled: "ttm: Utilize the dma_addr_t > array for pages that are to in DMA32 pool."), lets use it > when programming the GART

[RFC PATCH v2] Utilize the PCI API in the TTM framework.

2011-01-27 Thread Konrad Rzeszutek Wilk
On Thu, Jan 27, 2011 at 10:28:45AM +0100, Thomas Hellstrom wrote: > Konrad, Dave > > Given our previous discussion on the list, I believe these patches > shouldn't introduce any regressions in the non-Xen case, however we > should probably be prepared to back them out quickly if that turns > out

[Bug 29851] [r300g] HyperZ on RS690 not work correctly

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29851 --- Comment #13 from Marek Ol??k 2011-01-27 16:11:02 PST --- There are some new bug fixes in master. Please test. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Bug 32945] Lower part of the screen corrupt with HyperZ enabled

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32945 --- Comment #14 from Marek Ol??k 2011-01-27 16:10:23 PST --- I have fixed the 8x8 compression mode in master. It should fix the bottom of the screen being uninitialized. Please test. -- Configure bugmail:

[PATCH 3/5] ttm: Expand (*populate) to support an array of DMA addresses.

2011-01-27 Thread Konrad Rzeszutek Wilk
gt; > * > > * Populate the backend with ttm pages. Depending on the backend, > > * it may or may not copy the @pages array. > > */ > > int (*populate) (struct ttm_backend *backend, > > unsigned long num_pages, struct page **p

[Bug 32296] [r300g] Screen corruption with WoW when HyperZ enabled.

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32296 --- Comment #18 from Marek Ol??k 2011-01-27 16:09:45 PST --- I have fixed the 8x8 compression mode in master. It should fix the bottom of the screen being uninitialized. Please test. -- Configure bugmail:

[Bug 33625] Unpainted bottom of window in STK with latest ZMASK changes and HiZ

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33625 --- Comment #1 from Marek Ol??k 2011-01-27 16:09:11 PST --- I have fixed the 8x8 compression mode in master. It should fix the bottom of the screen being uninitialized. Please test. -- Configure bugmail:

[Bug 33625] New: Unpainted bottom of window in STK with latest ZMASK changes and HiZ

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33625 Summary: Unpainted bottom of window in STK with latest ZMASK changes and HiZ Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW

[Bug 31533] Black lines while scrolling on HD5850

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31533 --- Comment #2 from Alex Deucher 2011-01-27 14:16:38 PST --- Is this still an issue with the latest code in xf86-video-ati git master? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 33139] Radeon HD 5750 locks up when using 3D apps with r600g

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33139 --- Comment #5 from Alex Deucher 2011-01-27 14:14:20 PST --- Created an attachment (id=42615) View: https://bugs.freedesktop.org/attachment.cgi?id=42615 Review: https://bugs.freedesktop.org/review?bug=33139=42615 possible fix Does this drm

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Chris Wilson
On Thu, 27 Jan 2011 08:55:24 -0500 (EST), "Robert P. J. Day" wrote: > On Thu, 27 Jan 2011, Chris Wilson wrote: > > > On Thu, 27 Jan 2011 08:42:19 -0500 (EST), "Robert P. J. Day" > crashcourse.ca> wrote: > > > > > > for me, this appears to be the offending commit: > > > > > > commit

[Bug 26552] Screen flickering with 2.6.37 [ATI X1600]

2011-01-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=26552 --- Comment #30 from Daniel 2011-01-27 13:58:50 --- I tested the combined patch of #29 the last days. Two times the screen going black after compiling something and watching a video together. I remember at the beginning of this problem, the

[Bug 32296] [r300g] Screen corruption with WoW when HyperZ enabled.

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32296 --- Comment #17 from Marek Ol??k 2011-01-27 13:54:35 PST --- (In reply to comment #16) > This latest commit does *not* fix the corruption with my RV350: > > commit db299a9f8244d53d9041fcdbd396a77ebe1f9e3e > Author: Marek Ol??k > Date: Tue

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Chris Wilson
On Thu, 27 Jan 2011 08:42:19 -0500 (EST), "Robert P. J. Day" wrote: > > for me, this appears to be the offending commit: > > commit 5e82ea99827f6aa122fbb08f8659e76226ce107b (now testing) > Merge: ec30f34 abb72c8 > Author: Linus Torvalds > Date: Tue Jan 25 10:46:14 2011 +1000 > > Merge

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: > On Thu, 27 Jan 2011 08:55:24 -0500 (EST), "Robert P. J. Day" crashcourse.ca> wrote: > > On Thu, 27 Jan 2011, Chris Wilson wrote: > > > > > On Thu, 27 Jan 2011 08:42:19 -0500 (EST), "Robert P. J. Day" > > crashcourse.ca> wrote: > > > > > > > > for me,

[Bug 32296] [r300g] Screen corruption with WoW when HyperZ enabled.

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32296 --- Comment #16 from Chris Rankin 2011-01-27 13:39:29 PST --- This latest commit does *not* fix the corruption with my RV350: commit db299a9f8244d53d9041fcdbd396a77ebe1f9e3e Author: Marek Ol??k Date: Tue Jan 25 05:37:52 2011 +0100

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Chris Wilson
On Thu, 27 Jan 2011 07:12:03 -0500 (EST), "Robert P. J. Day" wrote: > On Thu, 27 Jan 2011, Chris Wilson wrote: > > > The only missing detail is what connector is used for the display. > > Xorg.log or xrandr --verbose are the easiest. > > i can supply those for the currently *successful* boot,

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Chris Wilson
On Thu, 27 Jan 2011 06:47:23 -0500 (EST), "Robert P. J. Day" wrote: > also, i just verified that i have a properly booting kernel based on > this commit: > > commit 58bbf018a70c562437eeae121a5d021ba7fe56a5 > Author: Alex Deucher > Date: Mon Jan 24 17:14:26 2011 -0500 > >

[Bug 27644] radeon KMS causes corrupt VGA output on X1400

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27644 --- Comment #11 from Oliver Joos 2011-01-27 11:03:36 PST --- Seems I have the same problem with an ATI X600 (chipset RV380) in my laptop HP Compaq nx8220. Same symptoms and the kernel parameters "radeon.modeset=0 vga=771" also fixed it finally,

[RFC PATCH v2] Utilize the PCI API in the TTM framework.

2011-01-27 Thread Thomas Hellstrom
Konrad, Dave Given our previous discussion on the list, I believe these patches shouldn't introduce any regressions in the non-Xen case, however we should probably be prepared to back them out quickly if that turns out to be the case... Thanks, Thomas On 01/07/2011 06:11 PM, Konrad

[PATCH 3/5] ttm: Expand (*populate) to support an array of DMA addresses.

2011-01-27 Thread Thomas Hellstrom
On 01/07/2011 06:11 PM, Konrad Rzeszutek Wilk wrote: Apart from previously mentioned indentation issues, Reviewed-by: Thomas Hellstrom > We pass in the array of ttm pages to be populated in the GART/MM > of the card (or AGP). Patch titled: "ttm: Utilize the dma_addr_t array > for pages that are

[PATCH 2/5] tm: Utilize the dma_addr_t array for pages that are to in DMA32 pool.

2011-01-27 Thread Thomas Hellstrom
On 01/07/2011 06:11 PM, Konrad Rzeszutek Wilk wrote: > We only use the "if (pool == NULL)" path for right now. > > Signed-off-by: Konrad Rzeszutek Wilk > Patch name is incorrect, also see potential indentation issue below, otherwise Reviewed-by: Thomas Hellstrom > --- >

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Chris Wilson
On Wed, 26 Jan 2011 06:37:20 -0500 (EST), "Robert P. J. Day" wrote: > > after suffering through the i915 "black screen" issue for a while, > it was a relief that it finally seemed to be resolved with 2.6.37 or > something in tha vicinity. but i just built and booted a 2.6.38-rc2+ > kernel on

[PATCH 1/5] ttm: Introduce a placeholder for DMA (bus) addresses.

2011-01-27 Thread Thomas Hellstrom
Hi! Please see below comment, Otherwise Reviewed-by: Thomas Hellstrom On 01/07/2011 06:11 PM, Konrad Rzeszutek Wilk wrote: > This is right now limited to only non-pool constructs. > > Signed-off-by: Konrad Rzeszutek Wilk > --- > drivers/gpu/drm/ttm/ttm_page_alloc.c |9 ++--- >

Broken locking in ttm_bo_swapout

2011-01-27 Thread Thomas Hellstrom
On 01/20/2011 07:53 PM, Matthew Bullock wrote: > I have a fairly simple opengl application running on nouveau. It > effectively just plots a couple of very large images that change > regularly. > > I've been getting an easily repeatable failure, hitting the > BUG_ON(in_interrupt) in vfree() that

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: > On Thu, 27 Jan 2011 08:55:24 -0500 (EST), "Robert P. J. Day" crashcourse.ca> wrote: > > On Thu, 27 Jan 2011, Chris Wilson wrote: > > > > > On Thu, 27 Jan 2011 08:42:19 -0500 (EST), "Robert P. J. Day" > > crashcourse.ca> wrote: > > > > > > > > for me,

[Bug 33541] game "Braid" : radeon 0000:01:00.0: r600_check_texture_resource:1208 texture invalid format 51

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33541 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: > On Thu, 27 Jan 2011 08:42:19 -0500 (EST), "Robert P. J. Day" crashcourse.ca> wrote: > > > > for me, this appears to be the offending commit: > > > > commit 5e82ea99827f6aa122fbb08f8659e76226ce107b (now testing) > > Merge: ec30f34 abb72c8 > > Author:

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: > On Thu, 27 Jan 2011 07:12:03 -0500 (EST), "Robert P. J. Day" crashcourse.ca> wrote: > > On Thu, 27 Jan 2011, Chris Wilson wrote: > > > > > The only missing detail is what connector is used for the display. > > > Xorg.log or xrandr --verbose are the

[Bug 29851] [r300g] HyperZ on RS690 not work correctly

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29851 --- Comment #12 from okias 2011-01-27 08:06:33 PST --- same behaviour :-( -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: > On Thu, 27 Jan 2011 07:12:03 -0500 (EST), "Robert P. J. Day" crashcourse.ca> wrote: > > On Thu, 27 Jan 2011, Chris Wilson wrote: > > > > > The only missing detail is what connector is used for the display. > > > Xorg.log or xrandr --verbose are the

[Bug 33172] [r600g] ingame rendering broken (black screen) in ut2003

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33172 --- Comment #5 from Tobias Jakobi 2011-01-27 07:49:02 PST --- (In reply to comment #4) > That's 64-bit ut2004, right? Yes. > Probably, but it's certainly not going to make it any faster. That's a given. And it didn't work anyway, since it

[Bug 33172] [r600g] ingame rendering broken (black screen) in ut2003

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33172 --- Comment #4 from Henri Verbeet 2011-01-27 07:28:26 PST --- (In reply to comment #3) > Monitoring ut2004-bin with htop showed that during peak times the process has > more than 50GiB virtual mem (VIRT) allocated. So there's clearly a mem leak

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: > On Thu, 27 Jan 2011 07:12:03 -0500 (EST), "Robert P. J. Day" crashcourse.ca> wrote: > > On Thu, 27 Jan 2011, Chris Wilson wrote: > > > > > The only missing detail is what connector is used for the display. > > > Xorg.log or xrandr --verbose are the

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: > On Thu, 27 Jan 2011 06:47:23 -0500 (EST), "Robert P. J. Day" crashcourse.ca> wrote: > > also, i just verified that i have a properly booting kernel based on > > this commit: > > > > commit 58bbf018a70c562437eeae121a5d021ba7fe56a5 > > Author: Alex

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: > On Wed, 26 Jan 2011 06:37:20 -0500 (EST), "Robert P. J. Day" crashcourse.ca> wrote: > > > > after suffering through the i915 "black screen" issue for a while, > > it was a relief that it finally seemed to be resolved with 2.6.37 or > > something in

has the i915 "black screen" boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: > On Wed, 26 Jan 2011 06:37:20 -0500 (EST), "Robert P. J. Day" crashcourse.ca> wrote: > > > > after suffering through the i915 "black screen" issue for a while, > > it was a relief that it finally seemed to be resolved with 2.6.37 or > > something in

[Bug 33077] Broken rendering with black areas in Doom3-demo also falls to 3-4 fps time to time

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33077 --- Comment #9 from Andy Furniss 2011-01-27 04:32:07 PST --- (In reply to comment #8) > I am also seeing this with 600g on a rv790. > > With a debug build of mesa, stderr is flooded with - > > Mesa: User error: GL_INVALID_VALUE in glScissor

[Bug 26942] radeon: screen distortion on resume

2011-01-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=26942 --- Comment #13 from Brett Witherspoon 2011-01-27 03:27:23 --- Regs before and after resume ( v2.6.37 ) attached. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 26942] radeon: screen distortion on resume

2011-01-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=26942 --- Comment #12 from Brett Witherspoon 2011-01-27 03:26:45 --- Created an attachment (id=45242) --> (https://bugzilla.kernel.org/attachment.cgi?id=45242) regs after resume -- Configure bugmail:

[Bug 26942] radeon: screen distortion on resume

2011-01-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=26942 --- Comment #11 from Brett Witherspoon 2011-01-27 03:26:19 --- Created an attachment (id=45232) --> (https://bugzilla.kernel.org/attachment.cgi?id=45232) regs before resume -- Configure bugmail:

[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31830 --- Comment #12 from Marek Ol??k 2011-01-27 02:20:19 PST --- Well, if I disable the register rename pass, the Penumbra shadows are rendered more or less correctly, so it must be a bug somewhere in the pair passes (or maybe even rename_regs).

[Bug 33541] game "Braid" : radeon 0000:01:00.0: r600_check_texture_resource:1208 texture invalid format 51

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33541 --- Comment #6 from Alexandre Derumier 2011-01-27 02:16:15 PST --- ohhh, i've found the problem. i totally forget i was playing with R600_ENABLE_S3TC=1 . :/ R600_ENABLE_S3TC=0 is correcting the problem on braid and nexuiz. sorry to

[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31830 --- Comment #11 from Pavel Ondra?ka 2011-01-27 01:18:41 PST --- (In reply to comment #10) > (In reply to comment #3) > > What penumbra quality number are you using in Lightsmark? Are you seeing any > > error messages like this: > > > > r300:

[Bug 33541] game "Braid" : radeon 0000:01:00.0: r600_check_texture_resource:1208 texture invalid format 51

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33541 --- Comment #5 from Alexandre Derumier 2011-01-27 01:08:28 PST --- mmm, i had try to revert mesa,kernel,drm,xf86-ati when i'm sure it was working. ( 13/01/11). and i have the same problem. i'm using archlinux, so rolling release, maybe an

[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-01-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31830 --- Comment #10 from Tom Stellard 2011-01-27 00:48:55 PST --- (In reply to comment #3) > What penumbra quality number are you using in Lightsmark? Are you seeing any > error messages like this: > > r300: ERROR: FS input generic 18 unassigned,

[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31830 --- Comment #10 from Tom Stellard tstel...@gmail.com 2011-01-27 00:48:55 PST --- (In reply to comment #3) What penumbra quality number are you using in Lightsmark? Are you seeing any error messages like this: r300: ERROR: FS input generic

Re: [PATCH 1/5] ttm: Introduce a placeholder for DMA (bus) addresses.

2011-01-27 Thread Thomas Hellstrom
Hi! Please see below comment, Otherwise Reviewed-by: Thomas Hellstrom tho...@shipmail.org On 01/07/2011 06:11 PM, Konrad Rzeszutek Wilk wrote: This is right now limited to only non-pool constructs. Signed-off-by: Konrad Rzeszutek Wilkkonrad.wilk at oracle.com ---

Re: [PATCH 2/5] tm: Utilize the dma_addr_t array for pages that are to in DMA32 pool.

2011-01-27 Thread Thomas Hellstrom
On 01/07/2011 06:11 PM, Konrad Rzeszutek Wilk wrote: We only use the if (pool == NULL) path for right now. Signed-off-by: Konrad Rzeszutek Wilkkonrad.wilk at oracle.com Patch name is incorrect, also see potential indentation issue below, otherwise Reviewed-by: Thomas Hellstrom

[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31830 --- Comment #11 from Pavel Ondračka dra...@centrum.cz 2011-01-27 01:18:41 PST --- (In reply to comment #10) (In reply to comment #3) What penumbra quality number are you using in Lightsmark? Are you seeing any error messages like this:

Re: [PATCH 3/5] ttm: Expand (*populate) to support an array of DMA addresses.

2011-01-27 Thread Thomas Hellstrom
On 01/07/2011 06:11 PM, Konrad Rzeszutek Wilk wrote: Apart from previously mentioned indentation issues, Reviewed-by: Thomas Hellstrom thellst...@shipmail.org We pass in the array of ttm pages to be populated in the GART/MM of the card (or AGP). Patch titled: ttm: Utilize the dma_addr_t array

Re: [RFC PATCH v2] Utilize the PCI API in the TTM framework.

2011-01-27 Thread Thomas Hellstrom
Konrad, Dave Given our previous discussion on the list, I believe these patches shouldn't introduce any regressions in the non-Xen case, however we should probably be prepared to back them out quickly if that turns out to be the case... Thanks, Thomas On 01/07/2011 06:11 PM, Konrad

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Chris Wilson
On Wed, 26 Jan 2011 06:37:20 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: after suffering through the i915 black screen issue for a while, it was a relief that it finally seemed to be resolved with 2.6.37 or something in tha vicinity. but i just built and booted a

[Bug 33541] game Braid : radeon 0000:01:00.0: r600_check_texture_resource:1208 texture invalid format 51

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33541 --- Comment #6 from Alexandre Derumier aderum...@odiso.com 2011-01-27 02:16:15 PST --- ohhh, i've found the problem. i totally forget i was playing with R600_ENABLE_S3TC=1 . :/ R600_ENABLE_S3TC=0 is correcting the problem on braid and

[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31830 --- Comment #12 from Marek Olšák mar...@gmail.com 2011-01-27 02:20:19 PST --- Well, if I disable the register rename pass, the Penumbra shadows are rendered more or less correctly, so it must be a bug somewhere in the pair passes (or maybe even

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Chris Wilson
On Thu, 27 Jan 2011 06:47:23 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: also, i just verified that i have a properly booting kernel based on this commit: commit 58bbf018a70c562437eeae121a5d021ba7fe56a5 Author: Alex Deucher alexdeuc...@gmail.com Date: Mon Jan 24 17:14:26

[Bug 33077] Broken rendering with black areas in Doom3-demo also falls to 3-4 fps time to time

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33077 --- Comment #9 from Andy Furniss li...@andyfurniss.entadsl.com 2011-01-27 04:32:07 PST --- (In reply to comment #8) I am also seeing this with 600g on a rv790. With a debug build of mesa, stderr is flooded with - Mesa: User error:

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Chris Wilson
On Thu, 27 Jan 2011 08:42:19 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: for me, this appears to be the offending commit: commit 5e82ea99827f6aa122fbb08f8659e76226ce107b (now testing) Merge: ec30f34 abb72c8 Author: Linus Torvalds torva...@linux-foundation.org Date: Tue

[Bug 26552] Screen flickering with 2.6.37 [ATI X1600]

2011-01-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26552 --- Comment #30 from Daniel kernelbugzi...@hulapla.de 2011-01-27 13:58:50 --- I tested the combined patch of #29 the last days. Two times the screen going black after compiling something and watching a video together. I remember at the

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Chris Wilson
On Thu, 27 Jan 2011 08:55:24 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 08:42:19 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: for me, this appears to be the offending commit: commit

[Bug 33172] [r600g] ingame rendering broken (black screen) in ut2003

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33172 --- Comment #4 from Henri Verbeet hverb...@gmail.com 2011-01-27 07:28:26 PST --- (In reply to comment #3) Monitoring ut2004-bin with htop showed that during peak times the process has more than 50GiB virtual mem (VIRT) allocated. So there's

[Bug 33172] [r600g] ingame rendering broken (black screen) in ut2003

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33172 --- Comment #5 from Tobias Jakobi liquid.a...@gmx.net 2011-01-27 07:49:02 PST --- (In reply to comment #4) That's 64-bit ut2004, right? Yes. Probably, but it's certainly not going to make it any faster. That's a given. And it didn't work

[Bug 29851] [r300g] HyperZ on RS690 not work correctly

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29851 --- Comment #12 from okias d.ok...@gmail.com 2011-01-27 08:06:33 PST --- same behaviour :-( -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for

[Bug 33541] game Braid : radeon 0000:01:00.0: r600_check_texture_resource:1208 texture invalid format 51

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33541 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 27644] radeon KMS causes corrupt VGA output on X1400

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27644 --- Comment #11 from Oliver Joos oliver.j...@freenet.ch 2011-01-27 11:03:36 PST --- Seems I have the same problem with an ATI X600 (chipset RV380) in my laptop HP Compaq nx8220. Same symptoms and the kernel parameters radeon.modeset=0 vga=771

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: On Wed, 26 Jan 2011 06:37:20 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: after suffering through the i915 black screen issue for a while, it was a relief that it finally seemed to be resolved with 2.6.37 or something in tha

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: On Wed, 26 Jan 2011 06:37:20 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: after suffering through the i915 black screen issue for a while, it was a relief that it finally seemed to be resolved with 2.6.37 or something in tha

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 06:47:23 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: also, i just verified that i have a properly booting kernel based on this commit: commit 58bbf018a70c562437eeae121a5d021ba7fe56a5 Author: Alex Deucher

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 07:12:03 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 27 Jan 2011, Chris Wilson wrote: The only missing detail is what connector is used for the display. Xorg.log or xrandr --verbose are the easiest.

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 07:12:03 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 27 Jan 2011, Chris Wilson wrote: The only missing detail is what connector is used for the display. Xorg.log or xrandr --verbose are the easiest.

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 07:12:03 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 27 Jan 2011, Chris Wilson wrote: The only missing detail is what connector is used for the display. Xorg.log or xrandr --verbose are the easiest.

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 08:42:19 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: for me, this appears to be the offending commit: commit 5e82ea99827f6aa122fbb08f8659e76226ce107b (now testing) Merge: ec30f34 abb72c8 Author: Linus

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 08:55:24 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 08:42:19 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: for me, this

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 08:55:24 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 08:42:19 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: for me, this

[Bug 32296] [r300g] Screen corruption with WoW when HyperZ enabled.

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32296 --- Comment #16 from Chris Rankin ranki...@googlemail.com 2011-01-27 13:39:29 PST --- This latest commit does *not* fix the corruption with my RV350: commit db299a9f8244d53d9041fcdbd396a77ebe1f9e3e Author: Marek Olšák mar...@gmail.com Date:

[Bug 32296] [r300g] Screen corruption with WoW when HyperZ enabled.

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32296 --- Comment #17 from Marek Olšák mar...@gmail.com 2011-01-27 13:54:35 PST --- (In reply to comment #16) This latest commit does *not* fix the corruption with my RV350: commit db299a9f8244d53d9041fcdbd396a77ebe1f9e3e Author: Marek Olšák

[PATCH] drm/radeon/kms: release CMASK access in preclose_kms

2011-01-27 Thread Marek Olšák
Signed-off-by: Marek Olšák mar...@gmail.com --- drivers/gpu/drm/radeon/radeon_kms.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_kms.c b/drivers/gpu/drm/radeon/radeon_kms.c index 28a53e4..a794e17 100644 ---

[PATCH] drm/radeon/kms: re-emit full context state for evergreen blits

2011-01-27 Thread Alex Deucher
clear state doesn't seem to work properly in some cases Fixes hangs in heavy 3D on some evergreen cards reported on IRC. May fix: https://bugs.freedesktop.org/show_bug.cgi?id=33381 possibly others. Signed-off-by: Alex Deucher alexdeuc...@gmail.com Cc: sta...@kernel.org ---

[Bug 33139] Radeon HD 5750 locks up when using 3D apps with r600g

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33139 --- Comment #5 from Alex Deucher ag...@yahoo.com 2011-01-27 14:14:20 PST --- Created an attachment (id=42615) View: https://bugs.freedesktop.org/attachment.cgi?id=42615 Review: https://bugs.freedesktop.org/review?bug=33139attachment=42615

[Bug 31533] Black lines while scrolling on HD5850

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31533 --- Comment #2 from Alex Deucher ag...@yahoo.com 2011-01-27 14:16:38 PST --- Is this still an issue with the latest code in xf86-video-ati git master? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Robert P. J. Day
On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 08:55:24 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 27 Jan 2011, Chris Wilson wrote: On Thu, 27 Jan 2011 08:42:19 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: for me, this

Re: has the i915 black screen boot issue returned?

2011-01-27 Thread Robert P. J. Day
one more observation which should nail things down: On Thu, 27 Jan 2011, Robert P. J. Day wrote: ok, i'm getting different results from this morning, not sure why, but i'm fairly confident i've isolated it to this extent. here's the salient part of the git log i'm looking at: =

[Bug 33625] New: Unpainted bottom of window in STK with latest ZMASK changes and HiZ

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33625 Summary: Unpainted bottom of window in STK with latest ZMASK changes and HiZ Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW

[Bug 33625] Unpainted bottom of window in STK with latest ZMASK changes and HiZ

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33625 --- Comment #1 from Marek Olšák mar...@gmail.com 2011-01-27 16:09:11 PST --- I have fixed the 8x8 compression mode in master. It should fix the bottom of the screen being uninitialized. Please test. -- Configure bugmail:

[Bug 32296] [r300g] Screen corruption with WoW when HyperZ enabled.

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32296 --- Comment #18 from Marek Olšák mar...@gmail.com 2011-01-27 16:09:45 PST --- I have fixed the 8x8 compression mode in master. It should fix the bottom of the screen being uninitialized. Please test. -- Configure bugmail:

[Bug 32945] Lower part of the screen corrupt with HyperZ enabled

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32945 --- Comment #14 from Marek Olšák mar...@gmail.com 2011-01-27 16:10:23 PST --- I have fixed the 8x8 compression mode in master. It should fix the bottom of the screen being uninitialized. Please test. -- Configure bugmail:

[Bug 29851] [r300g] HyperZ on RS690 not work correctly

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29851 --- Comment #13 from Marek Olšák mar...@gmail.com 2011-01-27 16:11:02 PST --- There are some new bug fixes in master. Please test. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 32296] [r300g] Screen corruption with WoW when HyperZ enabled.

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32296 --- Comment #19 from Chris Rankin ranki...@googlemail.com 2011-01-27 16:24:12 PST --- (In reply to comment #18) I have fixed the 8x8 compression mode in master. It should fix the bottom of the screen being uninitialized. Please test. Thanks,

[Bug 33625] Unpainted bottom of window in STK with latest ZMASK changes and HiZ

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33625 gsr.bugs gsr.b...@infernal-iceberg.com changed: What|Removed |Added Status|NEW |RESOLVED

[git pull] drm fixes

2011-01-27 Thread Dave Airlie
Hi Linus, radeon and nouveau fixes only, a couple of regressions, one evergreen GPU hang under load, and one big endian fix. Dave. The following changes since commit 6663050edd9c2e8b1e1f55c09459144d84c045f0: Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm (2011-01-26

[Bug 33635] New: RV620 : Webgl : conformance-tests : 5248/5325 , firefox 4b10

2011-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33635 Summary: RV620 : Webgl : conformance-tests : 5248/5325 , firefox 4b10 Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity:

  1   2   >