[git pull] drm fixes

2011-02-28 Thread Dave Airlie

Hi Linus,

one security local priv exploit already public in OpenBSD tre, if a user 
has access to the DRI device node,

also a nouveau corruption fix from Ben for a bunch of nvidia gpus.

Dave.

The following changes since commit 3c0556e9673f79e386b27768e27d18b3ce29e40e:

  Merge branch 'drm-intel-fixes' of 
git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel into drm-fixes 
(2011-02-25 08:40:26 +1000)

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes

Ben Skeggs (1):
  drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo

Dave Airlie (2):
  drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.
  Merge remote branch 'nouveau/drm-nouveau-fixes' of 
/ssd/git/drm-nouveau-next into drm-fixes

 drivers/gpu/drm/drm_irq.c|3 ++-
 drivers/gpu/drm/nouveau/nouveau_bo.c |5 -
 include/drm/drmP.h   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #7 from Alex Deucher   2011-02-28 
19:01:15 ---
looks like the vga switcheroo stuff is trying to resume the radeon driver which
was never properly loaded in the first place.  Dave Airlie might have some idea
what's going on.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25871] nearest neighbour samples wrong texel (precision/rounding problem)

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25871

--- Comment #4 from Alex Deucher  2011-02-28 18:56:24 PST 
---
Created an attachment (id=43951)
 View: https://bugs.freedesktop.org/attachment.cgi?id=43951
 Review: https://bugs.freedesktop.org/review?bug=25871=43951

possible fix

Does this patch help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 34822] [r300g, bisected] Unigine Sanctuary: texture corruption with RGTC format

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34822

Marek Ol??k  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Marek Ol??k  2011-02-28 18:37:09 PST 
---
Fixed with commit 7a61957424a457f416d20c2b366232fb4bbc7761. Closing..

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #6 from Antonov Nikolay   2011-02-28 18:36:51 
---
Created an attachment (id=49652)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=49652)
Radeon_only dmesg

Little "diff":

Intel+radeon
[drm] Detected VRAM RAM=3584M, BAR=128M
[drm] RAM width 128bits DDR
[TTM] Zone  kernel: Available graphics memory: 1400816 kiB.
[TTM] Initializing pool allocator.
[drm] radeon: 3584M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.

radeon only:
[drm] Detected VRAM RAM=512M, BAR=128M
[drm] RAM width 64bits DDR
[TTM] Zone  kernel: Available graphics memory: 1498134 kiB.
[TTM] Initializing pool allocator.
[drm] radeon: 512M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.

I have 3Gb DDR3 Memory and 512(not sure)Video Memory (up to 1655Mb
HyperMemory(tm)).

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25871] nearest neighbour samples wrong texel (precision/rounding problem)

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25871

--- Comment #3 from Alex Deucher  2011-02-28 18:27:18 PST 
---
For point sampled textures, SQ_TEX_SAMPLER_WORD2_0.MC_COORD_TRUNCATE needs to
be set to 1.  The default behavior for texture addressing is to round unless
that bit is set.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #5 from Antonov Nikolay   2011-02-28 18:14:57 
---
When "Discreet"(Radeon only) mode activated in BIOS - works well.

tested on linux-2.6.38-rc6-git6 linux-2.6.38-rc6-git4

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 30102] Radeon : ring test failed

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30102


Mathieu Belanger  changed:

   What|Removed |Added

   Platform|All |x86-64




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30052


Alex Deucher  changed:

   What|Removed |Added

 CC||alexdeucher at gmail.com




--- Comment #4 from Alex Deucher   2011-02-28 
16:48:07 ---
Does it work ok if you manually select the radeon as the primary gpu in the
bios?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 32945] [r300g] HyperZ: Wrong size in the HiZ clear packet causes the zbuffer not to be fully cleared

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32945

--- Comment #17 from Marek Ol??k  2011-02-28 16:34:37 PST 
---
Please check out the latest Mesa master branch. There are some new fixes, which
should fix even this bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 30102] Radeon : ring test failed

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30102





--- Comment #3 from Mathieu Belanger   2011-02-28 16:32:57 
---
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge Alternate
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int
gfx)
00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext
gfx port 0)
00:09.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE
port 4)
00:0a.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE
port 5)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI
mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64,
Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64,
Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64,
Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64,
Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64,
Sempron] Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc RS880 [Radeon HD 4200]
01:05.1 Audio device: ATI Technologies Inc RS880 Audio Device [Radeon HD 4200]
02:00.0 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD 4870]
02:00.1 Audio device: ATI Technologies Inc HD48x0 audio
03:00.0 Network controller: RaLink RT2860
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI
Express Gigabit Ethernet controller (rev 02)
05:06.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
05:06.1 Input device controller: Creative Labs SB Live! Game Port (rev 0a)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 30102] Radeon : ring test failed

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30102





--- Comment #2 from Mathieu Belanger   2011-02-28 16:32:39 
---
If you see the dmesg, you can see that this error is present on the two video
card (I tested with the onboard one disabled, no change).

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 30102] Radeon : ring test failed

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30102





--- Comment #1 from Mathieu Belanger   2011-02-28 16:31:29 
---
Created an attachment (id=49632)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=49632)
.config

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 30102] Radeon : ring test failed

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30102


Mathieu Belanger  changed:

   What|Removed |Added

 Kernel Version||2.6.38-rc6




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 30102] New: Radeon : ring test failed

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30102

   Summary: Radeon : ring test failed
   Product: Drivers
   Version: 2.5
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Video(DRI - non Intel)
AssignedTo: drivers_video-dri at kernel-bugs.osdl.org
ReportedBy: b747xx at gmail.com
Regression: No


