search for: plat

Displaying 20 results from an estimated 116 matches for "plat".

Did you mean: flat
2012 Sep 07
2
[PATCH] x86/hvm: don't give vector callback higher priority than NMI/MCE
Those two should always be delivered first imo. Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/arch/x86/hvm/irq.c +++ b/xen/arch/x86/hvm/irq.c @@ -395,16 +395,16 @@ struct hvm_intack hvm_vcpu_has_pending_i struct hvm_domain *plat = &v->domain->arch.hvm_domain; int vector; - if ( (plat->irq.callback_via_type == HVMIRQ_callback_vector) - && vcpu_info(v, evtchn_upcall_pending) ) - return hvm_intack_vector(plat->irq.callback_via.vector); - if ( unlikely(v->nmi_pending) )...
2016 Dec 15
6
[PATCH 0/8] enable endian checks for all sparse builds
...__ checkpatch: replace __bitwise__ with __bitwise linux: drop __bitwise__ everywhere Documentation/sparse: drop __CHECK_ENDIAN__ fs/logfs: drop __CHECK_ENDIAN__ Makefile: drop -D__CHECK_ENDIAN__ from cflags Documentation/translations/zh_CN/sparse.txt | 7 +------ arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- drivers/md/dm-cache-block-types.h | 6 +++--- drivers/net/ethernet/sun/sunhme.h | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h | 4 ++-- fs/logfs/logfs.h...
2016 Dec 15
6
[PATCH 0/8] enable endian checks for all sparse builds
...__ checkpatch: replace __bitwise__ with __bitwise linux: drop __bitwise__ everywhere Documentation/sparse: drop __CHECK_ENDIAN__ fs/logfs: drop __CHECK_ENDIAN__ Makefile: drop -D__CHECK_ENDIAN__ from cflags Documentation/translations/zh_CN/sparse.txt | 7 +------ arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- drivers/md/dm-cache-block-types.h | 6 +++--- drivers/net/ethernet/sun/sunhme.h | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h | 4 ++-- fs/logfs/logfs.h...
2015 Apr 16
2
[PATCH 6/6] mmu: gk20a: implement IOMMU mapping for big pages
...NECTION WITH THE SOFTWARE OR THE USE OR OTHER > + * DEALINGS IN THE SOFTWARE. > + */ > + > +#include <subdev/fb.h> > +#include <subdev/ltc.h> > +#include <subdev/mmu.h> > + > +#ifdef __KERNEL__ > +#include <linux/iommu.h> > +#include <nouveau_platform.h> > +#endif > + > +#include "gf100.h" > + > +struct gk20a_mmu_priv { > + struct nvkm_mmu base; > +}; > + > +struct gk20a_mmu_iommu_mapping { > + struct nvkm_mm_node *node; > + u64 iova; > +}; > + > +extern const u8 gf100_...
2011 Apr 12
1
How to set the dimension of a matrix correctly?
...give me some suggestion. Thanks for help,Peiling ------------------ library(geoR) #functions for geostatistical data analysis coords<- as.matrix(read.table('/Users/R/Code/stncoords.dat'))ppt<- as.matrix(read.table('/Users/R/Code/ppt_15day.dat')) xx <- dim(ppt) # (77,528) plat <- seq(37.5,42,by=0.07273)plon <- seq(-105.5,-93.5,by=0.07273)pgrid <- expand.grid(x=plon,y=plat)pdim <- dim(pgrid) # (10230,2) #plot(pgrid, cex=0.5) lat <- coords[,1] lon <- coords[,2] ppt1 <- ppt[,1:xx[2]] # 1:528 pptpred <- matrix(0,ncol=xx[2],nrow=1) ############# Only...
2015 Apr 16
15
[PATCH 0/6] map big page by platform IOMMU
Hi, Generally the the imported buffers which has memory type TTM_PL_TT are mapped as small pages probably due to lack of big page allocation. But the platform device which also use memory type TTM_PL_TT, like GK20A, can *allocate* big page though the IOMMU hardware inside the SoC. This is a try to map the imported buffers as big pages in GMMU by the platform IOMMU. With some preparation work to map decreate small pages into big page(s) by IOMMU the G...
2015 Apr 17
4
[PATCH 2/6] instmem/gk20a: refer to IOMMU physical translation bit
On Thu, Apr 16, 2015 at 8:06 PM, Vince Hsu <vinceh at nvidia.com> wrote: > Instead of hard-coding the translation bit in subdev driver, we refer to > the platform data. > > Signed-off-by: Vince Hsu <vinceh at nvidia.com> > --- > drm/nouveau/nvkm/subdev/instmem/gk20a.c | 13 +++++++++---- > 1 file changed, 9 insertions(+), 4 deletions(-) > > diff --git a/drm/nouveau/nvkm/subdev/instmem/gk20a.c b/drm/nouveau/nvkm/subdev/instmem/...
2016 Dec 15
0
[PATCH 5/8] linux: drop __bitwise__ everywhere
__bitwise__ used to mean "yes, please enable sparse checks unconditionally", but now that we dropped __CHECK_ENDIAN__ __bitwise is exactly the same. There aren't many users, replace it by __bitwise everywhere. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- drivers/md/dm-cache-block-types.h | 6 +++--- drivers/net/ethernet/sun/sunhme.h | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h | 4 ++-- include/linux/mmzone.h | 2 +- include/linux/serial_c...
2010 Jul 06
2
How do I plat timestamed (in seconds) data in R?
...948 0.600925925886258 0.600983796291985 0.601041666697711 0.601099536987022 0.601157407392748 How do I plot such data with X-axis showing the timestamps (seconds) and the Y-axis showing the data? Thanks a lot! -- View this message in context: http://r.789695.n4.nabble.com/How-do-I-plat-timestamed-in-seconds-data-in-R-tp2279519p2279519.html Sent from the R help mailing list archive at Nabble.com.
2003 Jul 16
0
Wine and Platypus
Some time ago, I posted some questions/statemets to -users and -devel about getting Platypus (the ISP billing software) running under wine. I received zero responses, but did a fair bit of hacking on my own. Due to the number of requests for information I've gotten about this, I've decided to post my work publicly. This will hopefully be maintained in online archives, so fut...
2020 Jan 07
0
[RFT 06/13] arc: Constify ioreadX() iomem argument (as in generic implementation)
...ent is a pointer to const, on some not. Implementations of ioreadX() do not modify the memory under the address so they can be converted to a "const" version for const-safety and consistency among architectures. Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> --- arch/arc/plat-axs10x/axs10x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arc/plat-axs10x/axs10x.c b/arch/arc/plat-axs10x/axs10x.c index 63ea5a606ecd..180c260a8221 100644 --- a/arch/arc/plat-axs10x/axs10x.c +++ b/arch/arc/plat-axs10x/axs10x.c @@ -84,7 +84,7 @@ static void __init...
2020 Jan 08
0
[PATCH v2 5/9] arc: Constify ioreadX() iomem argument (as in generic implementation)
...ent is a pointer to const, on some not. Implementations of ioreadX() do not modify the memory under the address so they can be converted to a "const" version for const-safety and consistency among architectures. Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> --- arch/arc/plat-axs10x/axs10x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arc/plat-axs10x/axs10x.c b/arch/arc/plat-axs10x/axs10x.c index 63ea5a606ecd..180c260a8221 100644 --- a/arch/arc/plat-axs10x/axs10x.c +++ b/arch/arc/plat-axs10x/axs10x.c @@ -84,7 +84,7 @@ static void __init...
2020 Feb 19
0
[RESEND PATCH v2 5/9] arc: Constify ioreadX() iomem argument (as in generic implementation)
...dress so they can be converted to a "const" version for const-safety and consistency among architectures. Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> Acked-by: Alexey Brodkin <abrodkin at synopsys.com> --- Changes since v1: 1. Add Alexey's ack. --- arch/arc/plat-axs10x/axs10x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arc/plat-axs10x/axs10x.c b/arch/arc/plat-axs10x/axs10x.c index 63ea5a606ecd..180c260a8221 100644 --- a/arch/arc/plat-axs10x/axs10x.c +++ b/arch/arc/plat-axs10x/axs10x.c @@ -84,7 +84,7 @@ static void __init...
2008 May 09
4
Code freeze, or catching up with new features
wine has evolved too much in the recent years. and with the evolution new features have come. but unfortunately a program that tries to emulate a vast and complex system as windows are,has come to a point which it has flooded with bugs and "temp code". So the code freeze is a refreshing point which allows the programmers - contributors to polish their code so it can take more
2011 Apr 06
2
XCP - license expiry problem - http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1756 not fixed?
...Code Free Expiry Days left - - - - - - - xcp1.domain.com 402f07f4 VLAN QoS SStorage NTAP EQL Pool XHA MTC email perf WLB RBAC DMC chpt DVSC Mask Cnx Plat nonag VMPR FREE true 20110406T12:00:00Z -0.1 xcp2.domain.com ede2ac8b VLAN QoS SStorage NTAP EQL Pool XHA MTC email perf WLB RBAC DMC chpt DVSC Mask Cnx Plat nonag VMPR FREE true 20110406T16:00:00Z 0.1 xcp3.domain.com f4b8ed15 VLAN QoS SStorage NTAP EQL Pool XHA MTC email perf WLB RBAC DMC chpt...
2016 Dec 15
3
[PULL] virtio, vhost: new device, fixes, speedups
...fs/logfs: drop __CHECK_ENDIAN__ Makefile: drop -D__CHECK_ENDIAN__ from cflags Tobias Klauser (1): vhost/scsi: Remove unused but set variable Yuan Liu (1): virtio_mmio: Set dev.release() to avoid warning Documentation/translations/zh_CN/sparse.txt | 7 +- arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- drivers/crypto/virtio/virtio_crypto_common.h | 128 +++++ drivers/md/dm-cache-block-types.h | 6 +- drivers/net/ethernet/sun/sunhme.h | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h | 4 +- drive...
2016 Dec 15
3
[PULL] virtio, vhost: new device, fixes, speedups
...fs/logfs: drop __CHECK_ENDIAN__ Makefile: drop -D__CHECK_ENDIAN__ from cflags Tobias Klauser (1): vhost/scsi: Remove unused but set variable Yuan Liu (1): virtio_mmio: Set dev.release() to avoid warning Documentation/translations/zh_CN/sparse.txt | 7 +- arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- drivers/crypto/virtio/virtio_crypto_common.h | 128 +++++ drivers/md/dm-cache-block-types.h | 6 +- drivers/net/ethernet/sun/sunhme.h | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h | 4 +- drive...
2012 Dec 18
2
Yum Segfaulting
Hi All, I have a Centos 5.8 system with relatively little memory, that runs in rl3, where yum has decided not to work any more. As follows:- # free total used free shared buffers cached Mem: 774628 697516 77112 0 77720 313284 -/+ buffers/cache: 306512 468116 Swap: 2048276 160 2048116 # yum -v
2015 Feb 11
0
[PATCH v2 6/6] instmem/gk20a: add IOMMU support
...ot; allocation parameters when using the DMA API, since we + * never need a kernel mapping. + */ + #include <subdev/fb.h> #include <core/mm.h> #include <core/device.h> #ifdef __KERNEL__ #include <linux/dma-attrs.h> +#include <linux/iommu.h> +#include <nouveau_platform.h> #endif #include "priv.h" @@ -36,18 +56,51 @@ struct gk20a_instobj_priv { struct nvkm_mem *mem; /* Pointed by mem */ struct nvkm_mem _mem; +}; + +/* + * Used for objects allocated using the DMA API + */ +struct gk20a_instobj_dma { + struct gk20a_instobj_priv base; + v...
2010 May 17
0
strace log
...O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.5/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.5/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/lib/python2.5/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/usr/lib/python2.5/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/usr/lib/python2.5/plat-linux2/apport_python_hook", 0x7fffffff3140) = -1 ENOENT (No such file or directory) open("/usr/li...