From: Thomas Glanzmann <thomas-U3NvvseaQwJn68oJJulU0Q@public.gmane.org>
To: andreas.noever-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: nouveau
<nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>,
LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
Ben Skeggs <bskeggs-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Subject: REGRESSION Re: [PATCH] drm/nouveau/bios: fix bug introduced in 457e77b2
Date: Thu, 10 Apr 2014 11:41:18 +0200 [thread overview]
Message-ID: <20140410094118.GA21392@glanzmann.de> (raw)
In-Reply-To: <1397072012-9475-1-git-send-email-andreas.noever-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Hello Andreas,
after pulling and rebooting my machine this morning, nouveau was no
longer working:
[ 6.455247] nouveau [ DEVICE][0000:02:00.0] BOOT0 : 0x0ac080b1
[ 6.455312] nouveau [ DEVICE][0000:02:00.0] Chipset: MCP79/MCP7A (NVAC)
[ 6.455374] nouveau [ DEVICE][0000:02:00.0] Family : NV50
[ 6.456730] nouveau [ VBIOS][0000:02:00.0] checking PRAMIN for image...
[ 6.456796] nouveau [ VBIOS][0000:02:00.0] ... signature not found
[ 6.456858] nouveau [ VBIOS][0000:02:00.0] checking PROM for image...
[ 6.471198] nouveau [ VBIOS][0000:02:00.0] ... signature not found
[ 6.471265] nouveau [ VBIOS][0000:02:00.0] checking ACPI for image...
[ 6.471328] nouveau [ VBIOS][0000:02:00.0] ... signature not found
[ 6.471390] nouveau [ VBIOS][0000:02:00.0] checking PCIROM for image...
[ 6.477478] nouveau [ VBIOS][0000:02:00.0] ... appears to be valid
[ 6.477549] nouveau [ VBIOS][0000:02:00.0] using image from PCIROM
[ 6.477789] nouveau [ VBIOS][0000:02:00.0] BIT signature found
[ 6.477852] nouveau [ VBIOS][0000:02:00.0] version 62.79.4e.00.01
[ 6.486539] nouveau E[ VBIOS][0000:02:00.0] 0xd97c[ ]: unknown opcode 0x00
[ 6.486611] nouveau E[ DEVINIT][0000:02:00.0] init failed, -22
[ 6.486673] nouveau E[ DRM] failed to create 0x80000080, -22
[ 6.488470] nouveau: probe of 0000:02:00.0 failed with error -22
I bisected the problem:
# bad: [39de65aa2c3eee901db020a4f1396998e09602a3] Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
# good: [b003d7706abc5d75cb58de0c9de8f1fc77e57008] Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
git bisect start 'HEAD' 'v3.14-11011-gb003d77' 'drivers/gpu/drm/'
# good: [e19b9137142988bec5a76c5f8bdf12a77ea802b0] Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
git bisect good e19b9137142988bec5a76c5f8bdf12a77ea802b0
# bad: [60f2b4af1258c05e6b037af866be81abc24438f7] drm/i915: fix build warning on 32-bit (v2)
git bisect bad 60f2b4af1258c05e6b037af866be81abc24438f7
# good: [f3381dfc9745bcd8b6be676ec4f68c52e71d24f1] drm/radeon/dp: use i2c_get_adapdata rather than casting
git bisect good f3381dfc9745bcd8b6be676ec4f68c52e71d24f1
# good: [420b94697722512a2c0732970dc1530197a49adb] support for platform devices
git bisect good 420b94697722512a2c0732970dc1530197a49adb
# bad: [fc243d7f92d95d961186126efaad36197f133ab1] drm/nouveau/disp: limit dp capabilities as per dcb
git bisect bad fc243d7f92d95d961186126efaad36197f133ab1
# bad: [88e98d49a1b3e0f8103cdd4fd80d576ec33133ab] drm/gf100-/gr: split ppc state into its subunits
git bisect bad 88e98d49a1b3e0f8103cdd4fd80d576ec33133ab
# bad: [e21bfd171a192dfba4a8907f2fcc41acac0f685f] drm/gf110/gr: fixup gpc/tpc initvals lists
git bisect bad e21bfd171a192dfba4a8907f2fcc41acac0f685f
# bad: [eeb0558e074215656ae11a170059a5f2ce29963f] drm/gf104/gr: rename gf104 (nvc4), it came before gf106 (nvc3)
git bisect bad eeb0558e074215656ae11a170059a5f2ce29963f
# bad: [6acc09b99d5d8f276a4f9bffc32f0bb0f939c7ca] drm/nvc0-/graph: fix gpccs fuc stack setup
git bisect bad 6acc09b99d5d8f276a4f9bffc32f0bb0f939c7ca
# bad: [457e77b26428ab4a24998eecfb99f27fa4195397] drm/nouveau/bios: add more checks to PRAMIN image fetching
git bisect bad 457e77b26428ab4a24998eecfb99f27fa4195397
Than I saw your posting on LKML and tried your fix and your fix resolves
my problem on top of Linus tip.
Tested-by: Thomas Glanzmann <thomas-U3NvvseaQwJn68oJJulU0Q@public.gmane.org>
Cheers,
Thomas
WARNING: multiple messages have this Message-ID (diff)
From: Thomas Glanzmann <thomas@glanzmann.de>
To: andreas.noever@gmail.com
Cc: LKML <linux-kernel@vger.kernel.org>,
nouveau <nouveau@lists.freedesktop.org>,
dri-devel@lists.freedesktop.org, Ben Skeggs <bskeggs@redhat.com>
Subject: REGRESSION Re: [PATCH] drm/nouveau/bios: fix bug introduced in 457e77b2
Date: Thu, 10 Apr 2014 11:41:18 +0200 [thread overview]
Message-ID: <20140410094118.GA21392@glanzmann.de> (raw)
In-Reply-To: <1397072012-9475-1-git-send-email-andreas.noever@gmail.com>
Hello Andreas,
after pulling and rebooting my machine this morning, nouveau was no
longer working:
[ 6.455247] nouveau [ DEVICE][0000:02:00.0] BOOT0 : 0x0ac080b1
[ 6.455312] nouveau [ DEVICE][0000:02:00.0] Chipset: MCP79/MCP7A (NVAC)
[ 6.455374] nouveau [ DEVICE][0000:02:00.0] Family : NV50
[ 6.456730] nouveau [ VBIOS][0000:02:00.0] checking PRAMIN for image...
[ 6.456796] nouveau [ VBIOS][0000:02:00.0] ... signature not found
[ 6.456858] nouveau [ VBIOS][0000:02:00.0] checking PROM for image...
[ 6.471198] nouveau [ VBIOS][0000:02:00.0] ... signature not found
[ 6.471265] nouveau [ VBIOS][0000:02:00.0] checking ACPI for image...
[ 6.471328] nouveau [ VBIOS][0000:02:00.0] ... signature not found
[ 6.471390] nouveau [ VBIOS][0000:02:00.0] checking PCIROM for image...
[ 6.477478] nouveau [ VBIOS][0000:02:00.0] ... appears to be valid
[ 6.477549] nouveau [ VBIOS][0000:02:00.0] using image from PCIROM
[ 6.477789] nouveau [ VBIOS][0000:02:00.0] BIT signature found
[ 6.477852] nouveau [ VBIOS][0000:02:00.0] version 62.79.4e.00.01
[ 6.486539] nouveau E[ VBIOS][0000:02:00.0] 0xd97c[ ]: unknown opcode 0x00
[ 6.486611] nouveau E[ DEVINIT][0000:02:00.0] init failed, -22
[ 6.486673] nouveau E[ DRM] failed to create 0x80000080, -22
[ 6.488470] nouveau: probe of 0000:02:00.0 failed with error -22
I bisected the problem:
# bad: [39de65aa2c3eee901db020a4f1396998e09602a3] Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
# good: [b003d7706abc5d75cb58de0c9de8f1fc77e57008] Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
git bisect start 'HEAD' 'v3.14-11011-gb003d77' 'drivers/gpu/drm/'
# good: [e19b9137142988bec5a76c5f8bdf12a77ea802b0] Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
git bisect good e19b9137142988bec5a76c5f8bdf12a77ea802b0
# bad: [60f2b4af1258c05e6b037af866be81abc24438f7] drm/i915: fix build warning on 32-bit (v2)
git bisect bad 60f2b4af1258c05e6b037af866be81abc24438f7
# good: [f3381dfc9745bcd8b6be676ec4f68c52e71d24f1] drm/radeon/dp: use i2c_get_adapdata rather than casting
git bisect good f3381dfc9745bcd8b6be676ec4f68c52e71d24f1
# good: [420b94697722512a2c0732970dc1530197a49adb] support for platform devices
git bisect good 420b94697722512a2c0732970dc1530197a49adb
# bad: [fc243d7f92d95d961186126efaad36197f133ab1] drm/nouveau/disp: limit dp capabilities as per dcb
git bisect bad fc243d7f92d95d961186126efaad36197f133ab1
# bad: [88e98d49a1b3e0f8103cdd4fd80d576ec33133ab] drm/gf100-/gr: split ppc state into its subunits
git bisect bad 88e98d49a1b3e0f8103cdd4fd80d576ec33133ab
# bad: [e21bfd171a192dfba4a8907f2fcc41acac0f685f] drm/gf110/gr: fixup gpc/tpc initvals lists
git bisect bad e21bfd171a192dfba4a8907f2fcc41acac0f685f
# bad: [eeb0558e074215656ae11a170059a5f2ce29963f] drm/gf104/gr: rename gf104 (nvc4), it came before gf106 (nvc3)
git bisect bad eeb0558e074215656ae11a170059a5f2ce29963f
# bad: [6acc09b99d5d8f276a4f9bffc32f0bb0f939c7ca] drm/nvc0-/graph: fix gpccs fuc stack setup
git bisect bad 6acc09b99d5d8f276a4f9bffc32f0bb0f939c7ca
# bad: [457e77b26428ab4a24998eecfb99f27fa4195397] drm/nouveau/bios: add more checks to PRAMIN image fetching
git bisect bad 457e77b26428ab4a24998eecfb99f27fa4195397
Than I saw your posting on LKML and tried your fix and your fix resolves
my problem on top of Linus tip.
Tested-by: Thomas Glanzmann <thomas@glanzmann.de>
Cheers,
Thomas
next prev parent reply other threads:[~2014-04-10 9:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-09 19:33 [PATCH] drm/nouveau/bios: fix bug introduced in 457e77b2 Andreas Noever
[not found] ` <1397072012-9475-1-git-send-email-andreas.noever-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-04-10 9:41 ` Thomas Glanzmann [this message]
2014-04-10 9:41 ` REGRESSION " Thomas Glanzmann
2014-04-11 7:40 ` Ben Skeggs
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=20140410094118.GA21392@glanzmann.de \
--to=thomas-u3nvvseaqwjn68ojjulu0q@public.gmane.org \
--cc=andreas.noever-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=bskeggs-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.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.