Created an attachment (id=49622)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=49622)
dmesg

On the radoen module load, I got this error:

[9.87] [drm:r600_ring_test] *ERROR* radeon: ring test failed
(scratch(0x8504)=0xCAFEDEAD)
[9.874447] radeon :01:05.0: disabling GPU acceleration
[9.875771] radeon :01:05.0: 88043c78dc00 unpin not necessary

This is intermittent. I got theses error two weeks ago and it vanish after a
reboot about 1 week ago. The video acceleration was working perfectly until
yesterday reboot (adding an option in the kernel) and now the problem is back.

After the problem came back, I tried booting on the 3 others kernels I used
this week (when it was working correctly) and the problem is still there with
them.

I have attached the dmesg and my .config if this can help find the problem.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 34843] r600g: Evergreen piglit regression

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34843

--- Comment #2 from Rafael Monica  2011-02-28 16:20:33 
PST ---
With that commit general/draw-instanced now passes clean on Evergreen.

general/draw-instanced-divisor fails with some other errors:

draw-instanced: instance 0 failed to draw correctly
draw-instanced: color instance divisor = 2

And shaders/glsl-routing and texturing/texrect-many are still regressed.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[PATCH] drm/r600: parse the set predication command.

2011-02-28 Thread Dave Airlie
From: Dave Airlie 

This is required for NV_conditional_render and EXT_transform_feedback.

Signed-off-by: Dave Airlie 
---
 drivers/gpu/drm/radeon/r600_cs.c |   32 
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600_cs.c
index 00f153d..0a0848f 100644
--- a/drivers/gpu/drm/radeon/r600_cs.c
+++ b/drivers/gpu/drm/radeon/r600_cs.c
@@ -1421,6 +1421,38 @@ static int r600_packet3_check(struct radeon_cs_parser *p,
idx_value = radeon_get_ib_value(p, idx);

switch (pkt->opcode) {
+   case PACKET3_SET_PREDICATION:
+   {
+   int pred_op;
+   int tmp;
+   if (pkt->count != 1) {
+   DRM_ERROR("bad SET PREDICATION\n");
+   return -EINVAL;
+   }
+
+   tmp = radeon_get_ib_value(p, idx + 1);
+   pred_op = (tmp >> 16) & 0x7;
+
+   /* for the clear predicate operation */
+   if (pred_op == 0)
+   return 0;
+
+   if (pred_op > 2) {
+   DRM_ERROR("bad SET PREDICATION operation %d\n", 
pred_op);
+   return -EINVAL;
+   }
+
+   r = r600_cs_packet_next_reloc(p, );
+   if (r) {
+   DRM_ERROR("bad SET PREDICATION\n");
+   return -EINVAL;
+   }
+
+   ib[idx + 0] = idx_value + (u32)(reloc->lobj.gpu_offset & 
0x);
+   ib[idx + 1] = tmp + (upper_32_bits(reloc->lobj.gpu_offset) & 
0xff);
+   }
+   break;
+
case PACKET3_START_3D_CMDBUF:
if (p->family >= CHIP_RV770 || pkt->count) {
DRM_ERROR("bad START_3D\n");
-- 
1.7.3.2



[Bug 34843] r600g: Evergreen piglit regression

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34843

--- Comment #1 from Alex Deucher  2011-02-28 14:23:25 PST 
---
Can you test with:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f44fab5a6ba99c287da8d01fa584763bff2565b

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 29953] [r300g] Heroes of Newerth: texture problems

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29953

--- Comment #16 from maxijac at free.fr 2011-02-28 13:16:13 PST ---
Hi,

Just to let know that one can actually check the issue even if you don't have a
heroes of newerth account.
Just get the client from http://www.heroesofnewerth.com/download.php . The S2
logo is the first one appearing and you can see the menu bar at the top even
when not logged in.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


wavy output in arrandale

2011-02-28 Thread Chris Wilson
On Sun, 27 Feb 2011 20:15:14 -0300, "Gustavo F. Padovan"  wrote:
> In bug #28306 at freedesktop.org[0] you created that fixed the problem and 
> pushed
> it to the -next. However I'm not seeing that patch anymore in linux-next and I
> have to apply it by hand to have my VGA working properly. Is there a reason to
> remove this patch from -next?

The issue is that there is but a single clock source for the outputs, and
we were not correctly handling the cases where we needed both SSC and
non-SSC outputs. As a result the patch caused us to lose sync on external
DP in some configurations, and so I needed to back out the change until we
can fix it correctly.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


[Bug 34843] New: r600g: Evergreen piglit regression

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34843

   Summary: r600g: Evergreen piglit regression
   Product: Mesa
   Version: git
  Platform: Other
OS/Version: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Drivers/Gallium/r600
AssignedTo: dri-devel at lists.freedesktop.org
ReportedBy: monraaf at gmail.com
CC: deathsimple at vodafone.de


Hi, the commit:

commit 96bbc627f369c0100b950f81531b1fe9ef586c34
Author: Christian K?nig 
Date:   Mon Feb 28 02:00:01 2011 +0100

r600g: implement instanced drawing support



breaks the following two piglit tests on Evergreen:

shaders/glsl-routing
texturing/texrect-many


btw. The draw-instanced piglit tests also fail on Evergreen with

EE r600_asm.c:140 r600_bc_get_num_operands - Need instruction operand number
for 0x9b.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #3 from Antonov Nikolay   2011-02-28 10:06:42 
---
notebook ~ # lspci 
00:00.0 Host bridge: Intel Corporation Arrandale DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Arrandale PCI Express x16 Root Port (rev
18)
00:02.0 VGA compatible controller: Intel Corporation Arrandale Integrated
Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation Ibex Peak HECI Controller
(rev 06)
00:1a.0 USB Controller: Intel Corporation Ibex Peak USB2 Enhanced Host
Controller (rev 05)
00:1b.0 Audio device: Intel Corporation Ibex Peak High Definition Audio (rev
05)
00:1c.0 PCI bridge: Intel Corporation Ibex Peak PCI Express Root Port 1 (rev
05)
00:1c.5 PCI bridge: Intel Corporation Ibex Peak PCI Express Root Port 6 (rev
05)
00:1d.0 USB Controller: Intel Corporation Ibex Peak USB2 Enhanced Host
Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Ibex Peak LPC Interface Controller (rev
05)
00:1f.2 SATA controller: Intel Corporation Ibex Peak 4 port SATA AHCI
Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Ibex Peak SMBus Controller (rev 05)
01:00.0 VGA compatible controller: ATI Technologies Inc Device 68e0
01:00.1 Audio device: ATI Technologies Inc Device aa68
02:00.0 Ethernet controller: Attansic Technology Corp. Device 1073 (rev c0)
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network
Adapter (PCI-Express) (rev 01)
7f:00.0 Host bridge: Intel Corporation QuickPath Architecture Generic Non-core
Registers (rev 05)
7f:00.1 Host bridge: Intel Corporation QuickPath Architecture System Address
Decoder (rev 05)
7f:02.0 Host bridge: Intel Corporation QPI Link 0 (rev 05)
7f:02.1 Host bridge: Intel Corporation QPI Physical 0 (rev 05)
7f:02.2 Host bridge: Intel Corporation Device 2d12 (rev 05)
7f:02.3 Host bridge: Intel Corporation Device 2d13 (rev 05)




Gentoo, x86_64... any additional information/tests/bisects?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #2 from Antonov Nikolay   2011-02-28 10:05:29 
---
Created an attachment (id=49592)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=49592)
Kernel Config

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #1 from Antonov Nikolay   2011-02-28 10:03:07 
---
Created an attachment (id=49582)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=49582)
Xorg.log

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 30052] New: Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30052

   Summary: Fails to start X with intel+Ati video, whith modeset=1
   Product: Drivers
   Version: 2.5
