Displaying 8 results from an estimated 8 matches for "193,23".
2019 Sep 24
2
[PATCH libnbd] lib: Copy nbd-protocol.h from nbdkit 1.15.3.
.../* NBD_SIMPLE_REPLY_MAGIC. */
uint32_t error; /* NBD_SUCCESS or one of NBD_E*. */
uint64_t handle; /* Opaque handle. */
-} __attribute__((packed));
+} NBD_ATTRIBUTE_PACKED;
/* Structured reply (server -> client). */
struct nbd_structured_reply {
@@ -193,23 +193,23 @@ struct nbd_structured_reply {
uint16_t type; /* NBD_REPLY_TYPE_* */
uint64_t handle; /* Opaque handle. */
uint32_t length; /* Length of payload which follows. */
-} __attribute__((packed));
+} NBD_ATTRIBUTE_PACKED;
struct nbd_struct...
2019 Sep 24
0
[PATCH nbdkit 4/4] common/protocol: Install <nbd-protocol.h> as a public header.
.../* NBD_SIMPLE_REPLY_MAGIC. */
uint32_t error; /* NBD_SUCCESS or one of NBD_E*. */
uint64_t handle; /* Opaque handle. */
-} __attribute__((packed));
+} NBD_ATTRIBUTE_PACKED;
/* Structured reply (server -> client). */
struct nbd_structured_reply {
@@ -187,23 +193,23 @@ struct nbd_structured_reply {
uint16_t type; /* NBD_REPLY_TYPE_* */
uint64_t handle; /* Opaque handle. */
uint32_t length; /* Length of payload which follows. */
-} __attribute__((packed));
+} NBD_ATTRIBUTE_PACKED;
struct nbd_structured_rep...
2019 Jun 20
0
[PATCH] drm/nouveau/kms/gf119-: allow both 256- and 1024-sized LUTs to be used
...);
}
evo_mthd(push, 0x0200, 1);
evo_data(push, 0x00000001);
diff --git a/drivers/gpu/drm/nouveau/dispnv50/head.c b/drivers/gpu/drm/nouveau/dispnv50/head.c
index 8cac8b724b70..407c91bd09b9 100644
--- a/drivers/gpu/drm/nouveau/dispnv50/head.c
+++ b/drivers/gpu/drm/nouveau/dispnv50/head.c
@@ -193,7 +193,23 @@ nv50_head_atomic_check_lut(struct nv50_head *head,
struct nv50_head_atom *asyh)
{
struct nv50_disp *disp = nv50_disp(head->base.base.dev);
+ struct drm_property_blob *ilut = asyh->state.degamma_lut;
struct drm_property_blob *olut = asyh->state.gamma_lut;
+ int ilut...
2007 Apr 18
1
[RFC, PATCH 24/24] i386 Vmi no idle hz
...cht <dhecht@vmware.com>
Index: linux-2.6.16-rc6/arch/i386/Kconfig
===================================================================
--- linux-2.6.16-rc6.orig/arch/i386/Kconfig 2006-03-12 19:57:48.000000000 -0800
+++ linux-2.6.16-rc6/arch/i386/Kconfig 2006-03-12 19:57:53.000000000 -0800
@@ -193,6 +193,23 @@ config VMI_REQUIRE_HYPERVISOR
This option forces the kernel to run with a hypervisor present.
The kernel will panic if booted on native hardware.
+config NO_IDLE_HZ
+ bool "No HZ timer ticks in idle"
+ default y
+ help
+ Switches the regular HZ timer...
2007 Apr 18
1
[RFC, PATCH 24/24] i386 Vmi no idle hz
...cht <dhecht@vmware.com>
Index: linux-2.6.16-rc6/arch/i386/Kconfig
===================================================================
--- linux-2.6.16-rc6.orig/arch/i386/Kconfig 2006-03-12 19:57:48.000000000 -0800
+++ linux-2.6.16-rc6/arch/i386/Kconfig 2006-03-12 19:57:53.000000000 -0800
@@ -193,6 +193,23 @@ config VMI_REQUIRE_HYPERVISOR
This option forces the kernel to run with a hypervisor present.
The kernel will panic if booted on native hardware.
+config NO_IDLE_HZ
+ bool "No HZ timer ticks in idle"
+ default y
+ help
+ Switches the regular HZ timer...
2019 Sep 24
11
[PATCH nbdkit 0/4] common/protocol: Unify public <nbd-protocol.h>
We should have only one NBD protocol file. Let's make nbdkit's
version the canonical one, and use it in libnbd.
Rich.
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
...st/various/gc.c | 6 +-
test/various/urlencode.c | 8 +-
68 files changed, 288 insertions(+), 183 deletions(-)
New commits:
diff-tree 7fea1baed62362bc04093cdc509488bb11658c49 (from parents)
Merge: bfabf461c04410ce66b4938e87862af559cb5108 6e644576c0bac40f193b31935946738a143c3c7a
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Jul 18 11:32:06 2007 +0100
Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec
diff-tree bfabf461c04410ce66b4938e87862af559cb5108 (from be09fa72dceb7ca3aecf8f6ec3d2b50f1e6348af)
Autho...
2013 Nov 01
17
[PATCH v2 00/14] xen: arm: 64-bit guest support and domU FDT autogeneration
I''ve addressed all (I think/hope) of the review comments.
The main change is to expose the guest virtual platform (e.g. memory
layout and interrupt usage etc) to the toolstack via the public
interface. This is then used during FDT generation. I have just codified
the current defacto standard layout, it''s probably not the best layout
but any change can be a separate patch/series.