Displaying 4 results from an estimated 4 matches for "meledandri".
2013 Feb 11
22
[Bug 60704] New: [nouveau, git regression] - I2C PWM fan control broken on nv50 adt7475 on kernels 3.3.x+
...edesktop.org
           Summary: [nouveau, git regression] - I2C PWM fan control broken
                    on nv50 adt7475 on kernels 3.3.x+
        QA Contact: xorg-team at lists.x.org
          Severity: major
    Classification: Unclassified
                OS: Linux (All)
          Reporter: m.meledandri at gmail.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Driver/nouveau
           Product: xorg
Created attachment 74657
  --> https://bugs.freedesktop.org/attachment.cgi?id=74657&action=edit
ic2-bit-banging-nouveau-git-bisect.log...
2013 Aug 01
10
[Bug 67597] New: nouveau E Xorg failed to idle channel on NVA0
...Bug ID: 67597
          Assignee: nouveau at lists.freedesktop.org
           Summary: nouveau E Xorg failed to idle channel on NVA0
        QA Contact: xorg-team at lists.x.org
          Severity: critical
    Classification: Unclassified
                OS: Linux (All)
          Reporter: m.meledandri at gmail.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: unspecified
         Component: Driver/nouveau
           Product: xorg
Created attachment 83404
  --> https://bugs.freedesktop.org/attachment.cgi?id=83404&action=edit
dmesg-nouveau-crasher-idle-fail...
2019 Jun 25
4
[Bug 110997] New: NV50 fan runs at full speed after resume from suspend on kernels 5.1.8, 4.19.49
...roduct: xorg
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
          Assignee: nouveau at lists.freedesktop.org
          Reporter: m.meledandri at gmail.com
        QA Contact: xorg-team at lists.x.org
Created attachment 144635
  --> https://bugs.freedesktop.org/attachment.cgi?id=144635&action=edit
vbios.rom
As of stable kernels 5.1.8 and 4.19.49, the GTX 260 fan runs at full speed
after resuming from suspend.
This behavior regre...
2019 Jun 26
0
[PATCH] drm/nouveau: Enable i2c pads & busses during preinit
...us any issues before!
So, fix this by initializing our i2c pad and busses during subdev
pre-init. We skip initializing aux busses during pre-init, as those are
guaranteed to only ever be used by nouveau for DP aux transactions.
Signed-off-by: Lyude Paul <lyude at redhat.com>
Tested-by: Marc Meledandri <m.meledandri at gmail.com>
Fixes: 342406e4fbba ("drm/nouveau/i2c: Disable i2c bus access after ->fini()")
Cc: stable at vger.kernel.org
---
 .../gpu/drm/nouveau/nvkm/subdev/i2c/base.c    | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
diff --git a/drivers/gpu/drm/nou...