Kernel Version: 2.6.36-2.6.38
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Video(DRI - non Intel)
AssignedTo: drivers_video-dri at kernel-bugs.osdl.org
ReportedBy: ostinru at gmail.com
Regression: No


Created an attachment (id=49572)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=49572)
/var/log/messages |grep kernel

I have Acer 480TG notebook. It have 2 video cards Intel(integrated) and Ati
5470 (discreet).

Problem: linux-2.6.36 - 2.6.38(older version not tested) fails to start X with
modeset=1 on both drivers. I see console text(but promt doesn't blank), or
black screen.

Tested on:
linux-2.6.36-gentoo-r5
linux-2.6.38-rc5
linux-2.6.38-rc6-git4
and 2.6.38-rc3*
(Same problem with FedoraTestDay's LiveCD. photo:
http://img809.imageshack.us/i/cimg3250j.jpg/ )

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34567

--- Comment #11 from Andy Furniss  2011-02-28 
08:17:35 PST ---
(In reply to comment #8)
> can you test with latest -ati master?
> 
> I've got a 1080p video playing here now.

Fixed for me on rv790.

Can't see any jerkyness that isn't also present with old d-r-t + ddx without
the fix.

AFAIK no linux player will vsync properly so nothing is ever perfect.

Generally xv wait for vline is much worse than gl unless full height of the
screen is used (and then it will fall apart in the case of fps = refresh unless
mplayer -nodouble is used).

I've also found that cpufreq on_demand does not play well with mplayer and HD.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 33515] System lockup with Page-flipping

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33515

--- Comment #10 from gabgav at hotmail.com 2011-02-28 07:12:38 PST ---
Kernel: 2.6.36 and 2.6.38-RC4
MESA: 7.10 with gallium and llvm enabled.
Driver: xf86-video-ati 6.14.0
WM: Kwin 4.6.0 and TWM
Card: Radeon Mobility X300

I have the same problem with the hardware listed above (Bug 34302). Disabling
page-flipping does not help.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34567

Jan Buecken  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #10 from Jan Buecken  2011-02-28 05:30:17 PST ---
Thanks, works with newest xf86-video-ati git (and d-r-t) on my rv630.

Cannot confirm that it looks jerky...

Greetings
Jan B?cken.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 34822] New: [r300g, bisected] Unigine Sanctuary: texture corruption with RGTC format

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34822

   Summary: [r300g, bisected] Unigine Sanctuary: texture
corruption with RGTC format
   Product: Mesa
   Version: unspecified
  Platform: Other
   URL: http://www.unigine.com/download/#sanctuary
OS/Version: All
Status: NEW
  Keywords: regression
  Severity: normal
  Priority: medium
 Component: Drivers/Gallium/r300
AssignedTo: dri-devel at lists.freedesktop.org
ReportedBy: pavel.ondracka at email.cz


There is some texture corruption in Unigine Sanctuary v2.3, it looks almost
like if you were watching very low quality video.

83ebc01c1dd1cd8a960a2a61fc7203f8312644d5 is the first bad commit
commit 83ebc01c1dd1cd8a960a2a61fc7203f8312644d5
Author: Dave Airlie 
Date:   Fri Feb 25 09:24:15 2011 +1000

mesa/st: add RGTC format support.

this just adds a format check + format conversion.


Workaround is MESA_EXTENSION_OVERRIDE="-GL_ARB_texture_compression_rgtc
-GL_EXT_texture_compression_rgtc". 

mesa: d1dbbf7bf41959df489195d11eb50f8222d293d3
GPU: RV530

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


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

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29851

Marek Ol??k  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||NOTABUG

--- Comment #15 from Marek Ol??k  2011-02-28 03:34:05 PST 
---
Commit d1dbbf7bf41959df489195d11eb50f8222d293d3 disables hyper-z on rs6xx+, it
seems the hw can't do it.

Those who reported issues on other GPUs should file separate bugs.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 33515] System lockup with Page-flipping

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33515

--- Comment #9 from Marek Ol??k  2011-02-28 03:23:13 PST 
---
Does disabling page flipping help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 29363] [r300g] Starcraft 2: "r300 VP: Compiler error"

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29363

