Displaying 20 results from an estimated 200 matches similar to: "wfb patches"
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
- Only for sufficiently new xserver's and exa_driver_pixmaps.
---
src/nouveau_exa.c | 217 +++++++++++++++++++++++++++++++++++++++++++++++++++--
src/nv_driver.c | 51 +++++++++++--
src/nv_proto.h | 4 +
src/nv_type.h | 12 +++-
4 files changed, 267 insertions(+), 17 deletions(-)
diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c
index 93fc3c5..074a226 100644
---
2009 Mar 07
1
preliminary nv50 wfb patch
This patch will only work with Option "EXAPixmaps" "1", and will
prevent classic exa from working.
Occasionally a pixmap fails to map, but that's not related to this patch.
I haven't done any hardcore optimisations, but suggestions are
ofcource appreciated.
In my experience some benchmarks suck now (gtkperf for which had it's
performance halved), and qt4 is
2011 Jul 21
1
[LLVMdev] git
Hi Chandler
> Key things I'm currently thinking about after a brief brainstorm:
> - Post-commit triggers need to be ported and kept useful
> - Special attention to ensure that the existing code review / commit email
> system continues to be effective
> - Provide individual git repositories for each LLVM project, along with meta
> repositories that use submodules to layout
2009 Jun 12
17
[Bug 22253] New: KMS Nouveau - wfb crash
http://bugs.freedesktop.org/show_bug.cgi?id=22253
Summary: KMS Nouveau - wfb crash
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2009 Mar 29
1
nv50: wfb patches
Not much has changed, except that i've test run these patches for a
few weeks now.
I'm actually surprised i've avoided Out-Of-Memory issues.
Patch 2 remains a temporary hack, awaiting a structural fix by darktama.
The whole thing works fine, but XSHM is an issue
(http://stillunknown.livejournal.com/928.html). With it disabled most
apps are fine, although a few issues remain.
As
2019 Jan 23
0
[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
This causes nouveau_drv.so to not be loadable due to a missing
wfbPictureInit. I'm not 100% sure what causes it -- it happens at
runtime in the middle of probe, and I don't have wfb enabled. Either
way, I'm going to revert this until we get a better idea of what's
going on.
On Sun, Jan 20, 2019 at 7:20 PM Rhys Kidd <rhyskidd at gmail.com> wrote:
>
> Fixes warning with
2019 Jan 21
2
[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
Fixes warning with xserver 1.20 and gcc 8.2:
nv_driver.c:1443:9: warning: implicit declaration of function ‘wfbScreenInit’; did you mean ‘fbScreenInit’? [-Wimplicit-function-declaration]
ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,
^~~~~~~~~~~~~
fbScreenInit
(See xserver 706e6d9cd074da606016ed4ecff51e9c2a822087)
Signed-off-by: Rhys Kidd <rhyskidd at
2009 Dec 11
4
low memory
On Fri, Dec 11, 2009 at 1:30 PM, Ben Skeggs <skeggsb at gmail.com> wrote:
> On Fri, 2009-12-11 at 13:23 +0100, Anders Eriksson wrote:
>> skeggsb at gmail.com said:
>> > It'd be useful to know of any cases out there where UMS is being used because
>> > KMS is failing, there's a couple of cases on RH bugzilla, but I don't recall
>> > the details
2007 May 12
7
[Bug 10927] New: segmentation fault in NVUploadToScreen, called from exaPutImage
http://bugs.freedesktop.org/show_bug.cgi?id=10927
Summary: segmentation fault in NVUploadToScreen, called from
exaPutImage
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2009 Jul 14
14
[Bug 22763] New: suspend doesn't works
http://bugs.freedesktop.org/show_bug.cgi?id=22763
Summary: suspend doesn't works
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2009 Jul 23
1
[Bug 22905] New: EXA - image corruption
http://bugs.freedesktop.org/show_bug.cgi?id=22905
Summary: EXA - image corruption
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2012 Jun 03
0
still seeking way to recover card after cursor
> Date: Wed, 30 May 2012 13:24:55 +0200
> From: Arvydas Sidorenko
> To: "Robert M. Riches Jr." <rm.riches at jacob21819.net>
> Cc: nouveau at lists.freedesktop.org
>
> On Wed, May 30, 2012 at 6:25 AM, Robert M. Riches Jr.
> > http://lists.freedesktop.org/mailman/listinfo/nouveau
>
> I very doubt that rmmod and modprobe will help you in any way since
2009 Jan 03
1
some patches and remarks for ng
1 patch for libnouveau_drm, 4 for drm and one work in progress patch
for the ddx.
Getting nv50 to run proved to be more difficult than i thought (at
some point i stopped because it would require significant changes), i
just have a few remarks.
- Buffer object access is not guarded by fences at all, which is a
major issue. You worked around that by using M2MF I suppose, but this
needs a
2010 Jan 06
3
Removal of Non-KMS support
I did a very quick pass at removing all the non-KMS support from the
DDX. It's tested on G80 but nowhere else currently, I thought some
discussion would be a good idea rather than just ripping it out :)
The non-KMS paths are messy, and lets face it, rotting badly. IMO the
KMS code is stable enough now that we can continue without the UMS
crutch, and indeed, the KMS code supports a lot more
2009 Jul 27
13
[Bug 22956] New: nv50: kms, random screen blinkage
http://bugs.freedesktop.org/show_bug.cgi?id=22956
Summary: nv50: kms, random screen blinkage
Product: xorg
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: kamilkss
2015 Sep 11
7
[Bug 91972] New: xorg/nouveau crashes when running wine's unit tests under valgrind: EXA: malloc failed for size -262140 bytes
https://bugs.freedesktop.org/show_bug.cgi?id=91972
Bug ID: 91972
Summary: xorg/nouveau crashes when running wine's unit tests
under valgrind: EXA: malloc failed for size -262140
bytes
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
2011 Feb 01
5
[LLVMdev] GIT mirroring
Hello Everyone,
It seems given the decent amount of discussions it's time to make
small announcement.
So, official git mirrors are available for some subset of LLVM
projects. They were used by some LLVM developers for couple of months
already and seem to be stable enough.
Right now there is a mirroring for LLVM itself and clang. More can be
added per requests. The mirrors are made via
2009 Oct 31
0
[PATCH] nv/exa: fix 15/16 bits solid fill
From: Marcin Slusarz <marcin.slusarz at gmail.com>
after this change nouveau passes all fill and blend tests of rendercheck
(before: fill - 108/120, blend - 3323868/3569150)
tested on NV34
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
src/nv04_exa.c | 19 +++++++++----------
src/nv_accel_common.c | 5 ++++-
2 files changed, 13 insertions(+), 11
2011 Jul 21
0
[LLVMdev] git
On Wed, Jul 20, 2011 at 9:32 PM, Chris Lattner <clattner at apple.com> wrote:
> On Jul 20, 2011, at 11:47 AM, Jakob Stoklund Olesen wrote:
>
> >>> If you can work with Jeffrey to come up with better instructions, that
> would be great.
> >>>
> >>> Just make sure they are newbie-proof.
> >>
> >> Wouldn't it be easier at some
2012 Oct 14
8
[Bug 55980] New: X Segfault on second screen resize
https://bugs.freedesktop.org/show_bug.cgi?id=55980
Priority: medium
Bug ID: 55980
Assignee: nouveau at lists.freedesktop.org
Summary: X Segfault on second screen resize
QA Contact: xorg-team at lists.x.org
Severity: critical
Classification: Unclassified
OS: Linux (All)
Reporter: geaaru at gmail.com