search for: unfenc

Displaying 8 results from an estimated 8 matches for "unfenc".

Did you mean: unfence
2009 Feb 19
1
modifying legend in scatterplot matrix R
...-- In my dataset, the variable "treatment" contains two levels that are coded "N" and "Y" (for No and Yes) and appear in my "per default" legend that is located in the buttomright of my 3x3 scatterplot. I would like to replace N by a list of character: "unfenced" and Y by "fenced", as well as moving the legend in another place in my graphic... is someone know how to do that with a scatterplot? Thank's Julien -- Julien Beguin Etudiant-chercheur au doctorat Laboratoire d'analyse quantitative des paysages, local 2113 Facult? de For...
2011 Sep 26
0
vegan cca: syntax
...ears) a number of paired plots that were flooded and / or burnt. The plots are located in two topographical settings, some were burnt, some were flooded, some were burnt & flooded and some were not affected at all. At each location one plot was fenced to exclude grazing while another was left unfenced to include the effect of grazing. Effectively, I guess, we have a split plot design in a longitudinal study. The plots were established opportunistically, so there were some practical aspects that might not be ideal... but then when is this ever the case... I now want to determine importance o...
2006 Mar 23
17
Poor performance on NFS-exported ZFS volumes
I''m seeing some pretty pitiful performance using ZFS on a NFS server, with a ZFS volume exported (only with rw=host.foo.com,root=host.foo.com opts) and mounted on a Linux host running kernel 2.4.31. This linux kernel I''m working with is limited in that I can only do NFSv2 mounts... irregardless of that aspect, I''m sure something''s amiss. I mounted the zfs-based
2010 Sep 30
10
using DRBD VBDs with Xen
Hi, Not totally new to Xen but still very green and meeting some problems. Feel free to kick me to the DRBD people if this is not relevent here. I''ll be providing more info upon request but for now I''ll be brief. Debian/Squeeze running 2.6.32-5-xen-amd64 (2.6.32-21) Xen hypervisor 4.0.1~rc6-1 and drbd-8.3.8. One domU configured, with disk and swap image: root =
2010 Mar 19
0
Wine release 1.1.41
...surface conversion function from WINED3DFMT_YUY2 to WINED3DFMT_B8G8R8X8_UNORM. Stefan D?singer (11): d3d9: Fix test failures on Windows 7. wined3d: Don't DISCARD or NOOVERWRITE non-dynamic buffers. wined3d: Use glMapBuffer for 1:1 uploads in PreLoad. wined3d: Implement unfenced updates of double buffered buffers. wined3d: Check the alignment of mapped buffer pointers. wined3d: Merge two if conditions in buffer.c. wined3d: Make resources 16 byte aligned. ddraw: Use a D24X8 depth buffer. d3d9: Remove the double unlock test. d3d9: Window...
2014 May 14
17
[RFC PATCH v1 00/16] Convert all ttm drivers to use the new reservation interface
This series depends on the previously posted reservation api patches. 2 of them are not yet in for-next-fences branch of git://git.linaro.org/people/sumit.semwal/linux-3.x.git The missing patches are still in my vmwgfx_wip branch at git://people.freedesktop.org/~mlankhorst/linux All ttm drivers are converted to the fence api, fence_lock is removed and rcu is used in its place. qxl is the first
2014 Jul 31
19
[PATCH 01/19] fence: add debugging lines to fence_is_signaled for the callback
fence_is_signaled callback should support being run in atomic context, but not in irq context. Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- include/linux/fence.h | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/include/linux/fence.h b/include/linux/fence.h index d174585b874b..c1a4519ba2f5 100644 ---
2014 Jul 09
22
[PATCH 00/17] Convert TTM to the new fence interface.
This series applies on top of the driver-core-next branch of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git Before converting ttm to the new fence interface I had to fix some drivers to require a reservation before poking with fence_obj. After flipping the switch RCU becomes available instead, and the extra reservations can be dropped again. :-) I've done at least basic