Displaying 11 results from an estimated 11 matches for "huehner".
Did you mean:
  huebner
  
2015 Feb 21
5
[Bug 89272] New: GM206 does not recognize attached hdmi monitor
...itor
           Product: xorg
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
          Assignee: nouveau at lists.freedesktop.org
          Reporter: stefan at huehner.org
        QA Contact: xorg-team at lists.x.org
Created attachment 113732
  --> https://bugs.freedesktop.org/attachment.cgi?id=113732&action=edit
dmesg with nouveau.debug=debug drm.debug=0xe
Hi,
adding this patch on top of linux-3.19 or tip of
http://cgit.freedesktop.org/~darktama/nouveau...
2015 Feb 22
2
[PATCH] Basic GM206 bringup (as copy of GM100)
---
 src/nv_driver.c | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/src/nv_driver.c b/src/nv_driver.c
index e726292..4c40763 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -377,6 +377,7 @@ NVHasKMS(struct pci_device *pci_dev, struct xf86_platform_device *platform_dev)
 	case 0xf0:
 	case 0x100:
 	case 0x110:
+	case 0x120:
 		break;
 	default:
 		xf86DrvMsg(-1, X_ERROR, "Unknown
2015 Mar 18
0
[PATCH] Basic GM206 bringup (as copy of GM100)
...desetting driver
get used. OTOH, the DDX isn't released/integrated into distros at an
infinite rate, and eventually GM20x will probably get acceleration....
could go either way. My immediate reaction is to hold though. There
may be further differences...
On Sun, Feb 22, 2015 at 9:53 AM, Stefan Huehner <stefan at huehner.org> wrote:
> ---
>  src/nv_driver.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/src/nv_driver.c b/src/nv_driver.c
> index e726292..4c40763 100644
> --- a/src/nv_driver.c
> +++ b/src/nv_driver.c
> @@ -377,6 +377,7 @@ NVHasKMS(struct...
2015 Mar 18
1
GM206 support?
On Tue, Mar 17, 2015 at 06:59:25PM -0400, Ilia Mirkin wrote:
> On Tue, Mar 17, 2015 at 6:40 PM, Andy Lutomirski <luto at amacapital.net> wrote:
> > On Tue, Mar 17, 2015 at 2:57 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> >> On Tue, Mar 17, 2015 at 5:52 PM, Andy Lutomirski <luto at amacapital.net> wrote:
> >>> On Fri, Feb 13, 2015 at 9:52 PM,
2015 Oct 06
41
[Bug 92307] New: NV50: WARNING: ... at include/drm/drm_crtc.h:1577 drm_helper_choose_encoder_dpms+0x8a/0x90 [drm_kms_helper]()
https://bugs.freedesktop.org/show_bug.cgi?id=92307
            Bug ID: 92307
           Summary: NV50: WARNING: ... at include/drm/drm_crtc.h:1577
                    drm_helper_choose_encoder_dpms+0x8a/0x90
                    [drm_kms_helper]()
           Product: xorg
           Version: git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
         
2015 Aug 25
1
[Bug 91756] New: glean test vertProg1 segfaulting X server in exaHWCopyNtoN
...roduct: xorg
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
          Assignee: nouveau at lists.freedesktop.org
          Reporter: stefan at huehner.org
        QA Contact: xorg-team at lists.x.org
Running piglit tests against mesa-11.0-rc1 package in debian experimental
https://tracker.debian.org/news/707424
i have one test segfaulting the X server consistently.
HW is Ivy Bridge laptop with an additional  GK107 (NVE7) kepler.
Xserver versi...
2016 Feb 24
7
[PATCH v5 0/6] Suppor for various power sensors on GF100+
...tins initial power sensor work and most of the ground
work was just copied from him.
Happy testing
changes in v3: fixes ina2x9, rebase on current master
changes in v4: some minor ina2x9 fixes and get it to work on maxwell gen2
changes in v5: final polishing
Tested-by: Stefan Hühner <stefan at huehner.org> on gm206
Karol Herbst (4):
  iccsense: implement for ina209, ina219 and ina3221
  hwmon: add power consumption
  hwmon: don't require therm to be valid to get any data
  bios/extdev: also parse v4.1 table
Martin Peres (2):
  subdev/iccsense: add new subdev for power sensors
  nvbios/i...
2007 Mar 16
0
Wine release 0.9.33
...tching from UP to buffer drawing.
      wined3d: Blit the offscreen texture into the drawable if needed.
      wined3d: Account for offscreen rendering when setting up the clearing scissor rectangle.
      wined3d: Blitting to offscreen target.
      direct3d: Add a fixed function fog test.
Stefan Huehner (3):
      Change some functions arguments from () -> (void).
      comctl32: rebar: Test the rebar style for RBBS_VARIABLEHEIGHT, not the passed in structure.
      Mark several functions as static.
Tomas Carnecky (1):
      dsound: Update prototypes for IDirectSoundBuffer::Lock/Unlock.
--
Al...
2016 Feb 20
12
[PATCH v4 0/6] Suppor for various power sensors on GF100+
...ace.
This work is based on Martins initial power sensor work and most of the ground
work was just copied from him.
Happy testing
changes in v3: fixes ina2x9, rebase on current master
changes in v4: some minor ina2x9 fixes and get it to work on maxwell gen2
Tested-by: Stefan Hühner <stefan at huehner.org> on gm206
Karol Herbst (4):
  iccsense: implement for ina209, ina219 and ina3221
  hwmon: add power consumption
  hwmon: don't require therm to be valid to get any data
  bios/extdev: also parse v4.1 table
Martin Peres (2):
  subdev/iccsense: add new subdev for power sensors
  nvbios/i...
2015 Feb 21
0
[PATCH] device/gm100: Basic GM206 bring up (as copy of GM204)
Enough to get VGA monitor on DVI-I output have output.
HDMI output not yet working
---
 drm/nouveau/nvkm/engine/device/gm100.c | 43 ++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
diff --git a/drm/nouveau/nvkm/engine/device/gm100.c b/drm/nouveau/nvkm/engine/device/gm100.c
index 539561e..108d048 100644
--- a/drm/nouveau/nvkm/engine/device/gm100.c
+++
2015 Feb 22
0
[PATCH] Fix i2c table parsing for dcb 4.1
Code before looked only at bit 31 to decide if a port is unused.
However dcb 4.1 spec says 0x1F in bits 31-27 and 26-22 means unused.
This fixed hdmi monitor detection on GM206.
---
 drm/nouveau/nvkm/subdev/bios/i2c.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drm/nouveau/nvkm/subdev/bios/i2c.c b/drm/nouveau/nvkm/subdev/bios/i2c.c
index d1a89b2..c4e1f08 100644
---