Not Marek, but hope this answer will help.
libclc uses clang CLC preprocessor on .ll files, llvm/clang-13 started
including clc declarations by default (clang
cf3ef15a6ec5e5b45c6c54e8fbe3769255e815ce),
thus corrupting any .ll assembly files that are used by libclc.
Inclusion of the default declarat
; Tried several places...
> ...where to put it?
>
> Dieter
>
> Am 06.03.2021 17:56, schrieb Jan Vesely:
> > Not Marek, but hope this answer will help.
> > libclc uses clang CLC preprocessor on .ll files, llvm/clang-13 started
> > including clc declarations by default (clang
One more update. without changing any cmake files the following cmdline
should work:
cmake ../llvm-project/libclc/
-DLLVM_CONFIG=/usr/local/llvm-git/bin/llvm-config
-DCMAKE_LLAsm_FLAGS=-cl-no-stdinc -DCMAKE_CLC_FLAGS=-cl-no-stdinc
Jan
On Wed, Mar 10, 2021 at 1:20 AM Jan Vesely wrote:
>
This test cements behaviour set in
3b2ee2b5bfc0d68525fee936e51297a9b6c629f1 drmSL: Fix neighbor lookup (2015-02-27)
Signed-off-by: Jan Vesely
---
tests/drmsl.c | 28
1 file changed, 20 insertions(+), 8 deletions(-)
diff --git a/tests/drmsl.c b/tests/drmsl.c
index
familiar
with the design than just reading the code (like I did)
regards,
jan
>
> Since the drmSetServerInfo is seldom used, maybe we can just do the 'int'
> cast at this moment. I will send v2 for this.
>
> Regards,
> Jammy
>
> -----Original Messa
> > > > That's up to you, but please note that I don't plan to stop
> > > > > using "= {}",
> > > > > because it's the most convenient way to clear memory in a lot
> > > > > of
> > > > > cases
sh.h
> new file mode 100644
> index 000..38fd84b
> --- /dev/null
> +++ b/xf86drmHash.h
> @@ -0,0 +1,47 @@
> +/*
> + * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
> + * All Rights Reserved.
> + *
> + * Permission is hereby granted, free of charge,
On Fri, 2018-05-18 at 13:00 -0400, Jan Vesely wrote:
> Fixes memory leak on module unload.
> Analogous to mesa commit of the same name.
> Signed-off-by: Jan Vesely
> ---
> amdgpu/amdgpu_device.c | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/amdgpu/
Close the file descriptors under lock as well.
Signed-off-by: Jan Vesely
---
amdgpu/amdgpu_device.c | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/amdgpu/amdgpu_device.c b/amdgpu/amdgpu_device.c
index 983b19ab..f71fc050 100644
--- a/amdgpu/amdgpu_device.c
+++ b
On Thu, 2018-05-10 at 19:33 -0400, Jan Vesely wrote:
> Close the file descriptors under lock as well.
>
> Signed-off-by: Jan Vesely
> ---
> amdgpu/amdgpu_device.c | 11 +++
> 1 file changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/amdgpu/
Close the file descriptors under lock as well.
v2: close fds after removing from hash table
Signed-off-by: Jan Vesely
---
amdgpu/amdgpu_device.c | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/amdgpu/amdgpu_device.c b/amdgpu/amdgpu_device.c
index 983b19ab
Analogous to the mesa commit of the same name.
Signed-off-by: Jan Vesely
---
amdgpu/util_hash_table.c | 12
amdgpu/util_hash_table.h | 2 ++
2 files changed, 14 insertions(+)
diff --git a/amdgpu/util_hash_table.c b/amdgpu/util_hash_table.c
index 89a8bf9b..e06d4415 100644
--- a
Fixes memory leak on module unload.
Analogous to mesa commit of the same name.
Signed-off-by: Jan Vesely
---
amdgpu/amdgpu_device.c | 4
1 file changed, 4 insertions(+)
diff --git a/amdgpu/amdgpu_device.c b/amdgpu/amdgpu_device.c
index e23dd3b3..34ac95b8 100644
--- a/amdgpu/amdgpu_device.c
On Wed, 2018-11-07 at 14:44 +, Eric Engestrom wrote:
> Reported-by: Jan Vesely
> Signed-off-by: Eric Engestrom
LGTM.
Reviewed-by: Jan Vesely
Jan
> ---
> xf86drmHash.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/xf86drmHash.c b/xf86drmHash.c
> in
Fixes crash when/usr/share/libdrm/amdgpu.ids contains ASIC_ID_TABLE_NUM_ENTRIES
+ 1 entries.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102432
Signed-off-by: Jan Vesely
---
Compile tested only.
amdgpu/amdgpu_asic_id.c | 15 ---
1 file changed, 8 insertions(+), 7
Fixes: 7d8c9464081634f053e16e5eac9655a12fae1dc4
Signed-off-by: Jan Vesely
---
I thought I sent this out, but couldn't find it in sent mail.
This tests the behaviour set in 3b2ee2b5bfc0d68525fee936e51297a9b6c629f1
more than 2 years ago
Jan
tests/drmsl.c | 28 --
Signed-off-by: Jan Vesely
---
data/amdgpu.ids | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/amdgpu.ids b/data/amdgpu.ids
index 0b98c3c3..f6c65dd9 100644
--- a/data/amdgpu.ids
+++ b/data/amdgpu.ids
@@ -153,6 +153,7 @@
9874, C5, AMD Radeon R6 Graphics
9874, C6, AMD Radeon R6
ed to get your agree - all committers.
> So please give me Acked-by if you agree with me.
Don't really know or care why this is necessary, but few cleanup
commits shouldn't block this.
Acked-by: Jan Vesely
Jan
>
> Signed-off-by: Inki Dae
> Acked-by: Hyungwon Hwang
Signed-off-by: Jan Vesely
---
drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c
b/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c
index f1d48281e322..b3bee39661ab 100644
at
reason? (I'm running ROCK-1.6.x based kernel)
thanks,
Jan
>
> Regards,
> Felix
>
>
> On 2017-11-19 03:19 AM, Oded Gabbay wrote:
> > On Thu, Nov 16, 2017 at 11:36 PM, Jan Vesely wrote:
> > > Signed-off-by: Jan Vesely
> > > ---
> > > d
20 resume
commads fit (otherwise I get spurious ENOMEM when the queue is full but
still advancing).
thanks,
Jan
>
> Regards,
> Felix
>
>
> On 2017-11-29 04:43 PM, Jan Vesely wrote:
> > On Mon, 2017-11-20 at 14:22 -0500, Felix Kuehling wrote:
> > > I think this
Remove whitespace at the end of line.
diff -b shows only two removed lines
Signed-off-by: Jan Vesely
---
xf86drm.c | 1444 ++---
1 file changed, 721 insertions(+), 723 deletions(-)
diff --git a/xf86drm.c b/xf86drm.c
index 804a413..e99f2e2
TAG);
> - if (str == NULL)
> -return -EINVAL;
> +fclose(uevent);
>
> -if (sscanf(str, TAG "%04x:%02x:%02x.%1u",
> - &domain, &bus, &dev, &func) != 4)
> +if (!found)
> return -EINVAL;
> -#undef TAG
>
> info->domain = domain;
> info->bus = bus;
--
Jan Vesely
signature.asc
Description: This is a digitally signed message part
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
On Wed, 2015-02-25 at 18:41 +, Emil Velikov wrote:
> On 25/02/15 17:11, Jan Vesely wrote:
> > gentle ping
> >
> Afaics it's very had to get in this code nowadays - drm_server_info is
> set only via the legacy (?) function drmSetServerInfo. With the latter
> onl
Conversion to the reservation api is next on the list, after
that the functionality can be restored with rcu.
Signed-off-by: Maarten Lankhorst
CC: stable at vger.kernel.org
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=94081
Signed-off-by: Jan Vesely
---
drivers/gpu/drm/radeon
please ignore this patch, see bugzilla for details.
sorry for the noise.
On Wed, 2015-03-04 at 16:10 -0500, Jan Vesely wrote:
> cleanup: target is called before fence_get
> Fixes hangs on GPU reset on Turks GPU.
>
> regression introduced by:
> commit dd7cfd641228abb2669d8d047
On Fri, 2015-03-13 at 22:56 +, Emil Velikov wrote:
> On 27 February 2015 at 18:07, Jan Vesely wrote:
> > Signed-off-by: Jan Vesely
> > ---
> > tests/exynos/exynos_fimg2d_test.c | 4 +---
> > xf86drm.c | 9 ++---
> > 2 files chan
On Fri, 2015-03-13 at 23:07 +, Emil Velikov wrote:
> On 27 February 2015 at 18:07, Jan Vesely wrote:
> > Signed-off-by: Jan Vesely
> > ---
> > tests/drmstat.c | 8
> > tests/kmstest/main.c| 2 +-
> >
On Fri, 2015-03-13 at 23:20 +, Emil Velikov wrote:
> Hi Jan,
>
> On 27 February 2015 at 22:27, Emil Velikov
> wrote:
> > On 27/02/15 18:07, Jan Vesely wrote:
> >> His series fixes most of the warnings my compiler spits out running
> >> make distcheck.
&g
v2: Don't bother marking dead functions static
(handler, xf86VDrvMsgVerb, drmSetDebugMsgFunction)
Signed-off-by: Jan Vesely
---
tests/drmstat.c | 2 +-
tests/kmstest/main.c| 2 +-
tests/modeprint/modeprint.c | 18 +-
tests/proptest/proptest.c
Hi Kristian,
this patch partially reverts e4a519635:
Tidy up compile warnings by cleaning up types.
it looks to me that the xf86drmSL.c bits slipped in by accident.
thanks,
Jan
On Fri, 2015-02-27 at 13:07 -0500, Jan Vesely wrote:
> Signed-off-by: Jan Vesely
> ---
> xf86dr
Signed-off-by: Jan Vesely
---
tests/exynos/exynos_fimg2d_test.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/exynos/exynos_fimg2d_test.c
b/tests/exynos/exynos_fimg2d_test.c
index e7d9b72..dfb34ac 100644
--- a/tests/exynos/exynos_fimg2d_test.c
+++ b/tests/exynos
v2: Remove the handler function instead of commenting out
split debugmsg function removal to a separate patch
Signed-off-by: Jan Vesely
---
tests/drmstat.c | 13 -
xf86drm.c | 2 ++
2 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/tests/drmstat.c b/tests
Not used anywhere
Signed-off-by: Jan Vesely
---
xf86drm.c | 13 +
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/xf86drm.c b/xf86drm.c
index a309d57..ab472ea 100644
--- a/xf86drm.c
+++ b/xf86drm.c
@@ -114,11 +114,6 @@ drmDebugPrint(const char *format, va_list ap
On Wed, 2015-03-18 at 20:23 +0100, Tobias Jakobi wrote:
> Hello Jan,
>
> Jan Vesely wrote:
> > Signed-off-by: Jan Vesely
> > ---
> > tests/exynos/exynos_fimg2d_test.c | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/t
On Fri, 2015-03-20 at 17:38 +, Emil Velikov wrote:
> On 27/02/15 18:07, Jan Vesely wrote:
> > Signed-off-by: Jan Vesely
> > ---
> > xf86drmSL.c | 7 +--
> > 1 file changed, 5 insertions(+), 2 deletions(-)
> >
> > diff --git a/xf86drmSL.c b/xf86dr
On Fri, 2015-03-20 at 21:06 +, Emil Velikov wrote:
> On 18 March 2015 at 18:37, Jan Vesely wrote:
> > Not used anywhere
> >
> Some information from my digging around:
>
> Function was added with commit 79038751ffe(libdrm: add support for
> server side functiona
On Fri, 2015-03-20 at 14:01 -0400, Jan Vesely wrote:
> On Fri, 2015-03-20 at 17:38 +, Emil Velikov wrote:
> > On 27/02/15 18:07, Jan Vesely wrote:
> > > Signed-off-by: Jan Vesely
> > > ---
> > > xf86drmSL.c | 7 +--
> > > 1 file changed, 5 in
v2: zero the update array instead of checking the return value.
SLLocate returns NULL both on failure and if the element is greater
than everything in the list
Signed-off-by: Jan Vesely
---
xf86drmSL.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/xf86drmSL.c
Signed-off-by: Jan Vesely
---
tests/drmsltest.c | 28
1 file changed, 20 insertions(+), 8 deletions(-)
diff --git a/tests/drmsltest.c b/tests/drmsltest.c
index d193008..d871fbf 100644
--- a/tests/drmsltest.c
+++ b/tests/drmsltest.c
@@ -106,7 +106,9 @@ static double
Signed-off-by: Jan Vesely
---
.gitignore| 1 +
tests/Makefile.am | 3 +-
tests/drmsltest.c | 172 ++
3 files changed, 175 insertions(+), 1 deletion(-)
create mode 100644 tests/drmsltest.c
diff --git a/.gitignore b/.gitignore
index
Signed-off-by: Jan Vesely
---
xf86drmSL.c | 172 +++-
1 file changed, 6 insertions(+), 166 deletions(-)
diff --git a/xf86drmSL.c b/xf86drmSL.c
index cf588ac..bb9ca7f 100644
--- a/xf86drmSL.c
+++ b/xf86drmSL.c
@@ -41,13 +41,7 @@
#include
On Wed, 2015-03-18 at 20:23 +0100, Tobias Jakobi wrote:
> Hello Jan,
>
> Jan Vesely wrote:
> > Signed-off-by: Jan Vesely
> > ---
> > tests/exynos/exynos_fimg2d_test.c | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/t
t? The original code creates the
node if it does not exist (on non-UDEV systems), or waits some time for
udev to create it.
Not sure how this is relevant for the test.
> if (fd >= 0) {
> printf("%s\n", buf);
> if (mask & DRM_BUSID) getbusid(fd
blePtr table;
> -int i;
> -
> -printf("\n* 256 consecutive integers \n");
> -table = drmHashCreate();
> -for (i = 0; i < 256; i++) drmHashInsert(table, i, i);
> -for (i = 0; i < 256; i++) check_table(table, i, i);
> -for (i =
+for (i = 0; i < 1024; i++) drmHashInsert(table, random(), (void *)&i);
> srandom(0xbeefbeef);
> for (i = 0; i < 1024; i++) check_table(table, random(), i);
> srandom(0xbeefbeef);
> @@ -207,7 +204,7 @@ int main(void)
> printf("\n* 5000 rando
0;
> }
>
> static int count_entries(HashBucketPtr bucket)
> {
> -int count = 0;
> +int count;
>
> -for (; bucket; bucket = bucket->next) ++count;
> +for (count = 0; bucket; bucket = bucket->next)
> +++count;
I personally prefer to initi
t; srandom(0xbeefbeef);
> for (i = 0; i < 1024; i++)
> -check_table(table, random(), i);
> +ret = check_table(table, random(), i) && ret;
> compute_dist(table);
> drmHashDestroy(table);
>
> @@ -223,10 +227,10 @@ int main(vo
{
> unsigned long magic;
> diff --git a/xf86drmSL.c b/xf86drmSL.c
> index acddb54..9bbf8fb 100644
> --- a/xf86drmSL.c
> +++ b/xf86drmSL.c
> @@ -53,7 +53,6 @@
> #define SL_ENTRY_MAGIC 0x00fab1edLU
> #define SL_FREED_MAGIC 0xdecea5edLU
> #define SL_MAX_LEVEL 16
&g
ts[hash] = bucket;
> -#if DEBUG
> printf("Inserted %d at %d/%p\n", key, hash, bucket);
> +#if DEBUG
> +printf("Inserted %lu at %lu/%p\n", key, hash, bucket);
> #endif
^^ This change looks funny in the patch. I assume you just replace the
printf call? If that'
> -
> -state = drmRandomCreate(seed);
> -initial = drmRandom(state);
> -++count;
> -while (initial != drmRandom(state)) {
> - if (!++count) break;
> -}
> -printf("With seed of %10lu, period = %10lu (0x%08lx)\n",
> -s
"*INCORRECT*" : "CORRECT");
> +ret ? "*INCORRECT*" : "CORRECT");
> drmRandomDestroy(state);
>
> printf("Checking periods...\n");
> @@ -123,5 +125,5 @@ int main(void)
> check_period(2);
> check
v2: merge tests creation and xf86drmSL cleanup
rename tests/drmsltest -> tests/drmsl
move the test out of libudev test block
Signed-off-by: Jan Vesely
---
Hi Emil,
I know you send your R-b on the earlier version, but I thought the changes
were big enough to send v2. I modeled it af
.
v2: zero the update array instead of checking the return value.
SLLocate returns NULL both on failure and if the element is greater
than everything in the list
v3: Improve commit message
Signed-off-by: Jan Vesely
Acked-by: Emil Velikov
---
sorry for spamming, just realized it might be a
gards,
jan
>
>
> -Emil
>
> ___
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
--
Jan Vesely
-- next part --
A non-text attachment was scru
This is more consistent with the rest, and avoids potential undefined
behavior (signed overflow) in drmRandom()
Signed-off-by: Jan Vesely
---
xf86drmRandom.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/xf86drmRandom.c b/xf86drmRandom.c
index ecab9e2
Signed-off-by: Jan Vesely
---
tests/vbltest/vbltest.c | 3 ++-
xf86drm.c | 4 ++--
xf86drmMode.c | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/tests/vbltest/vbltest.c b/tests/vbltest/vbltest.c
index cdc1ef6..6e13c57 100644
--- a/tests/vbltest
On Mon, 2015-02-09 at 15:11 -0800, Ian Romanick wrote:
> On 02/09/2015 01:39 PM, Jan Vesely wrote:
> > This is more consistent with the rest, and avoids potential undefined
> > behavior (signed overflow) in drmRandom()
> >
> > Signed-off-by: Jan Vesely
> &
v2: Remove unrelated change in main()
This is more consistent with the rest, and avoids potential undefined
behavior (signed overflow) ind drmRandom()
Signed-off-by: Jan Vesely
---
xf86drmRandom.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/xf86drmRandom.c
On Mon, 2015-02-09 at 23:32 +, Emil Velikov wrote:
> On 9 February 2015 at 21:39, Jan Vesely wrote:
> > Signed-off-by: Jan Vesely
> Nice one Jan. I've sent similar fixes for drmOpenDevice and
> drmGetStats a few days ago.
>
> Considering you drop the last hunk tha
The only user I found is xserver, it can return -1 under certain conditions.
So check for -1 explicitly.
Signed-off-by: Jan Vesely
---
I could not find whether it's actually legal to return encoded negative values
in get_perm. This is a quick fix to detect the one case that I found.
xf86
On Tue, 2015-02-10 at 00:27 +, Emil Velikov wrote:
> On 10 February 2015 at 00:02, Jan Vesely wrote:
> > On Mon, 2015-02-09 at 23:32 +, Emil Velikov wrote:
> >> On 9 February 2015 at 21:39, Jan Vesely wrote:
> >> > Signed-off-by: Jan Vesely
> >> Ni
CTX, &map))
> @@ -2182,6 +2221,7 @@ int drmGetMap(int fd, int idx, drm_handle_t *offset,
> drmSize *size,
> {
> drm_map_t map;
>
> +memclear(map);
> map.offset = idx;
> if (drmIoctl(fd, DRM_IOCTL_GET_MAP, &map))
> return -errno;
> @@ -2
through the code and
comments.
thank you,
Jan
[0]http://developer.amd.com/resources/documentation-articles/developer-guides-manuals/
[1]http://lists.freedesktop.org/archives/dri-devel/2014-May/058858.html
--
Jan Vesely
-- next part --
A non-text attachment was scrubbed
idea how much worse it
gets (relatively to non-snoop access)?
thanks again,
jan
On Fri, 2015-02-20 at 17:19 -0500, Alex Deucher wrote:
> On Fri, Feb 20, 2015 at 12:35 PM, Jan Vesely
> wrote:
> > Hello radeon devs,
> >
> > I have been trying to find out more about VM impl
Hi,
thank you. I found a presentation on AMD APUs that mentions throughtput
differences between different types of memory. This information helps me
a lot.
thanks again,
Jan
On Sat, 2015-02-21 at 10:24 -0500, Alex Deucher wrote:
> On Fri, Feb 20, 2015 at 7:21 PM, Jan Vesely wrote:
>
ribed to the list, but I somehow missed the series. The
changes are pretty straightforward. You can add
Reviewed-by: Jan Vesely
I'll try to find some time to take a look at the other series too.
jan
>
> Thank
> Emil
>
> [1] http://lists.freedesktop.org/archives/dri-devel/20
Hi,
you can add
Reviewed-by: Jan Vesely
to 1,2, and 4.
I think 3 needs someone from exynos to say whether the function should
not be used somewhere (just to be on the safe side).
jan
On Mon, 2015-02-23 at 14:56 +, Emil Velikov wrote:
> Short follow up to my earlier series "The ro
gentle ping
On Mon, 2015-02-09 at 19:10 -0500, Jan Vesely wrote:
> The only user I found is xserver, it can return -1 under certain conditions.
> So check for -1 explicitly.
>
> Signed-off-by: Jan Vesely
> ---
>
> I could not find whether it's actually legal to retu
His series fixes most of the warnings my compiler spits out running
make distcheck.
Most of the changes do not change behaviour and those the do are in separate
patches.
After this series I'm left with:
1 -Wempty-body
1 -Wformat
1 -Wpointer-to-int-cast
1 -Wsign-compare
Signed-off-by: Jan Vesely
---
tests/dristat.c | 4 ++--
tests/getstats.c | 2 --
xf86drmMode.c| 2 +-
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/tests/dristat.c b/tests/dristat.c
index 449aa24..992ceb4 100644
--- a/tests/dristat.c
+++ b/tests/dristat.c
@@ -189,9 +189,9
Signed-off-by: Jan Vesely
---
tests/drmstat.c | 8
tests/kmstest/main.c| 2 +-
tests/modeprint/modeprint.c | 18 +-
tests/proptest/proptest.c | 2 +-
tests/radeon/radeon_ttm.c | 4 ++--
xf86drm.c | 2 +-
xf86drmMode.c
Signed-off-by: Jan Vesely
---
tests/kmstest/main.c | 2 +-
tests/proptest/proptest.c | 2 +-
tests/vbltest/vbltest.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c
index d8c6c1f..1d4c63e 100644
--- a/tests/kmstest/main.c
Signed-off-by: Jan Vesely
---
xf86drmSL.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/xf86drmSL.c b/xf86drmSL.c
index acddb54..2160bb8 100644
--- a/xf86drmSL.c
+++ b/xf86drmSL.c
@@ -266,11 +266,14 @@ int drmSLLookupNeighbors(void *l, unsigned long key
Signed-off-by: Jan Vesely
---
tests/exynos/exynos_fimg2d_test.c | 3 +++
tests/modeprint/modeprint.c | 1 +
xf86drmMode.c | 2 +-
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/tests/exynos/exynos_fimg2d_test.c
b/tests/exynos/exynos_fimg2d_test.c
index
Signed-off-by: Jan Vesely
---
tests/drmstat.c | 9 ++---
xf86drm.c | 8 ++--
2 files changed, 4 insertions(+), 13 deletions(-)
diff --git a/tests/drmstat.c b/tests/drmstat.c
index 36cc70d..6502d78 100644
--- a/tests/drmstat.c
+++ b/tests/drmstat.c
@@ -82,10 +82,12 @@ static void
Signed-off-by: Jan Vesely
---
tests/exynos/exynos_fimg2d_test.c | 4 +---
xf86drm.c | 9 ++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/tests/exynos/exynos_fimg2d_test.c
b/tests/exynos/exynos_fimg2d_test.c
index ba8d12c..38ea974 100644
--- a
Signed-off-by: Jan Vesely
---
tests/dristat.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/dristat.c b/tests/dristat.c
index 992ceb4..cca4b03 100644
--- a/tests/dristat.c
+++ b/tests/dristat.c
@@ -100,6 +100,7 @@ static void getvm(int fd)
case DRM_SHM:typename
Bugzilla:https://bugs.freedesktop.org/show_bug.cgi?id=89047
CC: David Airlie
CC: Ben Skeggs
CC: dri-devel at lists.freedesktop.org
CC: linux-kernel at vger.kernel.org
Signed-off-by: Jan Vesely
---
It's needed for 3.19 too
drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 2 +-
dr
be tricky.
regards,
Jan
On Thu, 2015-03-05 at 11:22 +0100, Maarten Lankhorst wrote:
> Hey,
>
> On 05-03-15 02:13, Jan Vesely wrote:
> > please ignore this patch, see bugzilla for details.
> Just in case, can you try the patches from
> https://bugzilla.kernel.org/show_b
ktop.org/archives/dri-devel/2015-February/078171.html
> chown_check_return(buf, user, group);
> chmod(buf, devmode);
> }
--
Jan Vesely
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
S
rInfo is seldom used, maybe we can just do the
> 'int' cast at this moment. I will send v2 for this.
>
> Regards,
> Jammy
>
> -Original Message-
> From: Jan Vesely [mailto:jv356 at scarletmail.rutgers.edu] On Behalf Of Jan
> Vesely
> Sent: Friday, Apr
;
> Signed-off-by: Jammy Zhou
FWIW
Reviewed-by: Jan Vesely
Emil, are you OK with this approach?
> ---
> xf86drm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xf86drm.c b/xf86drm.c
> index 4d67861..4ecb24f 100644
> --- a/xf86drm.c
> +++
83 matches
Mail list logo