similar to: [PATCH] Remove some UMS leftovers.

Displaying 20 results from an estimated 80 matches similar to: "[PATCH] Remove some UMS leftovers."

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 ---
2010 Feb 10
0
[PATCH] Revert "kms: work around some bong hits with dpms"
This reverts commit 98c9e4edb58374f18249e5c9c53b392fb8b4a1d1. AFAIK it's no longer needed. Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- src/drmmode_display.c | 3 --- src/nv_driver.c | 2 -- src/nv_type.h | 1 - 3 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 7c45d9c..a91741d
2013 Sep 20
0
[PATCH] drm/nouveau: remove dead/ums code from nouveau_ioc32.c
Ever since the initial import of nouveau into upstream kernel it has been a KMS only driver. Drop the old and unused code, and update the comments while we're there. Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com> --- drivers/gpu/drm/nouveau/nouveau_ioc32.c | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git
2010 Jan 18
1
[PATCH] drm: remove UMS leftover
Compiled, tested. Look ok. -- Jabber/XMPP: okias at isgeek.info SIP VoIP: sip:17474537254 at proxy01.sipphone.com -------------- next part -------------- This patch remove leftover from UMS. Signed-off-by: David Heidelberger <d.okias at gmail.com> --- diff -Naur a/drivers/gpu/drm/nouveau/nouveau_dma.c b/drivers/gpu/drm/nouveau/nouveau_dma.c --- a/drivers/gpu/drm/nouveau/nouveau_dma.c
2012 May 23
1
[PATCH (nouveau)] Add xwayland support
Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers at canonical.com> --- This is mostly just for testing, although it should be safe to apply to nouveau trunk. src/nouveau_dri2.c | 34 +++++++++++ src/nv_driver.c | 163 +++++++++++++++++++++++++++++++++++++++++++++++----- src/nv_type.h | 7 +++ 3 files changed, 191 insertions(+), 13 deletions(-) diff
2012 Nov 01
5
[PATCH 0/4] nouveau: xserver 1.13 compat fixes
Here are a few patches adding some missing functions in NvPlatformProbe, which iirc is being used as of xserver 1.13 First patch adds a nouveau_kernel_mode_enabled helper, similar to xf86-video-radeon Second and third use the function in Nv{Pci,Platform}Probe And last one ensures we can still use ZaphodHead and relative head positioning via xorg.conf The coding style may be a bit off, despite my
2008 May 01
0
[ANNOUNCE] xf86-video-xgixp 1.7.99.3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alex Deucher (7): ~ Initial version of the xgi driver (xgixp) for xgi xp10 chips ~ fix license formatting and remove old cvs tags ~ fix the build on AMD64 ~ remove cfb cruft ~ Un-libc-wrap. ~ clean up // comments, minor formatting cleanups ~ Remove Isa support Ian Romanick (188): ~ Modify XGIGetRec to return a
2013 Feb 16
8
Bugfix + dri1 cleanup patches
Had those patches living in my local tree for a while now. Here is a respin on top of latest master Patch 1: regression fix, preventing the ddx from loading if kernel module is not loaded Patches 2-5: Completely nuke dri1, make dri2 hard dependency Patches 6-7: Assist people with first-time build of nouveau Git complains about whitespace errors in patch 7, which for the sake of me I cannot
2011 May 09
2
backdoor by authorized_keys2 leftovers
Hi devs, recently I had to replace authorized_keys on several systems to enforce an access policy change. I was badly surprised that authorized_keys2(!) was still processed, which allowed some old keys to enter the systems again, because I wasn't aware of the file's existance on the server and use by sshd, since this "backward compatibility" isn't documented, not even a
2003 Apr 18
0
Leftovers in Network Neighborhood
Hi there, In our Network Neighborhood I can see items for old workgroups and domains that no longer exist. For example, in /var/log/messages I see: Apr 13 04:02:04 ch1 nmbd[9227]: ^ICH(1) current master browser = CH1 Apr 13 04:02:04 ch1 nmbd[9227]: ^IBCH(7) current master browser = FIRE997 Apr 13 04:02:05 ch1 nmbd[9227]: ^IWORKGROUP(5) current master browser = SAFETYLAPTOP Apr 13
2008 Jul 04
2
How to pull /var/mail mbox leftovers to Maildirs?
I just got my preferred postfix+dovecot(-1.1.1) configuration working on Ubuntu 8.04 server. Users and Maildirs migrated, etc. I wasn't seeing inbound mail (in the email client) until I set: sudo postconf -e 'home_mailbox = Maildir/' Which I hadn't needed in the previous server's main.cf I have a few hours worth of inbound mostly-spam in /var/mail/(username) during the time
2005 Nov 24
1
Windows R CMD build <pkg> leftovers
A command R CMD build <pkg> that fails, e.g., because of C code compilation errors, leaves a directory %TMPDIR%/Rinst.xxx containing the file R.css. Although R CMD INSTALL --build cleans up after itself, build does not. A fix is below. Also, build.in references Rcmd.exe, which I thought was no longer necessary? Index: build.in
2013 Dec 24
3
[Bug 882] New: The conntrack-tools archive contains some leftovers from a patch run
https://bugzilla.netfilter.org/show_bug.cgi?id=882 Summary: The conntrack-tools archive contains some leftovers from a patch run Product: conntrack-tools Version: unspecified Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 Component: conntrack-daemon
2012 Jul 04
0
[PATCH] Add xwayland support (v2)
v2: Fix build against Xservers without Wayland support Don't try to acquire/drop drm master under Wayland Refresh for xserver 1.13 kill-all-direct-access-to-xf86Screens Remove #ifdef soup in favour of xwayland compat header Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers at canonical.com> --- configure.ac | 7 ++ src/Makefile.am |
2006 Nov 04
0
um, what''s up with the list?
i havne''t gotten any mail from the list since 8/19...my coworker has said that DHH is migrating all the members to the list rails-users or somesuch over at googlegroups and he''s getting craploads of mail yet i havne''t received anything...is this list even up anymore? Chris
2006 Apr 19
2
Tools rund um Rails
Hallo zusammen, dann will ich mal wieder ein bi?chen Schwung auf die RoR-Liste bringen: Schildert doch einfach mal eure Erfahrungen mit Tools rund um Rails, also zum Beispiel Capistrano (formerly known as Switchtower), RadRails etc. Welche Plugins setzt ihr ein, von welchen w?rdet ihr abraten? Oder folgt ihr dem Tenor "Reuse is overrated" und schreibt euch die Sachen lieber neu? --
2002 Oct 25
0
acesso remoto a um cd-rw
Ol? pessoal, estou tentando gravar remotamente um cd em uma unidade que est? em uma m?quina com W2000. Tenho o samba instalado e consigo visualizar o compartilhamento da unidade no cd-rw. Alguem pode me ajudar ? Obrigado, Paulo. -------------- next part -------------- HTML attachment scrubbed and removed
2013 Jul 17
0
RAUL GIL ACABOU DE LANÇAR UM MMN - CADASTRO GRÁTIS - (yhejv)
(yhejv) RAUL GIL ACABOU DE LAN?AR UM MMN O RAUL GIL ACABOU DE LAN?AR UM MMN E J? ADERIRAM MAIS DE 50 MIL PESSOAS. O CADASTRO ? GR?TIS. ENTRE VC TB. PARA ENTRAR, BASTA CLICAR: http://dumba.com.br/jairfoz VEJA O VIDEO DO RAUL GIL NO YOUTUBE: http://www.youtube.com/watch?v=meQfKK5Yqzo OBRIGADO, JAIR ROJAS DA SILVA (yhejv)
2009 Nov 03
0
Exchange 2007 UM issues with Asterisk 1.6
Hi Guys, Does anyone know how to make the custom build of Asterisk 1.6.1 work with Exchange 2007 UM? It always times out with system unavailable and won't go through. I have TCP enabled and all the trunk and outgoing settings configured. When I use TrixBox CE 2.8.0.2, it works. But custom install, won't work, everything else works except for Exchange 2007 UM. Any help would be
2015 Dec 31
0
[PATCH v2 12/32] x86/um: reuse asm-generic/barrier.h
On x86/um CONFIG_SMP is never defined. As a result, several macros match the asm-generic variant exactly. Drop the local definitions and pull in asm-generic/barrier.h instead. This is in preparation to refactoring this code area. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> Acked-by: Arnd Bergmann <arnd at arndb.de> --- arch/x86/um/asm/barrier.h | 9 +-------- 1 file