search for: nv_output

Displaying 13 results from an estimated 13 matches for "nv_output".

2007 Jul 05
0
RANDR1.2 and LVDS
...closer to working for me on a laptop. Most of the changes are fairly obvious, but a couple of comments: 1) The changes to nv_crtc.c are clearly bogus, but I'm not sure what on earth these registers do. I need to set them to get a moderately sane-looking picture 2) The fp registers poked in nv_output.c don't seem to do anything on lvds. No matter what I set them to, the picture is identical 3) This doesn't /quite/ work for me yet. I have a solid and recognisable picture, but it's only about the left two thirds of my screen, centred on the display with black borders. Clearly the...
2009 Jun 10
0
[PATCH] Use nanosleep instead of usleep when waiting the hardware.
...e waits are shortened and random modesetting failures happen: Use nanosleep and loop around it until the requested time has elapsed. --- src/nouveau_hw.c | 2 +- src/nouveau_local.h | 6 ++++++ src/nv_bios.c | 2 +- src/nv_crtc.c | 2 +- src/nv_include.h | 1 + src/nv_output.c | 10 +++++----- 6 files changed, 15 insertions(+), 8 deletions(-) diff --git a/src/nouveau_hw.c b/src/nouveau_hw.c index 7d210d7..c2cad37 100644 --- a/src/nouveau_hw.c +++ b/src/nouveau_hw.c @@ -208,7 +208,7 @@ static void setPLL_single(ScrnInfoPtr pScrn, uint32_t reg, if (chip_versio...
2008 Jul 06
3
[Bug 16624] New: invalid pointer past to RRChangeOutputProperty
...ignedTo: nouveau at lists.freedesktop.org ReportedBy: obiwan at mailmij.org QAContact: xorg-team at lists.x.org CC: keithp at keithp.com Created an attachment (id=17547) --> (http://bugs.freedesktop.org/attachment.cgi?id=17547) proposed patch for the issue In nv_output: error = RRChangeOutputProperty(output->randr_output, dithering_atom, XA_INTEGER, 32, PropModeReplace, 1, &nv_output->dithering,FALSE, FALSE); &nv_output->dithering is a Boolean, but the property is set up as int32. On big endian systems, t...
2008 Mar 13
17
[Bug 14991] New: randr12 not working with nv25
http://bugs.freedesktop.org/show_bug.cgi?id=14991 Summary: randr12 not working with nv25 Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2008 Apr 04
21
[Bug 15350] New: randr12: VGA-0 always reported as "disconnected"
http://bugs.freedesktop.org/show_bug.cgi?id=15350 Summary: randr12: VGA-0 always reported as "disconnected" Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2008 Sep 09
6
[Bug 17492] New: nouveau requires EDID, no modes with my CRT anno 1993
http://bugs.freedesktop.org/show_bug.cgi?id=17492 Summary: nouveau requires EDID, no modes with my CRT anno 1993 Product: xorg Version: git Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2009 Feb 24
8
[Bug 20298] New: Nouveau doesn' t allow my modeline because of hardcoded value
...Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: a.j.buxton at gmail.com QAContact: xorg-team at lists.x.org in nv_output.c line 344: if (mode->Clock < 12000) return MODE_CLOCK_LOW; This code prevents the following modeline from working: ModeLine "512x288pal" 9.875 512 528 576 632 288 290 293 311 -hsync -vsync Reducing the value 12000 allows it to work. I use this modeline with a VGA t...
2008 Mar 06
29
[Bug 14859] New: External analog monitor does not show part of the output ( Randr12)
http://bugs.freedesktop.org/show_bug.cgi?id=14859 Summary: External analog monitor does not show part of the output (Randr12) Product: xorg Version: unspecified Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: minor Priority: medium Component: Driver/nouveau
2009 Feb 08
45
[Bug 20006] New: powerpc64: Black screen using RandR12
http://bugs.freedesktop.org/show_bug.cgi?id=20006 Summary: powerpc64: Black screen using RandR12 Product: xorg Version: 7.4 Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2008 Feb 06
27
[Bug 14403] New: NV17: LVDS0 is black with Randr 1.2, works when randr 1. 2 is disabled
http://bugs.freedesktop.org/show_bug.cgi?id=14403 Summary: NV17: LVDS0 is black with Randr 1.2, works when randr 1.2 is disabled Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2007 Oct 26
62
[Bug 12959] New: RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 Summary: RandR1.2 on my G70 is now completely broken Product: xorg Version: 7.2 Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2009 Aug 13
9
[PATCHv2 01/10] drm/nouveau: Fix a lock up at NVSetOwner with nv11.
It seems it was only locking up in the context of nouveau_hw_save_vga_fonts, when it actually did something (because the console wasn't already in graphics mode). Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nouveau_hw.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_hw.c
2009 Aug 12
14
[PATCH 00/12] TV-out modesetting kernel patches.
This patch series adds TV-out modesetting support to the KMS implementation. I've tried to test it on all the hardware I've got at hand (that is nv11, nv17, nv34, nv35, nv40, nv4b) with every possible output combination; I believe it has reached a mergeable state, however it depends on some commits from drm-next that haven't got into Linus' tree yet, if you agree to merge this