All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 24802] New: Graphics errors with Radeon KMS driver on RV770
@ 2010-12-13  0:55 bugzilla-daemon
  2010-12-13  1:03 ` [Bug 24802] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-12-13  0:55 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=24802

           Summary: Graphics errors with Radeon KMS driver on RV770
           Product: Drivers
           Version: 2.5
    Kernel Version: 2.6.36.2
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
        AssignedTo: drivers_video-dri@kernel-bugs.osdl.org
        ReportedBy: r_herrma@informatik.uni-kl.de
        Regression: Yes


After upgrading from 2.6.36.1 to 2.6.36.2 there are some graphics errors (looks
texture related) in OpenGL applications (e.g. OpenArena, foobillard).
It is working normally (without those errors) when switching back to 2.6.36.1.

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

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 24802] Graphics errors with Radeon KMS driver on RV770
  2010-12-13  0:55 [Bug 24802] New: Graphics errors with Radeon KMS driver on RV770 bugzilla-daemon
@ 2010-12-13  1:03 ` bugzilla-daemon
  2010-12-13 14:23 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-12-13  1:03 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=24802


Alex Deucher <alexdeucher@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com




--- Comment #1 from Alex Deucher <alexdeucher@gmail.com>  2010-12-13 01:03:12 ---
Can you bisect what commit is problematic?

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

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 24802] Graphics errors with Radeon KMS driver on RV770
  2010-12-13  0:55 [Bug 24802] New: Graphics errors with Radeon KMS driver on RV770 bugzilla-daemon
  2010-12-13  1:03 ` [Bug 24802] " bugzilla-daemon
@ 2010-12-13 14:23 ` bugzilla-daemon
  2010-12-13 15:37 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-12-13 14:23 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=24802


Reiner Herrmann <r_herrma@informatik.uni-kl.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r_herrma@informatik.uni-kl.
                   |                            |de




--- Comment #2 from Reiner Herrmann <r_herrma@informatik.uni-kl.de>  2010-12-13 14:23:34 ---
I just bisected it and found the problematic commit:

3645e7665f285b51fbb5aa73a255b858abe72cfc is the first bad commit
commit 3645e7665f285b51fbb5aa73a255b858abe72cfc
Author: Alex Deucher <alexdeucher@gmail.com>
Date:   Mon Oct 18 23:54:56 2010 -0400

    drm/radeon/kms: properly compute group_size on 6xx/7xx

    commit 881fe6c1d06bf49f4ab7aef212cdaf66bd059614 upstream.

    Needed for tiled surfaces.

    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
    Signed-off-by: Dave Airlie <airlied@redhat.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

:040000 040000 996abb61f4c4ccd436f84f159fd50237fb542ed1
b31fe649b2eaff0ed1b7abf05898a75dbbb81dfa M      drivers


When reversing this commit in 2.6.36.2, everything is running normally again.

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

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 24802] Graphics errors with Radeon KMS driver on RV770
  2010-12-13  0:55 [Bug 24802] New: Graphics errors with Radeon KMS driver on RV770 bugzilla-daemon
  2010-12-13  1:03 ` [Bug 24802] " bugzilla-daemon
  2010-12-13 14:23 ` bugzilla-daemon
@ 2010-12-13 15:37 ` bugzilla-daemon
  2010-12-13 15:48 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-12-13 15:37 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=24802





--- Comment #3 from Alex Deucher <alexdeucher@gmail.com>  2010-12-13 15:37:41 ---
This is actually a bug in mesa.  It's fixed by this commit:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b15b5f4a8fffa07d8051e6cd4cd0a6c9288fc9f

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

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 24802] Graphics errors with Radeon KMS driver on RV770
  2010-12-13  0:55 [Bug 24802] New: Graphics errors with Radeon KMS driver on RV770 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-12-13 15:37 ` bugzilla-daemon
@ 2010-12-13 15:48 ` bugzilla-daemon
  2011-01-20 20:46 ` bugzilla-daemon
  2011-03-07 18:43 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-12-13 15:48 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=24802





--- Comment #4 from Alex Deucher <alexdeucher@gmail.com>  2010-12-13 15:48:01 ---
Unfortunately, there's no way to support both old and new mesa at the same time
properly because the group size calculation happens when the GPU is initialized
prior to any userspace libs loading.  You can't reconfigure the memory
controller per client and setting the group size wrong means you won't be able
to use new features like 2D tiling.

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

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 24802] Graphics errors with Radeon KMS driver on RV770
  2010-12-13  0:55 [Bug 24802] New: Graphics errors with Radeon KMS driver on RV770 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-12-13 15:48 ` bugzilla-daemon
@ 2011-01-20 20:46 ` bugzilla-daemon
  2011-03-07 18:43 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-01-20 20:46 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=24802


Robert Hooker <sarvatt@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sarvatt@gmail.com




--- Comment #5 from Robert Hooker <sarvatt@gmail.com>  2011-01-20 20:45:59 ---
This has been applied to 2.6.35 longterm, is it appropriate there given that it
breaks userspace? Ubuntu started getting a large amount of bug reports about
things being broken after updating to 2.6.35.10.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/703553

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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 24802] Graphics errors with Radeon KMS driver on RV770
  2010-12-13  0:55 [Bug 24802] New: Graphics errors with Radeon KMS driver on RV770 bugzilla-daemon
                   ` (4 preceding siblings ...)
  2011-01-20 20:46 ` bugzilla-daemon
@ 2011-03-07 18:43 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-03-07 18:43 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=24802


Jérôme Glisse <glisse@freedesktop.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |glisse@freedesktop.org
         Resolution|                            |CODE_FIX




--- Comment #6 from Jérôme Glisse <glisse@freedesktop.org>  2011-03-07 18:43:54 ---
Solution is to update mesa, see comment #4 for why it can't be fixed properly
otherwise, closing this bug

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
--
_______________________________________________
Dri-devel mailing list
Dri-devel@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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-03-07 18:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-13  0:55 [Bug 24802] New: Graphics errors with Radeon KMS driver on RV770 bugzilla-daemon
2010-12-13  1:03 ` [Bug 24802] " bugzilla-daemon
2010-12-13 14:23 ` bugzilla-daemon
2010-12-13 15:37 ` bugzilla-daemon
2010-12-13 15:48 ` bugzilla-daemon
2011-01-20 20:46 ` bugzilla-daemon
2011-03-07 18:43 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.