All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 33542] New: radeon: Don't read BIOS in VRAM on SPARC64
@ 2011-04-18  0:20 bugzilla-daemon
  2011-04-18  6:47 ` [Bug 33542] " bugzilla-daemon
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2011-04-18  0:20 UTC (permalink / raw)
  To: dri-devel

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

           Summary: radeon: Don't read BIOS in VRAM on SPARC64
           Product: Drivers
           Version: 2.5
    Kernel Version: 2.6.39-rc3
          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: detringj@gmail.com
        Regression: No


Created an attachment (id=54572)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=54572)
DRM and Radeon dmesg block containing kernel panic.

Hi!

Hurray!  Radeon KMS works again on SPARC64!  Almost.

Test platform is a Sun Ultra 45.  Test board is a Sun XVR-300 (RV380
0x1002:0x5B64) on a PCI-e bus.

There's a kernel panic when calling igp_read_bios_from_vram() from
radeon_get_bios().  See attached dmesg capture.

Patching around it with

--- a/drivers/gpu/drm/radeon/radeon_bios.c      2011-04-17 19:31:04.000000000
-0500
+++ b/drivers/gpu/drm/radeon/radeon_bios.c      2010-09-28 20:01:22.000000000
-0500
@@ -432,8 +432,10 @@
        uint16_t tmp;

        r = radeon_atrm_get_bios(rdev);
+#if !defined(__sparc__)
        if (r == false)
                r = igp_read_bios_from_vram(rdev);
+#endif /* !__sparc__ */
        if (r == false)
                r = radeon_read_bios(rdev);
        if (r == false) {


gives me a framebuffer console again.  After which, the usual desktop stack
works as well (X11, mesa, textured video).

I'm not sure this is the correct way to code the fix, stylistically speaking. 
Although I don't know of any sparc64 machines sporting a Radeon IGP, I'm sure
it could happen someday.  It also seems other architectures might run into this
as well.

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

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

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

* [Bug 33542] radeon: Don't read BIOS in VRAM on SPARC64
  2011-04-18  0:20 [Bug 33542] New: radeon: Don't read BIOS in VRAM on SPARC64 bugzilla-daemon
@ 2011-04-18  6:47 ` bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2011-04-18  6:47 UTC (permalink / raw)
  To: dri-devel

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


Jason Detring <detringj@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |OBSOLETE




--- Comment #1 from Jason Detring <detringj@gmail.com>  2011-04-18 06:47:24 ---
Wow, I really messed this report up.  I mistakenly copy-and-pasted the wrong
kernel version from another Radeon bug I'm toying with.

This particular dmesg block and patch was from the drm-2.6 tree, on the master
branch (2.6.36-rc6, aka drm-2.6-899611e), which is neither current for the main
linux-2.6 tree nor the sundry drm-2.6 staging branches.  Oops.

The current drm-2.6-e001978 tree seems to bring up a framebuffer console with
no patching necessary.  There's something wrong with the command processor, so
all acceleration is disabled, but that's a topic for another ticket.

Closing this ticket, sorry for the noise.

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

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
--

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

end of thread, other threads:[~2011-04-18  6:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-18  0:20 [Bug 33542] New: radeon: Don't read BIOS in VRAM on SPARC64 bugzilla-daemon
2011-04-18  6:47 ` [Bug 33542] " 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.