All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 67876] linux v4.11-rc1 many drm:radeon_ttm_backend_bind ERROR failed to bind 2025 pages issued during boot
Date: Thu, 08 Aug 2013 01:15:30 +0000	[thread overview]
Message-ID: <bug-67876-502-dZ4dTS5Kc8@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-67876-502@http.bugs.freedesktop.org/>


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

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

--- Comment #2 from jim.cromie@gmail.com ---
thank you Alex, the firmware page helped some.

Turns out I needed more than the CEDAR_smc.bin,
(which fwiw was never warned about)

[    1.756212] radeon 0000:01:00.0: radeon_uvd: Can't load firmware
"radeon/CYPRESS_uvd.bin"

which went away only after fetching that FW too.


So, having both FWs, I tested current master and it worked.
(I'll assume that means my bisect-bad would too)

$ uname -r
3.11.0-rc4-x2-00050-gb7bc9e7

[jimc@groucho bootlogs]$ dmesg| grep -E 'radeon|drm' 
[    1.741557] [drm] Initialized drm 1.1.0 20060810
[    1.773454] dynamic_debug:ddebug_add_module: 1 debug prints in module radeon
[    1.775402] [drm] radeon kernel modesetting enabled.
[    1.775714] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68E1
0x1787:0x3000).
[    1.775734] [drm] register mmio base: 0xFE9E0000
[    1.775735] [drm] register mmio size: 131072
[    1.776643] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 -
0x000000003FFFFFFF (1024M used)
[    1.776645] radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 -
0x000000005FFFFFFF
[    1.776647] [drm] Detected VRAM RAM=1024M, BAR=256M
[    1.776648] [drm] RAM width 64bits DDR
[    1.776755] [drm] radeon: 1024M of VRAM memory ready
[    1.776757] [drm] radeon: 512M of GTT memory ready.
[    1.777788] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    1.778782] [drm] enabling PCIE gen 2 link speeds, disable with
radeon.pcie_gen2=0
[    1.778799] [drm] Loading CEDAR Microcode
[    1.788485] [drm] PCIE GART of 512M enabled (table at 0x000000000025D000).
[    1.788599] radeon 0000:01:00.0: WB enabled
[    1.788602] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr
0x0000000040000c00 and cpu addr 0xffff88021e466c00
[    1.788604] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr
0x0000000040000c0c and cpu addr 0xffff88021e466c0c
[    1.788607] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr
0x000000000005c418 and cpu addr 0xffffc9001101c418
[    1.788609] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.788610] [drm] Driver supports precise vblank timestamp query.
[    1.788632] radeon 0000:01:00.0: irq 42 for MSI/MSI-X
[    1.788644] radeon 0000:01:00.0: radeon: using MSI.
[    1.788667] [drm] radeon: irq initialized.
[    1.804943] [drm] ring test on 0 succeeded in 1 usecs
[    1.805001] [drm] ring test on 3 succeeded in 1 usecs
[    2.992422] [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset
the VCPU!!!
[    4.013574] [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset
the VCPU!!!
[    5.034731] [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset
the VCPU!!!
[    6.055874] [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset
the VCPU!!!
[    7.077016] [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset
the VCPU!!!
[    8.098157] [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset
the VCPU!!!
[    9.119302] [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset
the VCPU!!!
[   10.140429] [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset
the VCPU!!!
[   11.161610] [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset
the VCPU!!!
[   12.182794] [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset
the VCPU!!!
[   12.202894] [drm:r600_uvd_init] *ERROR* UVD not responding, giving up!!!
[   12.202973] [drm:evergreen_startup] *ERROR* radeon: error initializing UVD
(-1).



Im a bit puzzled at the apparent need for 2 different CODENAME_ firmwares,
an also why theres no warning for missing CEDAR_smc.bin

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

[-- Attachment #1.2: Type: text/html, Size: 4613 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

  parent reply	other threads:[~2013-08-08  1:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-07 19:33 [Bug 67876] New: linux v4.11-rc1 many drm:radeon_ttm_backend_bind ERROR failed to bind 2025 pages issued during boot bugzilla-daemon
2013-08-07 19:54 ` [Bug 67876] " bugzilla-daemon
2013-08-08  1:15 ` bugzilla-daemon [this message]
2013-08-08 12:23 ` bugzilla-daemon
2013-08-14  4:33 ` bugzilla-daemon
2013-08-14 12:57 ` bugzilla-daemon
2013-08-16 17:23 ` [Bug 67876] linux v3.11.0-rc1 " bugzilla-daemon
2019-11-19  8:36 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-67876-502-dZ4dTS5Kc8@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.