Displaying 8 results from an estimated 8 matches for "g2d".
Did you mean:
2d
2004 Jul 30
0
P-value from the joint cumulative distribution of an n-dimensional order statistic
Hello,
I want to compute the P-value from the joint cumulative distribution of an n-dimensional
order statistic in R, using the formula found on
http://cmgm.stanford.edu/%7Ekimlab/multiplespecies/Supplement/methods_network.html
My data consists of three different techniques (G2D, POCUS and RANDOM), and each has
associated with it a number of rankings (integer between 0 and 1000), like for example:
name r1 r2 r3 r4 r5 r6 r7 r8 r9 r10
1 G2D 939.100 929.400 919.700 910.100 784.200 387.300 377.600 87.130 18.390 17.430
2 POCUS 910.876 910.876 753.944 753.944 0.235 0.208 0.160...
2006 Jan 05
0
Problem when i make a DATA CALL
...ersions.
I think that the problem is in libpri with "User Information Layer
1", because when i try to make the call the follow "pri debug span 1"
appears:
********* When i make a speech call: (i have sucess here) ***********
-- Executing Dial("mISDN/1-u3", "Zap/g2d/0211130710535|20|Tt") in new stack
-- Making new call for cr 32776
-- Requested transfer capability: *0x00 - SPEECH*
> Protocol Discriminator: Q.931 (8) len=35
> Call Ref: len= 2 (reference 8/0x8) (Originator)
> Message type: SETUP (5)
> [04 03 80 90 a3]
> Bearer Capability...
2014 Jul 30
2
[PATCH] libdrm: hide all private symbols
...xynos/Makefile.am
@@ -7,7 +7,8 @@ AM_CFLAGS = \
libdrm_exynos_la_LTLIBRARIES = libdrm_exynos.la
libdrm_exynos_ladir = $(libdir)
-libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined
+libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined \
+ -export-symbols-regex '^(exynos|g2d)_'
libdrm_exynos_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
libdrm_exynos_la_SOURCES = \
diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
index 7903e5b..5fdee22 100644
--- a/freedreno/Makefile.am
+++ b/freedreno/Makefile.am
@@ -9,7 +9,8 @@ AM_CFLAGS = \
libdrm_freedreno_la_LT...
2017 Apr 04
0
[ANNOUNCE] libdrm 2.4.77
...ied/drm-next
headers: the uint*_t vs. __u* discrepancy in amdgpu_drm is fixed
Rob Herring (2):
Android: fix building of modetest and proptest
Android: disable pointer-arith and enum-conversion
Seung-Woo Kim (5):
exynos: fix type-punned pointer build warning
exynos/fimg2d: remove unused-function build warning
tests/exynos: remove unused-function build warning
tests/exynos: fix invalid code of error path in g2d test
xf86drm: remove memory leaks in drmGetBusid/drmGetReservedContextList
git tag: libdrm-2.4.77
https://dri.freedesktop.org/libdrm/libdr...
2014 Jul 30
0
[PATCH] libdrm: hide all private symbols
...AM_CFLAGS = \
>
> libdrm_exynos_la_LTLIBRARIES = libdrm_exynos.la
> libdrm_exynos_ladir = $(libdir)
> -libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined
> +libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined \
> + -export-symbols-regex '^(exynos|g2d)_'
> libdrm_exynos_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
>
> libdrm_exynos_la_SOURCES = \
> diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
> index 7903e5b..5fdee22 100644
> --- a/freedreno/Makefile.am
> +++ b/freedreno/Makefile.am
> @@ -9,7 +9,8...
2015 Mar 19
0
[ANNOUNCE] libdrm 2.4.60
...tests: remove intel-specific tests
xf86drm: Fix ioctl struct clearing in drmGetVersion
Revert "intel: Fix documentation for drm_intel_gem_bo_wait()"
Emil Velikov (21):
libdrm: fix the Android 64bit build
autotools: add AM_DISTCHECK_CONFIGURE_FLAGS
exynos_fimg2d_test: fix implicit funciton declaration errors
tests: fix implicit funciton declaration errors
autotools: add WARN_CFLAGS to all targets
tests: remove unused variables
exynos_fimg2d_test: remove unused variables
tests/radeon: set the list* functions as inline
aut...
2016 Jun 02
52
[RFC v3 00/45] dma-mapping: Use unsigned long for dma_attrs
...| 4 +-
arch/x86/pci/sta2x11-fixup.c | 2 +-
arch/x86/pci/vmd.c | 16 +--
arch/xtensa/kernel/pci-dma.c | 12 +-
drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 2 +-
drivers/gpu/drm/exynos/exynos_drm_g2d.c | 12 +-
drivers/gpu/drm/exynos/exynos_drm_gem.c | 20 ++--
drivers/gpu/drm/exynos/exynos_drm_gem.h | 2 +-
drivers/gpu/drm/mediatek/mtk_drm_gem.c | 13 +--
drivers/gpu/drm/mediatek/mtk_drm_gem.h | 2 +-
drivers/gpu/drm/msm/msm_drv.c...
2014 Jul 30
3
[PATCH] libdrm: hide all private symbols
...t;> libdrm_exynos_la_LTLIBRARIES = libdrm_exynos.la
>> libdrm_exynos_ladir = $(libdir)
>> -libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined
>> +libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined \
>> + -export-symbols-regex '^(exynos|g2d)_'
>> libdrm_exynos_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
>> libdrm_exynos_la_SOURCES = \
>> diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
>> index 7903e5b..5fdee22 100644
>> --- a/freedreno/Makefile.am
>> +++ b/freedreno/Makefile.am...