[Bug 28860] [r300g] Yo Frankie - shaders not working: Too many instructions

2010-07-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28860 --- Comment #13 from Sven Arvidsson s...@whiz.se 2010-07-15 04:58:11 PDT --- (In reply to comment #12) If you revert 8c836f7f740c6f74511c727c7bed0680ddba9974, do those messages go away? No, no difference. -- Configure bugmail:

[PATCH] drm/radeon/kms: fix gtt MC base alignment on rs4xx/rs690/rs740 asics

2010-07-15 Thread Alex Deucher
The asics in question have the following requirements with regard to their gart setups: 1. The GART aperture size has to be in the form of 2^X bytes, where X is from 25 to 31 2. The GART aperture MC base has to be aligned to a boundary equal to the size of the aperture. 3. The GART page table

Re: Regression 2.6.34-2.6.35-rc4: radeaon KMS an RS690 broken

2010-07-15 Thread Alex Deucher
On Thu, Jul 15, 2010 at 1:49 AM, Torsten Kaiser just.for.l...@googlemail.com wrote: On Thu, Jul 15, 2010 at 12:16 AM, Alex Deucher alexdeuc...@gmail.com wrote: I discussed this with Jerome and I think we found the root cause. Does this patch help? (patch

TTM questions

2010-07-15 Thread James Simmons
Now that I'm adding in TTM support to my 3Dfx driver I have a questions. First I noticed in almost every driver for ttm initialization that two struct ttm_global_reference global_ref are allocated. One for TTM_GLOBAL_TTM_MEM and one for TTM_GLOBAL_TTM_BO. For a graphics card with only

Re: TTM questions

2010-07-15 Thread Jerome Glisse
On 07/15/2010 11:54 AM, James Simmons wrote: Now that I'm adding in TTM support to my 3Dfx driver I have a questions. First I noticed in almost every driver for ttm initialization that two struct ttm_global_reference global_ref are allocated. One for TTM_GLOBAL_TTM_MEM and one for

[Bug 28771] Vsync always on

2010-07-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28771 --- Comment #4 from Alex Deucher ag...@yahoo.com 2010-07-15 11:55:31 PDT --- Should be fixed in: 0a7803cbaca13033d9ed31ef33f59efa913fbfce -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 28771] Vsync always on

2010-07-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28771 --- Comment #5 from Sven Arvidsson s...@whiz.se 2010-07-15 12:28:10 PDT --- Created an attachment (id=37084) View: https://bugs.freedesktop.org/attachment.cgi?id=37084 Review: https://bugs.freedesktop.org/review?bug=28771attachment=37084 dri2

[PATCH] drm: unify crtc,connector,encoder,fb debug printing

2010-07-15 Thread glisse
From: Jerome Glisse jgli...@redhat.com Unify debug printing so it easier to track what's happening while debugging. Signed-off-by: Jerome Glisse jgli...@redhat.com --- drivers/gpu/drm/drm_crtc.c| 20 +++-- drivers/gpu/drm/drm_crtc_helper.c | 44

[Bug 28771] Vsync always on

2010-07-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28771 --- Comment #6 from Sven Arvidsson s...@whiz.se 2010-07-15 13:18:07 PDT --- Hmm, I still can't toggle vsync on/off inside games, it has no effect, but maybe that's a separate bug? -- Configure bugmail:

[Bug 29066] [r300c, r300g] pipes triggers Assertion `boi-space_accounted' failed

2010-07-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29066 Tormod Volden bugzi09.fdo.tor...@xoxy.net changed: What|Removed |Added URL|

[Bug 29062] hp dv5000: xpress 200m 5955 + KMS does not resume from suspend

2010-07-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29062 Andres Cimmarusti acimmaru...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[PATCH] drm/i830: fixed brace and spacing coding style issues

2010-07-15 Thread Nicolas Kaiser
Fixed brace and spacing coding style issues. Signed-off-by: Nicolas Kaiser --- drivers/gpu/drm/i830/i830_dma.c | 95 ++- drivers/gpu/drm/i830/i830_drv.h | 48 ++- drivers/gpu/drm/i830/i830_irq.c | 10 ++-- 3 files changed, 74

[PATCH] drm/radeon/kms: check/restore sanity before doing anything else with GPU.

2010-07-15 Thread Dave Airlie
From: Dave Airlie On systems using kexec, the new kernel is booted straight from the old kernel, without any warning to the graphics driver. So the GPU is basically left as-is in a running state, however the CPU side is completly reset. Without stating the saneness of

Regression 2.6.34->2.6.35-rc4: radeaon KMS an RS690 broken

2010-07-15 Thread Torsten Kaiser
On Thu, Jul 15, 2010 at 12:16 AM, Alex Deucher wrote: > I discussed this with Jerome and I think we found the root cause. > Does this patch help? (patch 0001-drm-radeon-kms-fix-gtt-MC-base-alignment-on-rs4xx-rs.patch) Yes: [0.426978] Linux agpgart interface v0.103 [0.427141] [drm]

[Bug 29066] [r300c, r300g] pipes triggers Assertion `boi->space_accounted' failed

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29066 Marek Ol??k changed: What|Removed |Added Summary|pipes triggers Assertion|[r300c, r300g] pipes

[Bug 28860] [r300g] Yo Frankie - shaders not working: Too many instructions

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28860 --- Comment #13 from Sven Arvidsson 2010-07-15 04:58:11 PDT --- (In reply to comment #12) > If you revert 8c836f7f740c6f74511c727c7bed0680ddba9974, do those messages go > away? No, no difference. -- Configure bugmail:

[PATCH] drm/radeon/kms: fix gtt MC base alignment on rs4xx/rs690/rs740 asics

2010-07-15 Thread Alex Deucher
The asics in question have the following requirements with regard to their gart setups: 1. The GART aperture size has to be in the form of 2^X bytes, where X is from 25 to 31 2. The GART aperture MC base has to be aligned to a boundary equal to the size of the aperture. 3. The GART page table

Regression 2.6.34->2.6.35-rc4: radeaon KMS an RS690 broken

2010-07-15 Thread Alex Deucher
On Thu, Jul 15, 2010 at 1:49 AM, Torsten Kaiser wrote: > On Thu, Jul 15, 2010 at 12:16 AM, Alex Deucher > wrote: >> I discussed this with Jerome and I think we found the root cause. >> Does this patch help? > (patch 0001-drm-radeon-kms-fix-gtt-MC-base-alignment-on-rs4xx-rs.patch) > > Yes: > [ ?

TTM questions

2010-07-15 Thread James Simmons
Now that I'm adding in TTM support to my 3Dfx driver I have a questions. First I noticed in almost every driver for ttm initialization that two struct ttm_global_reference global_ref are allocated. One for TTM_GLOBAL_TTM_MEM and one for TTM_GLOBAL_TTM_BO. For a graphics card with only

TTM questions

2010-07-15 Thread Jerome Glisse
On 07/15/2010 11:54 AM, James Simmons wrote: > > Now that I'm adding in TTM support to my 3Dfx driver I have a questions. > First I noticed in almost every driver for ttm initialization that two > struct ttm_global_reference global_ref are allocated. One for > TTM_GLOBAL_TTM_MEM > and one

[Bug 26561] [810] Can only get 1024x768, native 1152x864 mode deleted

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=26561 Jesse Barnes changed: What|Removed |Added AssignedTo|yakui.zhao at intel.com|dri-devel at lists.freedesktop

[Bug 21012] [855GM] can't display > 1024x768 over DVI

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=21012 Jesse Barnes changed: What|Removed |Added AssignedTo|yakui.zhao at intel.com|dri-devel at lists.freedesktop

[Bug 17902] [830M] need support for DVO-LVDS

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=17902 Jesse Barnes changed: What|Removed |Added AssignedTo|yakui.zhao at intel.com|dri-devel at lists.freedesktop

[Bug 28771] Vsync always on

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28771 --- Comment #4 from Alex Deucher 2010-07-15 11:55:31 PDT --- Should be fixed in: 0a7803cbaca13033d9ed31ef33f59efa913fbfce -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 28771] Vsync always on

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28771 --- Comment #5 from Sven Arvidsson 2010-07-15 12:28:10 PDT --- Created an attachment (id=37084) View: https://bugs.freedesktop.org/attachment.cgi?id=37084 Review: https://bugs.freedesktop.org/review?bug=28771=37084 dri2 vblank for gallium

[PATCH] drm: unify crtc,connector,encoder,fb debug printing

2010-07-15 Thread gli...@freedesktop.org
From: Jerome Glisse Unify debug printing so it easier to track what's happening while debugging. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/drm_crtc.c| 20 +++-- drivers/gpu/drm/drm_crtc_helper.c | 44 2

[Bug 28771] Vsync always on

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28771 --- Comment #6 from Sven Arvidsson 2010-07-15 13:18:07 PDT --- Hmm, I still can't toggle vsync on/off inside games, it has no effect, but maybe that's a separate bug? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 29066] [r300c, r300g] pipes triggers Assertion `boi->space_accounted' failed

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29066 Tormod Volden changed: What|Removed |Added URL||https://bugs.launchpad.net/

[Bug 29066] [r300c, r300g] pipes triggers Assertion `boi->space_accounted' failed

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29066 --- Comment #4 from Marek Ol??k 2010-07-15 19:04:32 PDT --- (In reply to comment #3) > Yes, I don't know if they are closer to RV350 or to RV370. One difference from > those is that RS4xx have only two render output units, but that's irrelevant

[Bug 29062] hp dv5000: xpress 200m 5955 + KMS does not resume from suspend

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29062 --- Comment #4 from Andres Cimmarusti 2010-07-15 20:57:16 PDT --- Fantastic!, it works! I forced it by just writing (like your quirk): /* quirk for rs4xx HP laptops to make them resume * - they hang on resume inside the dynclk 1

[Bug 29062] hp dv5000: xpress 200m 5955 + KMS does not resume from suspend

2010-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29062 Andres Cimmarusti changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Closed source userspace graphics drivers with an open source kernel component

2010-07-15 Thread Tim HRM
On Wed, Jul 14, 2010 at 9:24 AM, Pavel Machek wrote: > Hi! > >> >There is no point supporting companies that give you a little bit of >> >information in exchange they want the support that being in a mainline >> >kernel gives. Its an unfair exchange of knowledge and time, and if they >> >claim