--- Comment #25 from Marek Ol??k  2011-02-28 02:52:49 PST 
---
(In reply to comment #24)
> Please report at bugs.freedesktop.org
> Mesa 7.11-devel implementation error: Unexpected texture format in
> radeon_update_wrapper()

This is the r300 classic driver, not the r300 gallium driver. The classic
driver is unmaintained, I recommend using the gallium driver.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[PATCH] drm/radeon/kms: clean up gart dummy page handling

2011-02-28 Thread Alex Deucher
As per Konrad's original patch, the dummy page used
by the gart code and allocated in radeon_gart_init()
was not freed properly in radeon_gart_fini().

At the same time r6xx and newer allocated and freed the
dummy page on their own.  So to do Konrad's patch one
better, just remove the allocation and freeing of the
dummy page in the r6xx, 7xx, evergreen, and ni code and
allocate and free in the gart_init/fini() functions for
all asics.

Cc: Konrad Rzeszutek Wilk 
Cc: Jerome Glisse 
Signed-off-by: Alex Deucher 
---
 drivers/gpu/drm/radeon/evergreen.c   |4 
 drivers/gpu/drm/radeon/r600.c|4 
 drivers/gpu/drm/radeon/radeon_gart.c |2 ++
 drivers/gpu/drm/radeon/rv770.c   |4 
 4 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/drivers/gpu/drm/radeon/evergreen.c 
b/drivers/gpu/drm/radeon/evergreen.c
index 789441e..9ecb2b6 100644
--- a/drivers/gpu/drm/radeon/evergreen.c
+++ b/drivers/gpu/drm/radeon/evergreen.c
@@ -3048,9 +3048,6 @@ int evergreen_init(struct radeon_device *rdev)
 {
int r;

-   r = radeon_dummy_page_init(rdev);
-   if (r)
-   return r;
/* This don't do much */
r = radeon_gem_init(rdev);
if (r)
@@ -3162,7 +3159,6 @@ void evergreen_fini(struct radeon_device *rdev)
radeon_atombios_fini(rdev);
kfree(rdev->bios);
rdev->bios = NULL;
-   radeon_dummy_page_fini(rdev);
 }

 static void evergreen_pcie_gen2_enable(struct radeon_device *rdev)
diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c
index 1252198..88eaffc 100644
--- a/drivers/gpu/drm/radeon/r600.c
+++ b/drivers/gpu/drm/radeon/r600.c
@@ -2510,9 +2510,6 @@ int r600_init(struct radeon_device *rdev)
 {
int r;

-   r = radeon_dummy_page_init(rdev);
-   if (r)
-   return r;
if (r600_debugfs_mc_info_init(rdev)) {
DRM_ERROR("Failed to register debugfs file for mc !\n");
}
@@ -2626,7 +2623,6 @@ void r600_fini(struct radeon_device *rdev)
radeon_atombios_fini(rdev);
kfree(rdev->bios);
rdev->bios = NULL;
-   radeon_dummy_page_fini(rdev);
 }


diff --git a/drivers/gpu/drm/radeon/radeon_gart.c 
b/drivers/gpu/drm/radeon/radeon_gart.c
index 6501611..dc04c7b 100644
--- a/drivers/gpu/drm/radeon/radeon_gart.c
+++ b/drivers/gpu/drm/radeon/radeon_gart.c
@@ -269,4 +269,6 @@ void radeon_gart_fini(struct radeon_device *rdev)
kfree(rdev->gart.pages_addr);
rdev->gart.pages = NULL;
rdev->gart.pages_addr = NULL;
+
+   radeon_dummy_page_fini(rdev);
 }
diff --git a/drivers/gpu/drm/radeon/rv770.c b/drivers/gpu/drm/radeon/rv770.c
index d8ba676..6a312e6 100644
--- a/drivers/gpu/drm/radeon/rv770.c
+++ b/drivers/gpu/drm/radeon/rv770.c
@@ -1256,9 +1256,6 @@ int rv770_init(struct radeon_device *rdev)
 {
int r;

-   r = radeon_dummy_page_init(rdev);
-   if (r)
-   return r;
/* This don't do much */
r = radeon_gem_init(rdev);
if (r)
@@ -1373,7 +1370,6 @@ void rv770_fini(struct radeon_device *rdev)
radeon_atombios_fini(rdev);
kfree(rdev->bios);
rdev->bios = NULL;
-   radeon_dummy_page_fini(rdev);
 }

 static void rv770_pcie_gen2_enable(struct radeon_device *rdev)
-- 
1.7.1.1



