search for: gdev

Displaying 16 results from an estimated 16 matches for "gdev".

Did you mean: dev
2008 Dec 25
0
[PATCH 2/4] dom0 linux: Add "guestdev=" boot parameter.
...e not equal */ + if (flg != 0) + goto format_err_end; + return TRUE; + +format_err_end: + printk(KERN_ERR + "PCI: The format of the guestdev parameter is illegal. [%s]\n", + str); + return FALSE; +} + +/* Make guestdev strings */ +static void pci_make_guestdev_path_str(struct guestdev *gdev, + char *gdev_str, int buf_size) +{ + struct guestdev_node *node; + /* max length for "HID:UID" (hid+uid+'':''+''\0'') */ + const int hid_uid_len = HID_LEN + UID_LEN + 2; + /* max length for "-DEV#.FUNC#" (dev+func+''-''+'&...
2008 Feb 20
5
procmail deliver and envelope-to
...sieve and they work find except that I cannot use subaddress matching in envelope to (not envelope send which has been addressed earlier). But As I use the '+'-Feature the envelope to will be the one interesting for me. For example, I am subscribed to the mailing list gimp-devel with klaus+gdev at ethgen.de. So I want to use: require ["fileinto", "imapflags", "subaddress", "envelope"]; ... if envelope :detail :is "To" "gdev" { fileinto "Mailinglisten.gimp-devel"; stop; } But if I call the de...
2010 Jun 30
3
[PATCH 1/2] Add new augeas directory with grub device.map lens
Add a directory to contain required augeas lenses which aren't yet upstream. Include a new lens for grub's device.map. --- augeas/README.txt | 4 ++++ augeas/device_map.aug | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 augeas/README.txt create mode 100644 augeas/device_map.aug diff --git a/augeas/README.txt
2017 Feb 25
2
A request for Virtual GPU based on Nouveau
Hi, I’m a developer from Huawei Technologies Co.,Ltd. China. I’m working on GPU Virtualization. I found some academic papers on google which describe how to virtualize GPU on Cloud based on Nouveau, Such as < TimeGraph: GPU Scheduling for Real-Time Multi-Tasking Environments > <Gdev: First-Class GPU Resource Management in the Operating System> written by Ph.D Shinpei Kato. I know the nouveau project aims to build high-quality, free/libre software drivers for nVidia cards<https://nouveau.freedesktop.org/wiki/CodeNames/>. Maybe the nouveau project developers can do some...
2011 Mar 28
1
my gsoc application
...t? A: 30 hours Are you applying for other projects in GSoC 2011? If so, with which organisations? A: not yet, but I'm interested in boost. == My Project == Title : outsourced projects for bug fixes Summary : It's a foreign outsourcing project.mostly is Amerecan ,the platform is gdev.com Why have you chosen this project? I can mastere the ability of reading and locating bugs of the large-scale code (one of which is qt3.2.3 bug fixes). Title : Identify the cancer cell image Summary : The project aims to identify the cancer cell image, our task is to maintain and upgra...
2015 Jun 16
0
[ANNOUNCE] xorg-server 1.17.2
...nd - Fix int10 setup for vesa - Fix regression in server-interpreted auth - Fix fb setup on big-endian CPUs - Build fix for for gcc5 Complete changelog: Aaron Plattner (2): xfree86: Fix xf86_check_platform_slot's handling of PCI xfree86: Add GPU screens even if there are no active GDevs Adam Jackson (1): xserver 1.17.2 Adel Gadllah (1): modesetting: Fix software cursor fallback Alan Coopersmith (2): Clear ListenTransConns entries in CloseWellKnownConnections Accept x86_64 as well as i*86 for $host_cpu in Solaris on x86 Brent Collins (1): shm: Fix...
2019 Nov 22
1
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
...Return (Zero) } } ElseIf ((PIOF == 0x02)) { If ((P2GP == Zero)) { Return (Zero) } } PEBA = \XBAS /* External reference */ PDEV = GDEV (PIOF) PFUN = GFUN (PIOF) Name (SCLK, Package (0x03) { One, 0x80, Zero }) If ((CCHK (PIOF, Zero) == Zero)) { Return (Zero) } \_SB.PCI0.P...
2019 Nov 22
0
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
...} > ElseIf ((PIOF == 0x02)) > { > If ((P2GP == Zero)) > { > Return (Zero) > } > } > > PEBA = \XBAS /* External reference */ > PDEV = GDEV (PIOF) > PFUN = GFUN (PIOF) > Name (SCLK, Package (0x03) > { > One, > 0x80, > Zero > }) > If ((CCHK (PIOF, Zero) == Zero)) > { > Retu...
2015 Sep 02
0
[ANNOUNCE] xorg-server 1.17.99.901
Here's 1.18 RC1. Let's figure out when to release this during XDC. Aaron Plattner (3): xfree86: Fix xf86_check_platform_slot's handling of PCI xfree86: Add GPU screens even if there are no active GDevs xfree86: Bump video driver ABI version to 20 Adam Jackson (27): glamor: Fix up indentation xf86Crtc: right-of placement by default. dmx: Fix the build present: static cleanup parser: static cleanup dri3: Remove unbuilt dri3_event.c dri3: static clea...
2019 Nov 20
4
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
...Return (Zero) } } ElseIf ((PIOF == 0x02)) { If ((P2GP == Zero)) { Return (Zero) } } PEBA = \XBAS /* External reference */ PDEV = GDEV (PIOF) PFUN = GFUN (PIOF) Name (SCLK, Package (0x03) { One, 0x80, Zero }) If ((CCHK (PIOF, Zero) == Zero)) { Return (Zero) } \_SB.PCI0.P...
2019 Nov 20
1
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
Hi Karol, On Tue, Nov 19, 2019 at 11:26:45PM +0100, Karol Herbst wrote: > On Tue, Nov 19, 2019 at 10:50 PM Bjorn Helgaas <helgaas at kernel.org> wrote: > > > > [+cc Dave] > > > > On Thu, Oct 17, 2019 at 02:19:01PM +0200, Karol Herbst wrote: > > > Fixes state transitions of Nvidia Pascal GPUs from D3cold into higher device > > > states. > >
2019 Nov 22
3
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Thu, Nov 21, 2019 at 11:39:23PM +0100, Rafael J. Wysocki wrote: > On Thu, Nov 21, 2019 at 8:49 PM Mika Westerberg > <mika.westerberg at intel.com> wrote: > > > > On Thu, Nov 21, 2019 at 04:43:24PM +0100, Rafael J. Wysocki wrote: > > > On Thu, Nov 21, 2019 at 1:52 PM Mika Westerberg > > > <mika.westerberg at intel.com> wrote: > > > >
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...1 0 0.01 16895 0 0.01 16895 g723_40.ll 2 17754 0 0.01 17718 0 0.01 17718 g72x.ll 11 88468 0 0.01 88432 0 0.02 88432 Galign11.ll 5 85622 0 0.01 85607 0 0.01 85607 garage.ll 25 32013 0 0.01 31982 0 0.01 31982 gasp.ll 6 51262 0 0.01 51232 0 0.01 51232 gcc-loops.ll 99 215027 3 0.02 214260 3 0.03 214260 gdevmem.ll 27 181881 0 0.02 181857 0 0.03 179175 gdevs.ll 1 1879 0 0.01 1855 0 0.01 1855 gemm.ll 12 28028 0 0.01 27980 0 0.01 27980 gemver.ll 12 35733 0 0.01 35683 0 0.01 35683 genalign11.ll 3 69116 0 0.01 69101 0 0.02 69101 gen_c.ll 40 303014 2 0.03 297916 2 0.03 283690 gen_cpp.ll 21 186423 3 0.02 1724...
2009 Jul 22
2
Question on Samba and Sun Directory Server 5.2
I have been asked to implement Samba and integrate it with our Sun Directory 5.2 servers. I am looking for any advice that will point me in the right direction. Such as Schema modifications and such. I have found articles talking about openldap but nothing really about Sun's Directory Server. I have just started researching this, so any help would be appreciated. Thanks, Gary
2009 Aug 24
1
Question on sambapwdhistorylength attribute
I keep getting an error in my Sun DS 5.2 error log about a schema violation complaining about sambapwdhistorylength attribute. I am using the DS 5.2 schema from the tar file I download and I have checked and their is not sambapwdhistorylength attribute in it. Anybody have any ideas?