similar to: [Bug 94373] 2 monitors cause kernel panic

Displaying 20 results from an estimated 50000 matches similar to: "[Bug 94373] 2 monitors cause kernel panic"

2016 Mar 04
0
[Bug 94373] 2 monitors cause kernel panic
https://bugs.freedesktop.org/show_bug.cgi?id=94373 --- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> --- This was fixed... https://github.com/skeggsb/nouveau/commit/39ca4fc966feb45df76c5a9a5ae2cffd1c348f77 I guess it wasn't backported for 4.4? -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment
2016 Mar 04
0
[Bug 94373] 2 monitors cause kernel panic
https://bugs.freedesktop.org/show_bug.cgi?id=94373 Ilia Mirkin <imirkin at alum.mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Ilia Mirkin <imirkin
2013 Sep 27
0
[Bug 69876] Revers prime sometime freezes the machine
https://bugs.freedesktop.org/show_bug.cgi?id=69876 Aaron Plattner <aplattner at nvidia.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|aplattner at nvidia.com |nouveau at lists.freedesktop.o | |rg
2013 Dec 21
0
[Bug 72952] [NV94] no HDMI output, xrands claims DVI-D-1 disconnected
https://bugs.freedesktop.org/show_bug.cgi?id=72952 Aaron Plattner <aplattner at nvidia.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|aplattner at nvidia.com |nouveau at lists.freedesktop.o | |rg
2014 Jul 03
0
[Bug 80865] Hard hang (GPC0/TPC0/MP trap: MULTIPLE_WARP_ERRORS MEM_OUT_OF_BOUNDS)
https://bugs.freedesktop.org/show_bug.cgi?id=80865 Aaron Plattner <aplattner at nvidia.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|aplattner at nvidia.com |nouveau at lists.freedesktop.o | |rg
2015 Nov 05
0
[Bug 92833] nouveau E[ PFIFO][0000:01:00.0] read fault at 0x0000011000 [UNSUPPORTED_KIND] from PBDMA0/HOST on channel 0x007ed78000 [unknown]
https://bugs.freedesktop.org/show_bug.cgi?id=92833 Aaron Plattner <aplattner at nvidia.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Driver/nVidia (open) |Driver/nouveau Assignee|aplattner at nvidia.com |nouveau at lists.freedesktop.o
2016 Dec 02
0
[Bug 94367] Under KDE5 menus drawing is corrupted
https://bugs.freedesktop.org/show_bug.cgi?id=94367 Aaron Plattner <aplattner at nvidia.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Driver/nVidia (open) |Driver/nouveau Assignee|aplattner at nvidia.com |nouveau at lists.freedesktop.o
2015 Aug 31
1
libvdpau 1.1.1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 VDPAU is the Video Decode and Presentation API for Unix. This library provides a wrapper that loads the correct vendor-specific implementation driver library, and a tracing library to help with debugging VDPAU applications. libvdpau versions 1.1 and earlier, when used in setuid or setgid applications, contain vulnerabilities related to environment
2019 Jul 10
0
[PATCH v2] PCI: Expose hidden NVIDIA HDA controllers
On Mon, Jul 08, 2019 at 01:17:44PM +0800, Daniel Drake wrote: > From: Lukas Wunner <lukas at wunner.de> > > The integrated HDA controller on Nvidia GPUs can be hidden with a bit in > the GPU's config space. Information about this scheme was provided by > NVIDIA on their forums. > > Many laptops now ship with this device hidden, meaning that Linux users > of
2019 Aug 01
3
[PATCH] PCI: Use pci_reset_bus() in quirk_reset_lenovo_thinkpad_50_nvgpu()
Since quirk_nvidia_hda() was added there's now two nvidia device functions on any laptops with nvidia GPUs: the HDA controller, and the GPU itself. Unfortunately this has the sideaffect of breaking quirk_reset_lenovo_thinkpad_50_nvgpu() since pci_reset_function() was using pci_parent_bus_reset() to reset the GPU's respective PCI bus, and pci_parent_bus_reset() does not work on busses which
2015 Mar 09
0
[ANNOUNCE] libvdpau 1.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 VDPAU is the Video Decode and Presentation API for Unix. This library provides a wrapper that loads the correct vendor-specific implementation driver library, and a tracing library to help with debugging VDPAU applications. This release adds support for the following HEVC / H.265 profiles: VDP_DECODER_PROFILE_HEVC_MAIN
2015 Mar 16
0
[ANNOUNCE] libvdpau 1.1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 VDPAU is the Video Decode and Presentation API for Unix. This library provides a wrapper that loads the correct vendor-specific implementation driver library, and a tracing library to help with debugging VDPAU applications. This release fixes a bug in the new VdpPictureInfoHEVC structure: the column_width_minus1 and row_height_minus1 arrays had
2015 Mar 11
0
[ANNOUNCE] vdpauinfo 1.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 vdpauinfo is a command line utility for querying the capabilities of a VDPAU device. This release adds support for querying the new profiles added in libvdpau 1.0: * VDP_DECODER_PROFILE_HEVC_MAIN * VDP_DECODER_PROFILE_HEVC_MAIN_10 * VDP_DECODER_PROFILE_HEVC_MAIN_STILL * VDP_DECODER_PROFILE_HEVC_MAIN_12 * VDP_DECODER_PROFILE_HEVC_MAIN_444
2012 May 02
3
[Bug 49397] Not able to set monitor resolution
https://bugs.freedesktop.org/show_bug.cgi?id=49397 Aaron Plattner <aplattner at nvidia.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|aplattner at nvidia.com |nouveau at lists.freedesktop.o | |rg
2019 Jul 08
2
[PATCH v2] PCI: Expose hidden NVIDIA HDA controllers
From: Lukas Wunner <lukas at wunner.de> The integrated HDA controller on Nvidia GPUs can be hidden with a bit in the GPU's config space. Information about this scheme was provided by NVIDIA on their forums. Many laptops now ship with this device hidden, meaning that Linux users of affected platforms (where the HDMI connector comes off the NVIDIA GPU) cannot use HDMI audio
2019 Jun 13
0
[PATCH] PCI: Expose hidden NVIDIA HDA controllers
[+cc Rafael, Martin, zigarrre] On Thu, Jun 13, 2019 at 02:35:14PM +0800, Daniel Drake wrote: > From: Lukas Wunner <lukas at wunner.de> > > The integrated HDA controller on Nvidia GPUs can be hidden with a bit in > the GPU's config space. Information about this scheme was provided by > NVIDIA on their forums. > > Many laptops now ship with this device hidden,
2019 Jun 13
0
[PATCH] PCI: Expose hidden NVIDIA HDA controllers
On Thu, Jun 13, 2019 at 2:35 AM Daniel Drake <drake at endlessm.com> wrote: > > From: Lukas Wunner <lukas at wunner.de> > > The integrated HDA controller on Nvidia GPUs can be hidden with a bit in > the GPU's config space. Information about this scheme was provided by > NVIDIA on their forums. > > Many laptops now ship with this device hidden, meaning that
2019 Jul 31
3
[PATCH] Revert "PCI: Enable NVIDIA HDA controllers"
This reverts commit b516ea586d717472178e6ef1c152e85608b0ce32. While this fixes audio for a number of users, this commit has the sideaffect of breaking the BIOS workaround that's required to make the GPU on the nvidia P50 work, by causing the GPU's PCI device function to stop working after it's been set to multifunction mode. Signed-off-by: Lyude Paul <lyude at redhat.com>
2007 Dec 20
5
[Bug 13750] New: Repetitively Taking Screenshots Causes the X Server to Hang
http://bugs.freedesktop.org/show_bug.cgi?id=13750 Summary: Repetitively Taking Screenshots Causes the X Server to Hang Product: xorg Version: 7.2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nVidia (open) AssignedTo: aplattner
2019 Jun 13
5
[PATCH] PCI: Expose hidden NVIDIA HDA controllers
From: Lukas Wunner <lukas at wunner.de> The integrated HDA controller on Nvidia GPUs can be hidden with a bit in the GPU's config space. Information about this scheme was provided by NVIDIA on their forums. Many laptops now ship with this device hidden, meaning that Linux users of affected platforms (where the HDMI connector comes off the NVIDIA GPU) cannot use HDMI audio