All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel
@ 2015-02-11  0:45 bugzilla-daemon
  2015-02-11  0:46 ` bugzilla-daemon
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-02-11  0:45 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1337 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=89072

            Bug ID: 89072
           Summary: Radeon Hawaii no acceleration on 32-bit kernel
           Product: DRI
           Version: unspecified
          Hardware: x86 (IA32)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/Radeon
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: terraluna977@gmail.com
        QA Contact: terraluna977@gmail.com
        Depends on: 88786

Created attachment 113333
  --> https://bugs.freedesktop.org/attachment.cgi?id=113333&action=edit
dmesg booted with drm.debug

On Radeon Hawaii board the GPU acceleration is disabled.
Since the new HSA driver is designed for 64-bit kernels only, the current
Radeon accelaration should be fixed for 32-bit systems.

[    0.883020] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    0.883020] [drm] Driver supports precise vblank timestamp query.
[    0.883036] radeon 0000:01:00.0: radeon: using MSI.
[    0.883053] [drm] radeon: irq initialized.
[    1.026624] [drm:cik_ring_test] *ERROR* radeon: ring 0 test failed
(scratch(0x3010C)=0xCAFEDEAD)
[    1.026678] radeon 0000:01:00.0: disabling GPU acceleration

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2850 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel
  2015-02-11  0:45 [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel bugzilla-daemon
@ 2015-02-11  0:46 ` bugzilla-daemon
  2015-03-04  4:14 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-02-11  0:46 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 309 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=89072

--- Comment #1 from Woody Suwalski <terraluna977@gmail.com> ---
Created attachment 113334
  --> https://bugs.freedesktop.org/attachment.cgi?id=113334&action=edit
lspci -vvnn output

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1202 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel
  2015-02-11  0:45 [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel bugzilla-daemon
  2015-02-11  0:46 ` bugzilla-daemon
@ 2015-03-04  4:14 ` bugzilla-daemon
  2015-03-04  4:56 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-03-04  4:14 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 358 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=89072

--- Comment #2 from Alex Deucher <alexdeucher@gmail.com> ---
I think the problem is ttm uses an unsigned long to store the offsets which is
only 32 bits on 32 bit kernels, but the GPU's address space is 64 bit so it
gets cut off.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1119 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel
  2015-02-11  0:45 [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel bugzilla-daemon
  2015-02-11  0:46 ` bugzilla-daemon
  2015-03-04  4:14 ` bugzilla-daemon
@ 2015-03-04  4:56 ` bugzilla-daemon
  2015-03-06  4:23 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-03-04  4:56 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 323 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=89072

--- Comment #3 from Alex Deucher <alexdeucher@gmail.com> ---
Created attachment 113971
  --> https://bugs.freedesktop.org/attachment.cgi?id=113971&action=edit
possible fix

Does this patch help?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1286 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel
  2015-02-11  0:45 [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel bugzilla-daemon
                   ` (2 preceding siblings ...)
  2015-03-04  4:56 ` bugzilla-daemon
@ 2015-03-06  4:23 ` bugzilla-daemon
  2015-03-06  4:27 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-03-06  4:23 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 341 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=89072

--- Comment #4 from Woody Suwalski <terraluna977@gmail.com> ---
Created attachment 114065
  --> https://bugs.freedesktop.org/attachment.cgi?id=114065&action=edit
fix for nouveau_fbcon.c printk compilation warning

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1383 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel
  2015-02-11  0:45 [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel bugzilla-daemon
                   ` (3 preceding siblings ...)
  2015-03-06  4:23 ` bugzilla-daemon
@ 2015-03-06  4:27 ` bugzilla-daemon
  2015-03-06 22:53 ` bugzilla-daemon
  2015-03-07 16:36 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-03-06  4:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1665 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=89072

--- Comment #5 from Woody Suwalski <terraluna977@gmail.com> ---
Your idea seems to be correct:

[    0.922337] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    0.922383] [drm] Driver supports precise vblank timestamp query.
[    0.922444] radeon 0000:01:00.0: radeon: using MSI.
[    0.922505] [drm] radeon: irq initialized.
[    0.924622] [drm] ring test on 0 succeeded in 4 usecs
[    0.924743] [drm] ring test on 1 succeeded in 3 usecs
[    0.924799] [drm] ring test on 2 succeeded in 3 usecs
[    0.924945] [drm] ring test on 3 succeeded in 5 usecs
[    0.924997] [drm] ring test on 4 succeeded in 5 usecs
[    0.970689] [drm] ring test on 5 succeeded in 2 usecs
[    0.990579] [drm] UVD initialized successfully.
[    1.099778] [drm] ring test on 6 succeeded in 24 usecs
[    1.099831] [drm] ring test on 7 succeeded in 3 usecs
[    1.099876] [drm] VCE initialized successfully.
[    1.100006] [drm] ib test on ring 0 succeeded in 0 usecs
[    1.599633] [drm] ib test on ring 1 succeeded in 0 usecs
[    1.851505] tsc: Refined TSC clocksource calibration: 3092.973 MHz
[    2.099525] [drm] ib test on ring 2 succeeded in 0 usecs
[    2.099660] [drm] ib test on ring 3 succeeded in 0 usecs
[    2.099758] [drm] ib test on ring 4 succeeded in 0 usecs
[    2.619405] [drm] ib test on ring 5 succeeded
[    2.640200] [drm] ib test on ring 6 succeeded
[    2.640982] [drm] ib test on ring 7 succeeded

glxgears shows much better numbers now.

The side effect is a compilation warning for nouveau driver - patch attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2429 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel
  2015-02-11  0:45 [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel bugzilla-daemon
                   ` (4 preceding siblings ...)
  2015-03-06  4:27 ` bugzilla-daemon
@ 2015-03-06 22:53 ` bugzilla-daemon
  2015-03-07 16:36 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-03-06 22:53 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 352 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=89072

--- Comment #6 from Woody Suwalski <terraluna977@gmail.com> ---
Also did a sanity test on Nvidia 50 and Radon 635, no new problems noticed.
Alex, if you think that glxgears test is a sufficient proof, we can close this
bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1116 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel
  2015-02-11  0:45 [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel bugzilla-daemon
                   ` (5 preceding siblings ...)
  2015-03-06 22:53 ` bugzilla-daemon
@ 2015-03-07 16:36 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-03-07 16:36 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 597 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=89072

Alex Deucher <alexdeucher@gmail.com> changed:

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

--- Comment #7 from Alex Deucher <alexdeucher@gmail.com> ---
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54c4cd68ed7abd9f245722bee39464d04ddb4cfd

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2184 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-03-07 16:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-11  0:45 [Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel bugzilla-daemon
2015-02-11  0:46 ` bugzilla-daemon
2015-03-04  4:14 ` bugzilla-daemon
2015-03-04  4:56 ` bugzilla-daemon
2015-03-06  4:23 ` bugzilla-daemon
2015-03-06  4:27 ` bugzilla-daemon
2015-03-06 22:53 ` bugzilla-daemon
2015-03-07 16:36 ` 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.