[beignet] 04/13: Refresh support-kfreebsd.patch
Rebecca Palmer
rnpalmer-guest at moszumanska.debian.org
Mon Apr 25 21:55:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
rnpalmer-guest pushed a commit to branch master
in repository beignet.
commit de005049b669780dde9e890b15581e0645aa2f51
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date: Sun Apr 24 15:35:41 2016 +0100
Refresh support-kfreebsd.patch
---
debian/changelog | 2 +-
debian/patches/support-kfreebsd.patch | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cd8a42e..def19ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
beignet (1.1.2-1) UNRELEASED; urgency=medium
* New upstream release.
- * Drop patches applied upstream.
+ * Drop patches applied upstream, refresh others.
-- Rebecca N. Palmer <rebecca_palmer at zoho.com> Sun, 24 Apr 2016 15:31:25 +0100
diff --git a/debian/patches/support-kfreebsd.patch b/debian/patches/support-kfreebsd.patch
index c7c02c1..7e1661c 100644
--- a/debian/patches/support-kfreebsd.patch
+++ b/debian/patches/support-kfreebsd.patch
@@ -22,7 +22,7 @@ Author: Koop Mast, Rebecca Palmer
#ifndef CL_VERSION_1_2
#define CL_DEVICE_BUILT_IN_KERNELS 0x103F
-@@ -546,6 +551,7 @@ skl_gt4_break:
+@@ -568,6 +573,7 @@ skl_gt4_break:
/* Apply any driver-dependent updates to the device info */
cl_driver_update_device_info(ret);
@@ -30,7 +30,7 @@ Author: Koop Mast, Rebecca Palmer
struct sysinfo info;
if (sysinfo(&info) == 0) {
uint64_t two_gb = 2 * 1024 * 1024 * 1024ul;
-@@ -554,6 +559,22 @@ skl_gt4_break:
+@@ -576,6 +581,22 @@ skl_gt4_break:
two_gb : info.totalram;
ret->max_mem_alloc_size = ret->global_mem_size / 2;
}
@@ -61,9 +61,9 @@ Author: Koop Mast, Rebecca Palmer
#include <stdio.h>
+#include <time.h>
- inline cl_bool
- cl_event_is_gpu_command_type(cl_command_type type)
-@@ -617,7 +618,11 @@ cl_ulong cl_event_get_cpu_timestamp(cl_u
+ void cl_event_update_last_events(cl_command_queue queue, int wait)
+ {
+@@ -649,7 +650,11 @@ cl_ulong cl_event_get_cpu_timestamp(cl_u
{
struct timespec ts;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git
More information about the Pkg-opencl-commits
mailing list