[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34567

--- Comment #9 from Michael Lothian  2011-02-28 
01:55:33 PST ---
I quickly tested it before leaving the house this morning. Seems to be working,
though it did look jerky

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[PATCH] drm/r600: parse the set predication command.

2011-02-28 Thread Alex Deucher
On Mon, Feb 28, 2011 at 1:07 AM, Dave Airlie  wrote:
> From: Dave Airlie 
>
> This is required for NV_conditional_render and EXT_transform_feedback.

Need to add this packet to evergreen_cs.c as well.  Otherwise, looks good.

Alex

>
> Signed-off-by: Dave Airlie 
> ---
> ?drivers/gpu/drm/radeon/r600_cs.c | ? 32 
> ?1 files changed, 32 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/gpu/drm/radeon/r600_cs.c 
> b/drivers/gpu/drm/radeon/r600_cs.c
> index 00f153d..0a0848f 100644
> --- a/drivers/gpu/drm/radeon/r600_cs.c
> +++ b/drivers/gpu/drm/radeon/r600_cs.c
> @@ -1421,6 +1421,38 @@ static int r600_packet3_check(struct radeon_cs_parser 
> *p,
> ? ? ? ?idx_value = radeon_get_ib_value(p, idx);
>
> ? ? ? ?switch (pkt->opcode) {
> + ? ? ? case PACKET3_SET_PREDICATION:
> + ? ? ? {
> + ? ? ? ? ? ? ? int pred_op;
> + ? ? ? ? ? ? ? int tmp;
> + ? ? ? ? ? ? ? if (pkt->count != 1) {
> + ? ? ? ? ? ? ? ? ? ? ? DRM_ERROR("bad SET PREDICATION\n");
> + ? ? ? ? ? ? ? ? ? ? ? return -EINVAL;
> + ? ? ? ? ? ? ? }
> +
> + ? ? ? ? ? ? ? tmp = radeon_get_ib_value(p, idx + 1);
> + ? ? ? ? ? ? ? pred_op = (tmp >> 16) & 0x7;
> +
> + ? ? ? ? ? ? ? /* for the clear predicate operation */
> + ? ? ? ? ? ? ? if (pred_op == 0)
> + ? ? ? ? ? ? ? ? ? ? ? return 0;
> +
> + ? ? ? ? ? ? ? if (pred_op > 2) {
> + ? ? ? ? ? ? ? ? ? ? ? DRM_ERROR("bad SET PREDICATION operation %d\n", 
> pred_op);
> + ? ? ? ? ? ? ? ? ? ? ? return -EINVAL;
> + ? ? ? ? ? ? ? }
> +
> + ? ? ? ? ? ? ? r = r600_cs_packet_next_reloc(p, );
> + ? ? ? ? ? ? ? if (r) {
> + ? ? ? ? ? ? ? ? ? ? ? DRM_ERROR("bad SET PREDICATION\n");
> + ? ? ? ? ? ? ? ? ? ? ? return -EINVAL;
> + ? ? ? ? ? ? ? }
> +
> + ? ? ? ? ? ? ? ib[idx + 0] = idx_value + (u32)(reloc->lobj.gpu_offset & 
> 0x);
> + ? ? ? ? ? ? ? ib[idx + 1] = tmp + (upper_32_bits(reloc->lobj.gpu_offset) & 
> 0xff);
> + ? ? ? }
> + ? ? ? break;
> +
> ? ? ? ?case PACKET3_START_3D_CMDBUF:
> ? ? ? ? ? ? ? ?if (p->family >= CHIP_RV770 || pkt->count) {
> ? ? ? ? ? ? ? ? ? ? ? ?DRM_ERROR("bad START_3D\n");
> --
> 1.7.3.2
>
> ___
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>


Re: wavy output in arrandale

2011-02-28 Thread Chris Wilson
On Sun, 27 Feb 2011 20:15:14 -0300, Gustavo F. Padovan gust...@padovan.org 
wrote:
 In bug #28306 at freedesktop.org[0] you created that fixed the problem and 
 pushed
 it to the -next. However I'm not seeing that patch anymore in linux-next and I
 have to apply it by hand to have my VGA working properly. Is there a reason to
 remove this patch from -next?

The issue is that there is but a single clock source for the outputs, and
we were not correctly handling the cases where we needed both SSC and
non-SSC outputs. As a result the patch caused us to lose sync on external
DP in some configurations, and so I needed to back out the change until we
can fix it correctly.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 34822] New: [r300g, bisected] Unigine Sanctuary: texture corruption with RGTC format

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34822

   Summary: [r300g, bisected] Unigine Sanctuary: texture
corruption with RGTC format
   Product: Mesa
   Version: unspecified
  Platform: Other
   URL: http://www.unigine.com/download/#sanctuary
OS/Version: All
Status: NEW
  Keywords: regression
  Severity: normal
  Priority: medium
 Component: Drivers/Gallium/r300
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: pavel.ondra...@email.cz


There is some texture corruption in Unigine Sanctuary v2.3, it looks almost
like if you were watching very low quality video.

83ebc01c1dd1cd8a960a2a61fc7203f8312644d5 is the first bad commit
commit 83ebc01c1dd1cd8a960a2a61fc7203f8312644d5
Author: Dave Airlie airl...@redhat.com
Date:   Fri Feb 25 09:24:15 2011 +1000

mesa/st: add RGTC format support.

this just adds a format check + format conversion.


Workaround is MESA_EXTENSION_OVERRIDE=-GL_ARB_texture_compression_rgtc
-GL_EXT_texture_compression_rgtc. 

mesa: d1dbbf7bf41959df489195d11eb50f8222d293d3
GPU: RV530

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 29363] [r300g] Starcraft 2: r300 VP: Compiler error

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29363

--- Comment #25 from Marek Olšák mar...@gmail.com 2011-02-28 02:52:49 PST ---
(In reply to comment #24)
 Please report at bugs.freedesktop.org
 Mesa 7.11-devel implementation error: Unexpected texture format in
 radeon_update_wrapper()

This is the r300 classic driver, not the r300 gallium driver. The classic
driver is unmaintained, I recommend using the gallium driver.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


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

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29851

Marek Olšák mar...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||NOTABUG

--- Comment #15 from Marek Olšák mar...@gmail.com 2011-02-28 03:34:05 PST ---
Commit d1dbbf7bf41959df489195d11eb50f8222d293d3 disables hyper-z on rs6xx+, it
seems the hw can't do it.

Those who reported issues on other GPUs should file separate bugs.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30052] New: Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30052

   Summary: Fails to start X with intel+Ati video, whith modeset=1
   Product: Drivers
   Version: 2.5
Kernel Version: 2.6.36-2.6.38
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Video(DRI - non Intel)
AssignedTo: drivers_video-...@kernel-bugs.osdl.org
ReportedBy: osti...@gmail.com
Regression: No


Created an attachment (id=49572)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=49572)
/var/log/messages |grep kernel

I have Acer 480TG notebook. It have 2 video cards Intel(integrated) and Ati
5470 (discreet).

Problem: linux-2.6.36 - 2.6.38(older version not tested) fails to start X with
modeset=1 on both drivers. I see console text(but promt doesn't blank), or
black screen.

Tested on:
linux-2.6.36-gentoo-r5
linux-2.6.38-rc5
linux-2.6.38-rc6-git4
and 2.6.38-rc3*
(Same problem with FedoraTestDay's LiveCD. photo:
http://img809.imageshack.us/i/cimg3250j.jpg/ )

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #3 from Antonov Nikolay osti...@gmail.com  2011-02-28 10:06:42 ---
notebook ~ # lspci 
00:00.0 Host bridge: Intel Corporation Arrandale DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Arrandale PCI Express x16 Root Port (rev
18)
00:02.0 VGA compatible controller: Intel Corporation Arrandale Integrated
Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation Ibex Peak HECI Controller
(rev 06)
00:1a.0 USB Controller: Intel Corporation Ibex Peak USB2 Enhanced Host
Controller (rev 05)
00:1b.0 Audio device: Intel Corporation Ibex Peak High Definition Audio (rev
05)
00:1c.0 PCI bridge: Intel Corporation Ibex Peak PCI Express Root Port 1 (rev
05)
00:1c.5 PCI bridge: Intel Corporation Ibex Peak PCI Express Root Port 6 (rev
05)
00:1d.0 USB Controller: Intel Corporation Ibex Peak USB2 Enhanced Host
Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Ibex Peak LPC Interface Controller (rev
05)
00:1f.2 SATA controller: Intel Corporation Ibex Peak 4 port SATA AHCI
Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Ibex Peak SMBus Controller (rev 05)
01:00.0 VGA compatible controller: ATI Technologies Inc Device 68e0
01:00.1 Audio device: ATI Technologies Inc Device aa68
02:00.0 Ethernet controller: Attansic Technology Corp. Device 1073 (rev c0)
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network
Adapter (PCI-Express) (rev 01)
7f:00.0 Host bridge: Intel Corporation QuickPath Architecture Generic Non-core
Registers (rev 05)
7f:00.1 Host bridge: Intel Corporation QuickPath Architecture System Address
Decoder (rev 05)
7f:02.0 Host bridge: Intel Corporation QPI Link 0 (rev 05)
7f:02.1 Host bridge: Intel Corporation QPI Physical 0 (rev 05)
7f:02.2 Host bridge: Intel Corporation Device 2d12 (rev 05)
7f:02.3 Host bridge: Intel Corporation Device 2d13 (rev 05)




Gentoo, x86_64... any additional information/tests/bisects?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34567

--- Comment #9 from Michael Lothian m...@fireburn.co.uk 2011-02-28 01:55:33 
PST ---
I quickly tested it before leaving the house this morning. Seems to be working,
though it did look jerky

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 33515] System lockup with Page-flipping

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33515

--- Comment #9 from Marek Olšák mar...@gmail.com 2011-02-28 03:23:13 PST ---
Does disabling page flipping help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #1 from Antonov Nikolay osti...@gmail.com  2011-02-28 10:03:07 ---
Created an attachment (id=49582)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=49582)
Xorg.log

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34567

Jan Buecken jb@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #10 from Jan Buecken jb@gmx.de 2011-02-28 05:30:17 PST ---
Thanks, works with newest xf86-video-ati git (and d-r-t) on my rv630.

Cannot confirm that it looks jerky...

Greetings
Jan Bücken.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #2 from Antonov Nikolay osti...@gmail.com  2011-02-28 10:05:29 ---
Created an attachment (id=49592)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=49592)
Kernel Config

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 33515] System lockup with Page-flipping

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33515

