BUG: i915 causes NULL pointer dereference in 2.6.37-rc5-git4

2010-12-16 Thread Maciej Rutecki
On ?roda, 15 grudnia 2010 o 11:48:21 T?nu Raitviir wrote: > Asus P5E-VM HDMI motherboard with G35 chipset, only HDMI output is > connected. Last known good kernel was 2.6.36.2 > > 00:02.0 VGA compatible controller: Intel Corporation 82G35 Express > Integrated Graphics Controller (rev 03) 00:02.1 D

Linux 2.6.37-rc6

2010-12-16 Thread Chris Wilson
On Thu, 16 Dec 2010 18:30:11 +0100, Domenico Andreoli wrote: > Hi, > > On Wed, Dec 15, 2010 at 07:10:28PM -0800, ext Linus Torvalds wrote: > > > > Go forth and test. And please do remember to ping bugzilla (or > > developers) about any regressions you find, whether new or old. > > I have some

[PATCH 09/10] MCDE: Add build files and bus

2010-12-16 Thread Marcus Lorentzon
On 11/26/2010 12:24 PM, Arnd Bergmann wrote: > [dri people: please have a look at the KMS discussion way below] > > On Thursday 25 November 2010 19:00:26 Marcus LORENTZON wrote: > >>> -Original Message- >>> From: Arnd Bergmann [mailto:arnd at arndb.de] >>> Sent: den 25 november 2010 17:

[PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread Arnd Bergmann
On Thursday 16 December 2010 18:37:38 David Sin wrote: > I'm not sure exactly how DRM/GEM works.. What functionality do you think is > overlapping? The main feature, aside from reduced page accesses, of the DMM > hw block is to provide physically contiguous 2 dimensional memory blocks for > im

[PATCH] drm/radeon/kms: fix DCE4.1 dig routing (v2)

2010-12-16 Thread Alex Deucher
Works more like DCE4.0 despite what the docs say. This fixes blank screen issues when changing crtc routing due to incorrect crtc to dig mapping. v2: only two DIGx blocks, routing is hardcoded based on link. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_encoders.c | 54 +++

Linux 2.6.37-rc6

2010-12-16 Thread Domenico Andreoli
Hi, On Wed, Dec 15, 2010 at 07:10:28PM -0800, ext Linus Torvalds wrote: > > Go forth and test. And please do remember to ping bugzilla (or > developers) about any regressions you find, whether new or old. I have some problem with i945, display remains blank. I also tried adding i915.modeset=0 bu

[PATCH] drm/radeon/kms: fix DCE4.1 dig routing

2010-12-16 Thread Alex Deucher
Works just like DCE4.0 despite what the docs say. This fixes blank screen issues when changing crtc routing due to incorrect crtc to dig mapping. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_encoders.c | 17 +++-- 1 files changed, 3 insertions(+), 14 deletions(-)

[Bug 22472] vga_switcheroo fails to switch from intel to ati

2010-12-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=22472 --- Comment #13 from Florian Mickler 2010-12-17 01:17:14 --- Did you find anything useful? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the

[Bug 24382] 2.6.37-rc4: kdm crashes consistently, 2.6.36 not affected, drm:radeon_cs_ioctl Invalid command stream

2010-12-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24382 Florian Mickler changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure bugmail: https

[Bug 24382] 2.6.37-rc4: kdm crashes consistently, 2.6.36 not affected, drm:radeon_cs_ioctl Invalid command stream

2010-12-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24382 Florian Mickler changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 24462] r600: spread spectrum: flickering screen (bisected)

2010-12-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24462 Florian Mickler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #23 from Chris Rankin 2010-12-16 16:37:34 PST --- (In reply to comment #22) > My attached patch is IMHO significantly better than the previous one. The patch may be flawed, but it greatly improves WoW as well. I've just run around a

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #23 from Chris Rankin 2010-12-16 16:37:34 PST --- (In reply to comment #22) > My attached patch is IMHO significantly better than the previous one. The patch may be flawed, but it greatly improves WoW as well. I've just run around a

[PATCH] vgaarb: use bridges to control VGA routing where possible.

2010-12-16 Thread Dave Airlie
From: Dave Airlie So in a lot of modern systems, a GPU will always be below a parent bridge that won't share with any other GPUs. This means VGA arbitration on those GPUs can be controlled by using the bridge routing instead of io/mem decodes. The problem is locating which GPUs share which ups

[PATCH] drm/radeon/kms: fix DCE4.1 dig routing (v2)

2010-12-16 Thread Alex Deucher
Works more like DCE4.0 despite what the docs say. This fixes blank screen issues when changing crtc routing due to incorrect crtc to dig mapping. v2: only two DIGx blocks, routing is hardcoded based on link. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_encoders.c | 54 +++

Re: [PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread Dave Airlie
On Fri, Dec 17, 2010 at 5:02 AM, David Sin wrote: > On Thu, Dec 16, 2010 at 06:43:48PM +0100, Arnd Bergmann wrote: >> As far as I can tell, both DMM and GEM at a high level manage objects >> in video memory. The IOMMU that you have on the Omap hardware seems >> to resemble the GART that sits betwe

[PATCH] drm/radeon/kms: fix DCE4.1 dig routing

2010-12-16 Thread Alex Deucher
Works just like DCE4.0 despite what the docs say. This fixes blank screen issues when changing crtc routing due to incorrect crtc to dig mapping. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_encoders.c | 17 +++-- 1 files changed, 3 insertions(+), 14 deletions(-)

[PATCH][next] drm/vmwgfx: Let SVGA_REG_NUM_DISPLAYS decide output connectivity

2010-12-16 Thread Thomas Hellstrom
Makes the user able to determine the number of connected outputs from the VMware GUI. Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c b/drivers/gpu/d

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28800 Álmos changed: What|Removed |Added Attachment #41170|0 |1 is obsolete|

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28800 ?lmos changed: What|Removed |Added Attachment #41170|0 |1 is obsolete|

[PATCH] vgaarb: use bridges to control VGA routing where possible.

2010-12-16 Thread Rafał Miłecki
2010/12/16 Mark Marshall : > On 16/12/2010 05:54, Dave Airlie wrote: >> >> From: Dave Airlie >> ?int pci_set_vga_state(struct pci_dev *dev, bool decode, >> - ? ? ? ? ? ? ? ? ? ? unsigned int command_bits, bool change_bridge) >> + ? ? ? ? ? ? ? ? ? ? unsigned int command_bits, u32 flags) >> ?{ >> ?

[Bug 24932] BUG: unable to handle kernel paging request

2010-12-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=24932 --- Comment #4 from Lars-Dominik Braun 2010-12-16 15:02:49 --- > Yes please, it would be useful to know if 2.6.35 had the same bug. 2.6.35.9 (vanilla) works fine. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --

[Bug 32456] New: r600g makes sdlmame SIGSEGV, r600_set_vertex_buffers involvement indicated

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32456 Summary: r600g makes sdlmame SIGSEGV, r600_set_vertex_buffers involvement indicated Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Stat

[Bug 32456] New: r600g makes sdlmame SIGSEGV, r600_set_vertex_buffers involvement indicated

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32456 Summary: r600g makes sdlmame SIGSEGV, r600_set_vertex_buffers involvement indicated Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Stat

[PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread Arnd Bergmann
On Monday 06 December 2010, David Sin wrote: > Tiling and Isometric Lightweight Engine for Rotation (TILER) driver > = > > Dynamic Memory Manager (DMM) is a hardware block made by Texas Instruments. > Within the DMM exists at least one TILER hardware component. Its purpose is > to > organize

[Bug 32455] New: Crash with mame using OpenGL with newest Gallium on Radeon 4350

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32455 Summary: Crash with mame using OpenGL with newest Gallium on Radeon 4350 Product: Mesa Version: git Platform: All OS/Version: Linux (All) Status: NEW Seve

[Bug 32455] New: Crash with mame using OpenGL with newest Gallium on Radeon 4350

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32455 Summary: Crash with mame using OpenGL with newest Gallium on Radeon 4350 Product: Mesa Version: git Platform: All OS/Version: Linux (All) Status: NEW Seve

[PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread David Sin
On Thu, Dec 16, 2010 at 06:43:48PM +0100, Arnd Bergmann wrote: > As far as I can tell, both DMM and GEM at a high level manage objects > in video memory. The IOMMU that you have on the Omap hardware seems > to resemble the GART that sits between PC-style video cards and main > memory. > > I don't

Re: BUG: i915 causes NULL pointer dereference in 2.6.37-rc5-git4

2010-12-16 Thread Maciej Rutecki
On środa, 15 grudnia 2010 o 11:48:21 Tõnu Raitviir wrote: > Asus P5E-VM HDMI motherboard with G35 chipset, only HDMI output is > connected. Last known good kernel was 2.6.36.2 > > 00:02.0 VGA compatible controller: Intel Corporation 82G35 Express > Integrated Graphics Controller (rev 03) 00:02.1 D

Re: Linux 2.6.37-rc6

2010-12-16 Thread Chris Wilson
On Thu, 16 Dec 2010 18:30:11 +0100, Domenico Andreoli wrote: > Hi, > > On Wed, Dec 15, 2010 at 07:10:28PM -0800, ext Linus Torvalds wrote: > > > > Go forth and test. And please do remember to ping bugzilla (or > > developers) about any regressions you find, whether new or old. > > I have some p

kernel BUG at drivers/gpu/drm/i915/i915_gem.c:4045

2010-12-16 Thread Benjamin S.
Hi, my OS is a Debian testing with self compiled 2.6.36.1 vanilla kernel. CPU is "model name : Intel(R) Core(TM) i5 CPU 661 @ 3.33GHz" which contains the graphic chip and motherboard is an intel DH55HC. digest of boot log: [ 31.334582] [drm] Initialized drm 1.1.0 20060810 [ 3

[PATCH] vgaarb: use bridges to control VGA routing where possible.

2010-12-16 Thread Mark Marshall
On 16/12/2010 05:54, Dave Airlie wrote: > From: Dave Airlie > int pci_set_vga_state(struct pci_dev *dev, bool decode, > - unsigned int command_bits, bool change_bridge) > + unsigned int command_bits, u32 flags) > { > struct pci_bus *bus; > struct

Re: [PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread David Sin
On Thu, Dec 16, 2010 at 06:43:48PM +0100, Arnd Bergmann wrote: > As far as I can tell, both DMM and GEM at a high level manage objects > in video memory. The IOMMU that you have on the Omap hardware seems > to resemble the GART that sits between PC-style video cards and main > memory. > > I don't

Re: [PATCH 09/10] MCDE: Add build files and bus

2010-12-16 Thread Marcus Lorentzon
On 11/26/2010 12:24 PM, Arnd Bergmann wrote: [dri people: please have a look at the KMS discussion way below] On Thursday 25 November 2010 19:00:26 Marcus LORENTZON wrote: -Original Message- From: Arnd Bergmann [mailto:a...@arndb.de] Sent: den 25 november 2010 17:48 To: Marcus LOREN

Re: [PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread David Sin
On Thu, Dec 16, 2010 at 11:25:31AM -0600, David Sin wrote: > On Thu, Dec 16, 2010 at 02:34:05PM +0100, Arnd Bergmann wrote: > > On Monday 06 December 2010, David Sin wrote: > > > Tiling and Isometric Lightweight Engine for Rotation (TILER) driver > > > = > > > > > > Dynamic Memory Manager (DMM

Re: [PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread David Sin
On Thu, Dec 16, 2010 at 02:34:05PM +0100, Arnd Bergmann wrote: > On Monday 06 December 2010, David Sin wrote: > > Tiling and Isometric Lightweight Engine for Rotation (TILER) driver > > = > > > > Dynamic Memory Manager (DMM) is a hardware block made by Texas Instruments. > > Within the DMM exi

kernel BUG at drivers/gpu/drm/i915/i915_gem.c:4045

2010-12-16 Thread Benjamin S.
Hi, my OS is a Debian testing with self compiled 2.6.36.1 vanilla kernel. CPU is "model name : Intel(R) Core(TM) i5 CPU 661 @ 3.33GHz" which contains the graphic chip and motherboard is an intel DH55HC. digest of boot log: [ 31.334582] [drm] Initialized drm 1.1.0 20060810 [ 3

[PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread David Sin
On Thu, Dec 16, 2010 at 11:25:31AM -0600, David Sin wrote: > On Thu, Dec 16, 2010 at 02:34:05PM +0100, Arnd Bergmann wrote: > > On Monday 06 December 2010, David Sin wrote: > > > Tiling and Isometric Lightweight Engine for Rotation (TILER) driver > > > = > > > > > > Dynamic Memory Manager (DMM

[Bug 30483] r600g makes kwin (ab)use 100% CPU

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30483 Øyvind Sæther changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 30483] r600g makes kwin (ab)use 100% CPU

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30483 ?yvind S?ther changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread David Sin
On Thu, Dec 16, 2010 at 02:34:05PM +0100, Arnd Bergmann wrote: > On Monday 06 December 2010, David Sin wrote: > > Tiling and Isometric Lightweight Engine for Rotation (TILER) driver > > = > > > > Dynamic Memory Manager (DMM) is a hardware block made by Texas Instruments. > > Within the DMM exi

[Bug 32449] New: crash in r600_set_vertex_buffers with invalid GL usage flag used in glBufferData

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32449 Summary: crash in r600_set_vertex_buffers with invalid GL usage flag used in glBufferData Product: Mesa Version: 7.10 Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Bug 32449] New: crash in r600_set_vertex_buffers with invalid GL usage flag used in glBufferData

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32449 Summary: crash in r600_set_vertex_buffers with invalid GL usage flag used in glBufferData Product: Mesa Version: 7.10 Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Bug 32447] GPU lockup with Braid

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32447 --- Comment #1 from Marti 2010-12-16 10:30:25 PST --- Another data point, when running with MESA_DEBUG=verbose I get these: Mesa: User error: GL_INVALID_OPERATION in glProgramStringARB(invalid ARB fragment program option) Mesa: 19 similar GL_IN

[Bug 32447] GPU lockup with Braid

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32447 --- Comment #1 from Marti 2010-12-16 10:30:25 PST --- Another data point, when running with MESA_DEBUG=verbose I get these: Mesa: User error: GL_INVALID_OPERATION in glProgramStringARB(invalid ARB fragment program option) Mesa: 19 similar GL_IN

[Bug 32447] New: GPU lockup with Braid

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32447 Summary: GPU lockup with Braid Product: DRI Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Bug 32447] New: GPU lockup with Braid

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32447 Summary: GPU lockup with Braid Product: DRI Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

Re: [PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread Arnd Bergmann
On Thursday 16 December 2010 18:37:38 David Sin wrote: > I'm not sure exactly how DRM/GEM works.. What functionality do you think is > overlapping? The main feature, aside from reduced page accesses, of the DMM > hw block is to provide physically contiguous 2 dimensional memory blocks for > im

[Bug 32422] Large images displayed in Firefox appear corrupted

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32422 --- Comment #8 from Michel Dänzer 2010-12-16 08:40:47 PST --- (In reply to comment #7) > Even with the patch for bug 31708 applied, I see the same corruption in > firefox [...] That's with the latest version (v3) of the patch? (Jerome even sub

[Bug 32422] Large images displayed in Firefox appear corrupted

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32422 --- Comment #8 from Michel D?nzer 2010-12-16 08:40:47 PST --- (In reply to comment #7) > Even with the patch for bug 31708 applied, I see the same corruption in > firefox [...] That's with the latest version (v3) of the patch? (Jerome even sub

[Bug 32439] invisible objects on r600g (probably shader issue)

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32439 Jerome Glisse changed: What|Removed |Added Attachment #41168|shaders.log |shaders.txt filename|

[Bug 32439] invisible objects on r600g (probably shader issue)

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32439 Jerome Glisse changed: What|Removed |Added Attachment #41168|shaders.log |shaders.txt filename|

[Bug 32439] invisible objects on r600g (probably shader issue)

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32439 Michel Dänzer changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/Gallium/r600 -- Configure bugma

[Bug 24932] BUG: unable to handle kernel paging request

2010-12-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24932 --- Comment #4 from Lars-Dominik Braun 2010-12-16 15:02:49 --- > Yes please, it would be useful to know if 2.6.35 had the same bug. 2.6.35.9 (vanilla) works fine. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ---

[Bug 32439] invisible objects on r600g (probably shader issue)

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32439 Michel D?nzer changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/Gallium/r600 -- Configure bugma

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #21 from Marek Olšák 2010-12-16 07:00:56 PST --- (In reply to comment #20) > Created an attachment (id=41170) View: https://bugs.freedesktop.org/attachment.cgi?id=41170 Review: https://bugs.freedesktop.org/review?bug=28800&attachmen

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #21 from Marek Ol??k 2010-12-16 07:00:56 PST --- (In reply to comment #20) > Created an attachment (id=41170) View: https://bugs.freedesktop.org/attachment.cgi?id=41170 Review: https://bugs.freedesktop.org/review?bug=28800&attachme

[Bug 32439] invisible objects on r600g (probably shader issue)

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32439 --- Comment #2 from Michal Suchanek 2010-12-16 06:54:21 PST --- Created an attachment (id=41175) --> (https://bugs.freedesktop.org/attachment.cgi?id=41175) difference between r600 shaders and swrastg shaders It works with swrastg and there is

[Bug 32439] invisible objects on r600g (probably shader issue)

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32439 --- Comment #2 from Michal Suchanek 2010-12-16 06:54:21 PST --- Created an attachment (id=41175) --> (https://bugs.freedesktop.org/attachment.cgi?id=41175) difference between r600 shaders and swrastg shaders It works with swrastg and there is

[Bug 32439] invisible objects on r600g (probably shader issue)

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32439 --- Comment #1 from Michal Suchanek 2010-12-16 06:30:01 PST --- Can't run the same program on r600c but it works on Mesa 7.9 r300g -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail b

[Bug 32439] invisible objects on r600g (probably shader issue)

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32439 --- Comment #1 from Michal Suchanek 2010-12-16 06:30:01 PST --- Can't run the same program on r600c but it works on Mesa 7.9 r300g -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail b

[PATCH][next] drm/vmwgfx: Let SVGA_REG_NUM_DISPLAYS decide output connectivity

2010-12-16 Thread Thomas Hellstrom
Makes the user able to determine the number of connected outputs from the VMware GUI. Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c b/drivers/gpu/d

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #20 from Álmos 2010-12-16 06:12:18 PST --- Created an attachment (id=41170) View: https://bugs.freedesktop.org/attachment.cgi?id=41170 Review: https://bugs.freedesktop.org/review?bug=28800&attachment=41170 r300g_multitexturing.diff

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #20 from ?lmos 2010-12-16 06:12:18 PST --- Created an attachment (id=41170) View: https://bugs.freedesktop.org/attachment.cgi?id=41170 Review: https://bugs.freedesktop.org/review?bug=28800&attachment=41170 r300g_multitexturing.diff

Re: [PATCH] vgaarb: use bridges to control VGA routing where possible.

2010-12-16 Thread Rafał Miłecki
2010/12/16 Mark Marshall : > On 16/12/2010 05:54, Dave Airlie wrote: >> >> From: Dave Airlie >>  int pci_set_vga_state(struct pci_dev *dev, bool decode, >> -                     unsigned int command_bits, bool change_bridge) >> +                     unsigned int command_bits, u32 flags) >>  { >>  

[Bug 32439] New: invisible objects on r600g (probably shader issue)

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32439 Summary: invisible objects on r600g (probably shader issue) Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 32439] New: invisible objects on r600g (probably shader issue)

2010-12-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32439 Summary: invisible objects on r600g (probably shader issue) Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

Re: [PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread Arnd Bergmann
On Monday 06 December 2010, David Sin wrote: > Tiling and Isometric Lightweight Engine for Rotation (TILER) driver > = > > Dynamic Memory Manager (DMM) is a hardware block made by Texas Instruments. > Within the DMM exists at least one TILER hardware component. Its purpose is > to > organize

Re: [PATCH] vgaarb: use bridges to control VGA routing where possible.

2010-12-16 Thread Mark Marshall
On 16/12/2010 05:54, Dave Airlie wrote: From: Dave Airlie int pci_set_vga_state(struct pci_dev *dev, bool decode, - unsigned int command_bits, bool change_bridge) + unsigned int command_bits, u32 flags) { struct pci_bus *bus; struct pci_