search for: 61,17

Displaying 20 results from an estimated 20 matches for "61,17".

Did you mean: 61,11
2016 Apr 18
0
[PATCH v4 06/37] volt: parse the max voltage map entries
...0_id; + u8 max1_id; + u8 max2_id; }; int nvkm_volt_map_min(struct nvkm_volt *volt, u8 id); diff --git a/drm/nouveau/nvkm/subdev/bios/vmap.c b/drm/nouveau/nvkm/subdev/bios/vmap.c index 2f13db7..f2295e1 100644 --- a/drm/nouveau/nvkm/subdev/bios/vmap.c +++ b/drm/nouveau/nvkm/subdev/bios/vmap.c @@ -61,7 +61,17 @@ nvbios_vmap_parse(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len, memset(info, 0x00, sizeof(*info)); switch (!!vmap * *ver) { case 0x10: + info->max0 = 0xff; + info->max1 = 0xff; + info->max2 = 0xff; + break; case 0x20: + info->max0 = nvbios_rd08(bio...
2006 Apr 17
0
[PATCH] klibc: rebuild cpio image when content changes
...tprogs-y := gen_init_cpio -initramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh +ginitramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh ramfs-input := $(shell echo $(CONFIG_INITRAMFS_SOURCE)) ramfs-input := $(if $(ramfs-input), $(ramfs-input), -d) @@ -44,26 +61,17 @@ ramfs-args := \ $(if $(CONFIG_INITRAMFS_ROOT_UID), -u $(CONFIG_INITRAMFS_ROOT_UID)) \ $(if $(CONFIG_INITRAMFS_ROOT_GID), -g $(CONFIG_INITRAMFS_ROOT_GID)) \ $(ramfs-input) - -# .initramfs_data.cpio.gz.d is used to identify all files included -# in initramfs and to d...
2004 Jan 21
0
Please make lowess() generic (was: Reorganization of pac kagesin the R distribution)
...efault is set by the `na.action' setting + of `options', and is `na.fail' if that is unset. The + ``factory-fresh'' default is `na.omit'.} + \item{...}{parameters for methods.} } \description{ This function performs the computations for the @@ -43,9 +61,17 @@ } \examples{ data(cars) + +# default method plot(cars, main = "lowess(cars)") lines(lowess(cars), col = 2) lines(lowess(cars, f=.2), col = 3) +legend(5, 120, c(paste("f = ", c("2/3", ".2"))), lty = 1, col = 2:3) + +# formula method +plot(dist ~ sp...
2004 Jan 21
1
Please make lowess() generic (was: Reorganization of packages in the R distribution)
...default is set by the `na.action' setting + of `options', and is `na.fail' if that is unset. The + ``factory-fresh'' default is `na.omit'.} + \item{...}{parameters for methods.} } \description{ This function performs the computations for the @@ -43,9 +61,17 @@ } \examples{ data(cars) + +# default method plot(cars, main = "lowess(cars)") lines(lowess(cars), col = 2) lines(lowess(cars, f=.2), col = 3) +legend(5, 120, c(paste("f = ", c("2/3", ".2"))), lty = 1, col = 2:3) + +# formula method +plot(dist ~ sp...
2006 Oct 17
0
[679] trunk/wxruby2/doc/textile/previewframe.txtl: Changed the initialize() method to init() so it matches the API also added a remark alerting the user to this.
...t;:#PreviewFrame_init </ins><span class="cx"> * "PreviewFrame#on_close_window":#PreviewFrame_onclosewindow </span><span class="cx"> </span><span class="cx"> </div> </span><span class="lines">@@ -61,17 +61,22 @@ </span><span class="cx"> Creates a PreviewCanvas. Override this function to allow </span><span class="cx"> a user-defined preview canvas object to be created. </span><span class="cx"> </span><del>-h3(#Previe...
2007 May 18
0
Branch 'as' - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_native_function.h
...t.c | 40 ++++++++-- libswfdec/swfdec_as_script_function.c | 110 ++++++++++++++++++++++++++++ libswfdec/swfdec_as_script_function.h | 59 +++++++++++++++ 11 files changed, 422 insertions(+), 152 deletions(-) New commits: diff-tree 91444350cb32843ed2aa0ea386df0ba983a7aec6 (from 40299761a60e06300ee005332213d19f413e2cf7) Author: Benjamin Otte <otte at gnome.org> Date: Fri May 18 17:29:26 2007 +0200 split up function object native and script functions are two different objects now. Also includes fixes to how object types are handled. diff --git a/libswfdec/...
2008 Feb 15
4
Revised flags patch
...ks, Rolf PS: Please CC me on any comments, since I'm not on the list. -------------- next part -------------- diff -brpu rsync-3.0.0pre9/backup.c rsync-3.0.0pre9-flags/backup.c --- rsync-3.0.0pre9/backup.c Mon Sep 24 00:19:55 2007 +++ rsync-3.0.0pre9-flags/backup.c Fri Feb 15 19:33:09 2008 @@ -61,7 +61,17 @@ static int make_simple_backup(const char return 0; while (1) { - if (do_rename(fname, fnamebak) == 0) { +#ifdef SUPPORT_FLAGS + STRUCT_STAT st2; + + link_stat(fname, &st2, 0); + make_mutable(fname, st2.st_mode, st2.st_flags); +#endif + if (do_rename(fname, fnamebak)...
2006 Sep 24
1
Add-on patch to support .pls .asx .ram .qtl listing formats
...up the stream URL directly within your media player (http://192.168.1.10:8000/mystream.ogg in this case)</p> <p> <br /> <br /> --- doc/icecast2_listenerauth.html 2005-08-20 01:20:56.000000000 +0200 +++ doc/icecast2_listenerauth.html 2006-09-22 14:58:26.488075000 +0200 @@ -61,7 +61,7 @@ <h3>Finishing it all off</h3> <p>Ok, so you've created your users, and you have everything setup properly, how do your users login ? Well, we've provided a simple login form that you can use for this purpose. This page (http://server:port/auth.xsl) will brin...
2016 Aug 16
21
[PATCH v5 00/20] Engine Reclocking Fixes for Fermi-Maxwell2
I've splitted my big series between the part which actually fixes the engine reclocking bits and the part handling voltage/clock updates on temperature change, so that the more reviewed parts can be merged in faster. This series fixes a lot of Engine reclocking issues found on Fermi, Kepler and all Maxwell generation GPUs. It does _not_ fix memory reclocking on Fermi. It mostly contains of
2016 Apr 07
29
[PATCH v3 00/29] Volting/Clocking improvements for Fermi and newer
This is an updated series for the old clocking improvement one. I think I got everything needed in place and also a simple update mechanism for updating the cstates/voltage on temperature changes. If anything is unclear how I REed or got the information, please leave a note so that I can provide additional information in the commits. Besides that I think we are pretty close now and only some
2016 Apr 18
63
[PATCH v4 00/37] Volting/Clocking improvements for Fermi and newer
We are slowly getting there! v4 of the series with some realy good improvements, so I am sure this is like 95% done and only needs some proper polishing and proper Reviews! I also added the NvVoltOffsetmV module parameter, so that a user is able to over and !under!-volt the GPU. Overvolting makes sense, when there are still some reclocking issues left, which might be solved by a higher voltage.
2010 Sep 15
15
xenpaging fixes for kernel and hypervisor
Patrick, there following patches fix xenpaging for me. Granttable handling is incomplete. If a page is gone, a GNTST_eagain should be returned to the caller to inidcate the hypercall has to be retried after a while, until the page is available again. Please review. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It does work, but needs a lot more testing. This removes all the psychopathic gettextify cruft, and replaces it with a 99 line Makefile.am. A large win, I think. The third patch implements gettext support in the OCaml tools. The fourth patch is just for illustration. It shows the consequent changes to libguestfs.pot and the po
2014 Apr 17
33
[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
v8->v9: - Integrate PeterZ's version of the queue spinlock patch with some modification: http://lkml.kernel.org/r/20140310154236.038181843 at infradead.org - Break the more complex patches into smaller ones to ease review effort. - Fix a racing condition in the PV qspinlock code. v7->v8: - Remove one unneeded atomic operation from the slowpath, thus improving
2014 Apr 17
33
[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
v8->v9: - Integrate PeterZ's version of the queue spinlock patch with some modification: http://lkml.kernel.org/r/20140310154236.038181843 at infradead.org - Break the more complex patches into smaller ones to ease review effort. - Fix a racing condition in the PV qspinlock code. v7->v8: - Remove one unneeded atomic operation from the slowpath, thus improving
2011 Jul 15
122
[PATCH 0000/0117] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. Back in June I had sent two patch sets to address these issues. I have addressed the comments I got from the community on my earlier patches here: 1) Implement code for autoloading the vmbus drivers without using PCI or DMI signatures. I have implemented this based on Greg's feedback on my earlier implementation. 2) Cleanup error handling across
2011 Jul 15
122
[PATCH 0000/0117] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. Back in June I had sent two patch sets to address these issues. I have addressed the comments I got from the community on my earlier patches here: 1) Implement code for autoloading the vmbus drivers without using PCI or DMI signatures. I have implemented this based on Greg's feedback on my earlier implementation. 2) Cleanup error handling across
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
...map.h | 32 +- fs/ocfs2/stack_o2cb.c | 420 +++++++++++++ fs/ocfs2/stack_user.c | 883 +++++++++++++++++++++++++++ fs/ocfs2/stackglue.c | 568 +++++++++++++++++ fs/ocfs2/stackglue.h | 261 ++++++++ fs/ocfs2/suballoc.c | 103 +++- fs/ocfs2/suballoc.h | 1 + fs/ocfs2/super.c | 208 ++++--- fs/sysfs/symlink.c | 9 +- 42 files changed, 5230 insertions(+), 1038 deletions(-) create mod...
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c