--- Comment #10 from gab...@hotmail.com 2011-02-28 07:12:38 PST ---
Kernel: 2.6.36 and 2.6.38-RC4
MESA: 7.10 with gallium and llvm enabled.
Driver: xf86-video-ati 6.14.0
WM: Kwin 4.6.0 and TWM
Card: Radeon Mobility X300

I have the same problem with the hardware listed above (Bug 34302). Disabling
page-flipping does not help.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34567

--- Comment #11 from Andy Furniss li...@andyfurniss.entadsl.com 2011-02-28 
08:17:35 PST ---
(In reply to comment #8)
 can you test with latest -ati master?
 
 I've got a 1080p video playing here now.

Fixed for me on rv790.

Can't see any jerkyness that isn't also present with old d-r-t + ddx without
the fix.

AFAIK no linux player will vsync properly so nothing is ever perfect.

Generally xv wait for vline is much worse than gl unless full height of the
screen is used (and then it will fall apart in the case of fps = refresh unless
mplayer -nodouble is used).

I've also found that cpufreq on_demand does not play well with mplayer and HD.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30102] New: Radeon : ring test failed

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30102

   Summary: Radeon : ring test failed
   Product: Drivers
   Version: 2.5
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Video(DRI - non Intel)
AssignedTo: drivers_video-...@kernel-bugs.osdl.org
ReportedBy: b74...@gmail.com
Regression: No


Created an attachment (id=49622)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=49622)
dmesg

