Summary: | [NVAC] disp: ERROR 4 [INVALID_VALUE] 84 [] chid 0 mthd 0828 data 000099bb | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Ulrich M <ulr_bugs_freedesktop_org> | ||||||||||
Component: | Driver/nouveau | Assignee: | Nouveau Project <nouveau> | ||||||||||
Status: | RESOLVED DUPLICATE | QA Contact: | Xorg Project Team <xorg-team> | ||||||||||
Severity: | normal | ||||||||||||
Priority: | medium | CC: | ulr_bugs_freedesktop_org | ||||||||||
Version: | unspecified | ||||||||||||
Hardware: | x86-64 (AMD64) | ||||||||||||
OS: | Linux (All) | ||||||||||||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=98405 | ||||||||||||
Whiteboard: | |||||||||||||
i915 platform: | i915 features: | ||||||||||||
Attachments: |
|
Created attachment 129737 [details]
Output of dmesg for start with kernel 4.10
Created attachment 129738 [details]
Output of dmesg for start with kernel 3.16
Created attachment 129739 [details]
Output of dpkg -l
I forgot within bug description. The screen is a TV (HD ready) connected via HDMI. There was a bad workaround that went into kernel 4.8 or so (for NVAC) which was reverted in kernel 4.10, which had the effect of breaking HDMI. Commit 7dfee6827780d4228148263545af936d0cae8930 which was first included in 4.10-rc7. It appears that you were running 4.10-rc6 - can you try a later RC? $ curl -s https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/patch-4.10-rc7.xz | xzgrep -B6 "case 0xa[ac]:" --- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c @@ -433,8 +433,6 @@ nv50_disp_dptmds_war(struct nvkm_device *device) case 0x94: case 0x96: case 0x98: - case 0xaa: - case 0xac: And just in case one more time for 4.10-rc8 :) $ curl -s https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/patch-4.10-rc8.xz | xzgrep -B6 "case 0xa[ac]:" --- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c @@ -433,8 +433,6 @@ nv50_disp_dptmds_war(struct nvkm_device *device) case 0x94: case 0x96: case 0x98: - case 0xaa: - case 0xac: |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 129736 [details] Output of dmesg for start with kernel 4.9 I get a blank screen and the error [ 3.857342] nouveau 0000:03:00.0: disp: ERROR 4 [INVALID_VALUE] 84 [] chid 0 mthd 0828 data 000099bb in kernel log while starting the system. The problem occurs with kernel 4.9. With kernel 3.16 the system starts fine. With kernel 4.10 (debian experimental) I get a blank screen too but another error within the log: [ 6.123790] nouveau 0000:03:00.0: DRM: EVO timeout I will directly add the output of dmesg for start with kernel 4.9 and try to add the outputs of dmesg for start with kernels 4.10 and 3.16 later. Also I will try to add the output of dpkg -l for possibly needed information about versions of other packages.