search for: 33,18

Displaying 20 results from an estimated 26 matches for "33,18".

2014 Jan 23
2
[PATCH v2] nv50, nvc0: clear out RT on a null cbuf
..., 0); > + PUSH_DATA (push, NV50_SURFACE_FORMAT_NONE); > + PUSH_DATA (push, 0); > + BEGIN_NV04(push, NV50_3D(RT_HORIZ(i)), 2); > + PUSH_DATA (push, 64); > + PUSH_DATA (push, 0); > +} > > static void > nv50_validate_fb(struct nv50_context *nv50) > @@ -20,9 +33,18 @@ nv50_validate_fb(struct nv50_context *nv50) > PUSH_DATA (push, fb->height << 16); > > for (i = 0; i < fb->nr_cbufs; ++i) { > - struct nv50_miptree *mt = nv50_miptree(fb->cbufs[i]->texture); > - struct nv50_surface *sf = nv50_surface(fb-&...
2013 Jul 18
0
[PATCH 10/11] drm/nvc0/fb: Take lock in nvc0_ram_put()
...changed, 10 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev/fb/ramnvc0.c b/drivers/gpu/drm/nouveau/core/subdev/fb/ramnvc0.c index 9c3634a..abe0b61 100644 --- a/drivers/gpu/drm/nouveau/core/subdev/fb/ramnvc0.c +++ b/drivers/gpu/drm/nouveau/core/subdev/fb/ramnvc0.c @@ -33,11 +33,18 @@ void nvc0_ram_put(struct nouveau_fb *pfb, struct nouveau_mem **pmem) { struct nouveau_ltcg *ltcg = nouveau_ltcg(pfb); + struct nouveau_mem *mem = *pmem; - if ((*pmem)->tag) - ltcg->tags_free(ltcg, &(*pmem)->tag); + *pmem = NULL; + if(unlikely(mem == NULL)) + return...
2014 Jan 15
3
[PATCH] nv50, nvc0: don't crash on a null cbuf
...alidate.c | 14 +++++++++++--- src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c b/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c index 86b9a23..7d330c9 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c +++ b/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c @@ -20,9 +20,17 @@ nv50_validate_fb(struct nv50_context *nv50) PUSH_DATA (push, fb->height << 16); for (i = 0; i < fb->nr_cbufs; ++i) { -...
2014 Jan 17
0
[PATCH v2] nv50, nvc0: clear out RT on a null cbuf
..., 4); + PUSH_DATA (push, 0); + PUSH_DATA (push, 0); + PUSH_DATA (push, NV50_SURFACE_FORMAT_NONE); + PUSH_DATA (push, 0); + BEGIN_NV04(push, NV50_3D(RT_HORIZ(i)), 2); + PUSH_DATA (push, 64); + PUSH_DATA (push, 0); +} static void nv50_validate_fb(struct nv50_context *nv50) @@ -20,9 +33,18 @@ nv50_validate_fb(struct nv50_context *nv50) PUSH_DATA (push, fb->height << 16); for (i = 0; i < fb->nr_cbufs; ++i) { - struct nv50_miptree *mt = nv50_miptree(fb->cbufs[i]->texture); - struct nv50_surface *sf = nv50_surface(fb->cbufs[i]); - stru...
2014 Jan 23
0
[PATCH v2] nv50, nvc0: clear out RT on a null cbuf
...50_SURFACE_FORMAT_NONE); >> + PUSH_DATA (push, 0); >> + BEGIN_NV04(push, NV50_3D(RT_HORIZ(i)), 2); >> + PUSH_DATA (push, 64); >> + PUSH_DATA (push, 0); >> +} >> >> static void >> nv50_validate_fb(struct nv50_context *nv50) >> @@ -20,9 +33,18 @@ nv50_validate_fb(struct nv50_context *nv50) >> PUSH_DATA (push, fb->height << 16); >> >> for (i = 0; i < fb->nr_cbufs; ++i) { >> - struct nv50_miptree *mt = nv50_miptree(fb->cbufs[i]->texture); >> - struct nv50_surface *sf =...
2011 Dec 20
3
ssh-copy-id -p port option
...]machine" >&2 + exit 1 +fi + +if [ -z "$OPT_I" ] && [ x$SSH_AUTH_SOCK != x ] && ssh-add -L >/dev/null 2>&1; then + GET_ID="$GET_ID ssh-add -L" fi if [ -z "`eval $GET_ID`" ] && [ -r "${ID_FILE}" ] ; then @@ -33,18 +60,13 @@ if [ -z "`eval $GET_ID`" ]; then exit 1 fi -if [ "$#" -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then - echo "Usage: $0 [-i [identity_file]] [user@]machine" >&2 - exit 1 -fi - # strip any tr...
2010 Nov 28
2
[PATCH] Use canonical hostname for DNS SSHFP lookup
..., NULL) == 0 && roaming_resume() == 0) { packet_restore_state(); reenter_guard = 0; fprintf(stderr, "[connection resumed]\n"); diff -ur openssh/ssh.c openssh-sshfp/ssh.c --- openssh/ssh.c 2010-11-20 05:19:38.000000000 +0100 +++ openssh-sshfp/ssh.c 2010-11-27 23:43:12.843314405 +0100 @@ -229,6 +229,7 @@ extern char *optarg; struct servent *sp; Forward fwd; + char *canohost; /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */ sanitise_stdfd(); @@ -760,7 +761,7 @@ #else original_effective_uid == 0 && options.use_privileged_port...
2005 Jul 29
1
move kbuild files to reflect dir structure in kernel
...| 87 -------------- kernel/Kbuild.include | 52 -------- kernel/Kbuild.klibc | 283 ----------------------------------------------- 7 files changed, 428 insertions(+), 428 deletions(-) diff --git a/cp-to-kernel.sh b/cp-to-kernel.sh --- a/cp-to-kernel.sh +++ b/cp-to-kernel.sh @@ -33,18 +33,18 @@ if [ -z $2 ]; then fi echo "Copying gzip" -if [ ! -d $kernel/usr/bin/gzip ]; then - mkdir -p $kernel/usr/bin/gzip +if [ ! -d $kernel/usr/gzip ]; then + mkdir -p $kernel/usr/gzip fi -cp -R gzip/* $kernel/usr/bin/gzip +cp -R gzip/* $kernel/usr/gzip echo "Copying kb...
2007 Feb 12
0
[867] trunk/wxruby2/doc/textile/log.txtl: Fix methods section, organise instance and class methods
...p;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-02-12 19:22:55 UTC (rev 866) +++ trunk/wxruby2/doc/textile/log.txtl&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-02-12 19:30:47 UTC (rev 867) </span><span class="lines">@@ -33,18 +33,6 @@ </span><span class="cx"> only useful when the application is terminating and shouldn''t be used in other </span><span class="cx"> situations because it may easily lead to a loss of messages. </span><span class="cx"&g...
2013 Jan 02
0
[PATCH] virtio: use chained scatterlists
...+ sg_set_buf(&vbr->sg[out + in++], &vbr->status, sizeof(vbr->status)); + + sg_unset_end_markers(vbr->sg, out + in); + sg_mark_end(&vbr->sg[out - 1]); + sg_mark_end(&vbr->sg[out + in - 1]); + + virtblk_add_req(vbr, vbr->sg, vbr->sg + out); return 0; } @@ -335,6 +343,7 @@ static bool do_req(struct request_queue *q, struct virtio_blk *vblk, } } + /* We layout out scatterlist in a single array, out then in. */ sg_set_buf(&vblk->sg[out++], &vbr->out_hdr, sizeof(vbr->out_hdr)); /* @@ -346,17 +355,9 @@ static bool do_req(struct...
2013 Jan 02
0
[PATCH] virtio: use chained scatterlists
...+ sg_set_buf(&vbr->sg[out + in++], &vbr->status, sizeof(vbr->status)); + + sg_unset_end_markers(vbr->sg, out + in); + sg_mark_end(&vbr->sg[out - 1]); + sg_mark_end(&vbr->sg[out + in - 1]); + + virtblk_add_req(vbr, vbr->sg, vbr->sg + out); return 0; } @@ -335,6 +343,7 @@ static bool do_req(struct request_queue *q, struct virtio_blk *vblk, } } + /* We layout out scatterlist in a single array, out then in. */ sg_set_buf(&vblk->sg[out++], &vbr->out_hdr, sizeof(vbr->out_hdr)); /* @@ -346,17 +355,9 @@ static bool do_req(struct...
2008 Mar 20
0
[RFC/PATCH 07/15] kvm-s390: interrupt subsystem, cpu timer, waitpsw
...========== --- kvm.orig/arch/s390/kvm/kvm-s390.h +++ kvm/arch/s390/kvm/kvm-s390.h @@ -13,6 +13,7 @@ #ifndef ARCH_S390_KVM_S390_H #define ARCH_S390_KVM_S390_H +#include <linux/kvm.h> #include <linux/kvm_host.h> typedef int (*intercept_handler_t)(struct kvm_vcpu *vcpu); @@ -32,4 +33,18 @@ do { \ d_vcpu->arch.sie_block->gpsw.mask, d_vcpu->arch.sie_block->gpsw.addr,\ d_args); \ } while (0) + +static inline int __cpu_is_stopped(struct kvm_vcpu *vcpu) +{ + return atomic_read(&vcpu->arch.sie_block->cpuflags) & CPUSTAT_STOP_INT; +} + +int kvm_s390_...
2016 Apr 26
4
v2v: Remove --no-trim, --vmtype options and other fixes.
...F VmType which was inherited directly from old virt-v2v and had never been changed. It had a number of problems. The fourth patch is only slightly related to the others. It adds an extra slow test to ensure that trimming doesn't regress, fixing https://bugzilla.redhat.com/show_bug.cgi?id=1264332 Rich.
2018 Mar 22
4
[PATCH INCOMPLETE 0/4] v2v: Add general mechanism for input and output options.
This patch isn't quite complete (see ‘assert false’). Currently we have a bunch of ad hoc options like --vddk* and --vdsm* (and proposed to add --rhv*) to handle extra parameters for input and output modes/transports. This complicates the command line parsing and also the clarity of the command line (becauseit's not very obvious which options apply to which side of the conversion).
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...It also fixes a couple of bugs along the way including the 0 cpu bug for host-register. This is a compilation of work done by myself and Arjun Roy. Signed-off-by: Ian Main <imain at redhat.com> --- src/db-omatic/db_omatic.rb | 111 ++++++------- src/host-browser/host-register.rb | 337 ++++++++++++++++++++----------------- src/libvirt-list.rb | 31 +++-- src/matahari-list.rb | 33 +++-- src/task-omatic/task_storage.rb | 10 +- src/task-omatic/taskomatic.rb | 81 +++++---- 6 files changed, 323 insertions(+), 280 deletions(-) diff --git a...
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
...4); + SwfdecMessageType type, const char *format, ...) G_GNUC_PRINTF (3, 4); static void swfdec_player_manager_send_message (SwfdecPlayerManager *manager, - SwfdecMessageType type, char *format, ...) + SwfdecMessageType type, const char *format, ...) { va_list args; char *msg; @@ -332,7 +332,7 @@ swfdec_player_manager_continue (SwfdecPl /*** commands ***/ -const char * +static const char * parse_skip (const char *input) { g_assert (input); @@ -341,7 +341,7 @@ parse_skip (const char *input) return input; } -const char * +static const char * parse_string (const c...
2019 May 23
2
[PATCH libnbd] api: Get rid of nbd_connection.
This isn't quite finished because not all of the tests or examples have been updated, but it demonstrates an idea: Should we forget about the concept of having multiple connections managed under a single handle? In this patch there is a single ‘struct nbd_handle *’ which manages a single state machine and connection (and therefore no nbd_connection). To connect to a multi-conn server you must
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
From: Matt Fleming <matt.fleming at intel.com> Since we can't use __intcall() for EFI, and since we can now have the ELF module code resolve all our symbols at runtime, we should delete as many references to __intcall() as possible and just access the symbols directly. The most interesting patch is the support for weak symbols. We need to be able to reference derivative-specific
2012 Aug 14
1
[GIT PULL] elflink fixes
...cludes commits that try to replace as many __intcall() invocations as possible. Some remain, but not many (and eventually they'll be gone too). There's also a patch to make better use of ld's --as-needed option and various other bug fixes/cleanups. The following changes since commit ff7334a2ce536b7f4b1f6d6f93ff4e285a3bd45a: Only compile dprintf/vdprintf if DEBUG_PORT is defined (2012-07-19 08:42:32 -0700) are available in the git repository at: git://git.zytor.com/users/mfleming/syslinux.git elflink Matt Fleming (9): core/elflink: Delete ADV code that's already in l...
2008 Mar 20
34
[RFC/PATCH 00/15] kvm on big iron
This patch series introduces a backend for kvm to run on IBM System z machines that uses the mainframe's sie virtualization capability. This work runs 64bit guests on z800/z890/z900/z990/z9/z10 class machines with a 64bit linux host. Userspace will follow once we're done brushing it over. The patch queue consists of the following patches, which can be applied in sequence on top of kvm.git