On the radoen module load, I got this error:

[9.87] [drm:r600_ring_test] *ERROR* radeon: ring test failed
(scratch(0x8504)=0xCAFEDEAD)
[9.874447] radeon :01:05.0: disabling GPU acceleration
[9.875771] radeon :01:05.0: 88043c78dc00 unpin not necessary

This is intermittent. I got theses error two weeks ago and it vanish after a
reboot about 1 week ago. The video acceleration was working perfectly until
yesterday reboot (adding an option in the kernel) and now the problem is back.

After the problem came back, I tried booting on the 3 others kernels I used
this week (when it was working correctly) and the problem is still there with
them.

I have attached the dmesg and my .config if this can help find the problem.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30102] Radeon : ring test failed

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30102


Mathieu Belanger b74...@gmail.com changed:

   What|Removed |Added

 Kernel Version||2.6.38-rc6




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30102] Radeon : ring test failed

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30102





--- Comment #1 from Mathieu Belanger b74...@gmail.com  2011-02-28 16:31:29 ---
Created an attachment (id=49632)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=49632)
.config

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30102] Radeon : ring test failed

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30102





--- Comment #2 from Mathieu Belanger b74...@gmail.com  2011-02-28 16:32:39 ---
If you see the dmesg, you can see that this error is present on the two video
card (I tested with the onboard one disabled, no change).

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30102] Radeon : ring test failed

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30102





--- Comment #3 from Mathieu Belanger b74...@gmail.com  2011-02-28 16:32:57 ---
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge Alternate
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int
gfx)
00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext
gfx port 0)
00:09.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE
port 4)
00:0a.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE
port 5)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI
mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64,
Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64,
Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64,
Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64,
Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64,
Sempron] Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc RS880 [Radeon HD 4200]
01:05.1 Audio device: ATI Technologies Inc RS880 Audio Device [Radeon HD 4200]
02:00.0 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD 4870]
02:00.1 Audio device: ATI Technologies Inc HD48x0 audio
03:00.0 Network controller: RaLink RT2860
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI
Express Gigabit Ethernet controller (rev 02)
05:06.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
05:06.1 Input device controller: Creative Labs SB Live! Game Port (rev 0a)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30052


Alex Deucher alexdeuc...@gmail.com changed:

   What|Removed |Added

 CC||alexdeuc...@gmail.com




--- Comment #4 from Alex Deucher alexdeuc...@gmail.com  2011-02-28 16:48:07 
---
Does it work ok if you manually select the radeon as the primary gpu in the
bios?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30102] Radeon : ring test failed

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30102


Mathieu Belanger b74...@gmail.com changed:

   What|Removed |Added

   Platform|All |x86-64




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #5 from Antonov Nikolay osti...@gmail.com  2011-02-28 18:14:57 ---
When Discreet(Radeon only) mode activated in BIOS - works well.

tested on linux-2.6.38-rc6-git6 linux-2.6.38-rc6-git4

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #6 from Antonov Nikolay osti...@gmail.com  2011-02-28 18:36:51 ---
Created an attachment (id=49652)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=49652)
Radeon_only dmesg

Little diff:

Intel+radeon
[drm] Detected VRAM RAM=3584M, BAR=128M
[drm] RAM width 128bits DDR
[TTM] Zone  kernel: Available graphics memory: 1400816 kiB.
[TTM] Initializing pool allocator.
[drm] radeon: 3584M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.

radeon only:
[drm] Detected VRAM RAM=512M, BAR=128M
[drm] RAM width 64bits DDR
[TTM] Zone  kernel: Available graphics memory: 1498134 kiB.
[TTM] Initializing pool allocator.
[drm] radeon: 512M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.

I have 3Gb DDR3 Memory and 512(not sure)Video Memory (up to 1655Mb
HyperMemory(tm)).

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 34843] New: r600g: Evergreen piglit regression

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34843

   Summary: r600g: Evergreen piglit regression
   Product: Mesa
   Version: git
  Platform: Other
OS/Version: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Drivers/Gallium/r600
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: monr...@gmail.com
CC: deathsim...@vodafone.de


Hi, the commit:

commit 96bbc627f369c0100b950f81531b1fe9ef586c34
Author: Christian König deathsim...@vodafone.de
Date:   Mon Feb 28 02:00:01 2011 +0100

r600g: implement instanced drawing support



breaks the following two piglit tests on Evergreen:

shaders/glsl-routing
texturing/texrect-many


btw. The draw-instanced piglit tests also fail on Evergreen with

EE r600_asm.c:140 r600_bc_get_num_operands - Need instruction operand number
for 0x9b.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[git pull] drm fixes

2011-02-28 Thread Dave Airlie

Hi Linus,

one security local priv exploit already public in OpenBSD tre, if a user 
has access to the DRI device node,

also a nouveau corruption fix from Ben for a bunch of nvidia gpus.

Dave.

The following changes since commit 3c0556e9673f79e386b27768e27d18b3ce29e40e:

  Merge branch 'drm-intel-fixes' of 
git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel into drm-fixes 
(2011-02-25 08:40:26 +1000)

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes

Ben Skeggs (1):
  drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo

Dave Airlie (2):
  drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.
  Merge remote branch 'nouveau/drm-nouveau-fixes' of 
/ssd/git/drm-nouveau-next into drm-fixes

 drivers/gpu/drm/drm_irq.c|3 ++-
 drivers/gpu/drm/nouveau/nouveau_bo.c |5 -
 include/drm/drmP.h   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 29953] [r300g] Heroes of Newerth: texture problems

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29953

--- Comment #16 from maxi...@free.fr 2011-02-28 13:16:13 PST ---
Hi,

Just to let know that one can actually check the issue even if you don't have a
heroes of newerth account.
Just get the client from http://www.heroesofnewerth.com/download.php . The S2
logo is the first one appearing and you can see the menu bar at the top even
when not logged in.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 34843] r600g: Evergreen piglit regression

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34843

--- Comment #1 from Alex Deucher ag...@yahoo.com 2011-02-28 14:23:25 PST ---
Can you test with:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f44fab5a6ba99c287da8d01fa584763bff2565b

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 34843] r600g: Evergreen piglit regression

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34843

--- Comment #2 from Rafael Monica monr...@gmail.com 2011-02-28 16:20:33 PST 
---
With that commit general/draw-instanced now passes clean on Evergreen.

general/draw-instanced-divisor fails with some other errors:

draw-instanced: instance 0 failed to draw correctly
draw-instanced: color instance divisor = 2

And shaders/glsl-routing and texturing/texrect-many are still regressed.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 32945] [r300g] HyperZ: Wrong size in the HiZ clear packet causes the zbuffer not to be fully cleared

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32945

--- Comment #17 from Marek Olšák mar...@gmail.com 2011-02-28 16:34:37 PST ---
Please check out the latest Mesa master branch. There are some new fixes, which
should fix even this bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 29842] Radeon runs very hot

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29842


Andrew Morton a...@linux-foundation.org changed:

   What|Removed |Added

 CC||a...@linux-foundation.org
 Regression|No  |Yes




--- Comment #2 from Andrew Morton a...@linux-foundation.org  2011-03-01 
00:40:31 ---
What kernel versions were OK?  2.6.37?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 25871] nearest neighbour samples wrong texel (precision/rounding problem)

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25871

--- Comment #3 from Alex Deucher ag...@yahoo.com 2011-02-28 18:27:18 PST ---
For point sampled textures, SQ_TEX_SAMPLER_WORD2_0.MC_COORD_TRUNCATE needs to
be set to 1.  The default behavior for texture addressing is to round unless
that bit is set.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 34822] [r300g, bisected] Unigine Sanctuary: texture corruption with RGTC format

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34822

Marek Olšák mar...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Marek Olšák mar...@gmail.com 2011-02-28 18:37:09 PST ---
Fixed with commit 7a61957424a457f416d20c2b366232fb4bbc7761. Closing..

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 25871] nearest neighbour samples wrong texel (precision/rounding problem)

2011-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25871

--- Comment #4 from Alex Deucher ag...@yahoo.com 2011-02-28 18:56:24 PST ---
Created an attachment (id=43951)
 View: https://bugs.freedesktop.org/attachment.cgi?id=43951
 Review: https://bugs.freedesktop.org/review?bug=25871attachment=43951

possible fix

Does this patch help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 29842] Radeon runs very hot

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29842


Andrew Morton a...@linux-foundation.org changed:

   What|Removed |Added

 CC||alexdeuc...@gmail.com




--- Comment #4 from Andrew Morton a...@linux-foundation.org  2011-03-01 
03:43:47 ---
Is this the same as bug #29572?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 29842] Radeon runs very hot

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29842





--- Comment #5 from Phillip Susi ps...@cfl.rr.com  2011-03-01 03:49:19 ---
No.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30052





--- Comment #8 from Antonov Nikolay osti...@gmail.com  2011-03-01 06:35:19 ---
kernel boots well without vgaswitcheroo, but radeon doesn't probe due to #15181

notebook ostin # dmesg |grep radeon
[6.476805] [drm] radeon defaulting to kernel modesetting.
[6.476807] [drm] radeon kernel modesetting enabled.
[6.476854] radeon :01:00.0: enabling device ( - 0003)
[6.476863] radeon :01:00.0: PCI INT A - GSI 16 (level, low) - IRQ 16
[6.476868] radeon :01:00.0: setting latency timer to 64
[6.546117] radeon :01:00.0: Invalid ROM contents
[6.546171] radeon :01:00.0: Invalid ROM contents
[6.546190] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM
[6.546192] radeon :01:00.0: Fatal error during GPU init
[6.546196] [drm] radeon: finishing device.
[6.547337] radeon :01:00.0: PCI INT A disabled
[6.547346] radeon: probe of :01:00.0 failed with error -22

and I need vgaswitcheroo, because ATI card consume much energy and notebook
works 2-2.5 hours (in windows about 6 hours).

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30052


Dave Airlie airl...@linux.ie changed:

   What|Removed |Added

 CC||airl...@linux.ie




--- Comment #9 from Dave Airlie airl...@linux.ie  2011-03-01 07:40:18 ---
my first guess is that the ATI card is actually powered off at the start, and
we don't try to power on cards to post them.

I need to look at the code to see if I can readback the power state from the
hw.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel