On Mon, 17 Nov 2014 22:44:07 +0800
Jeff Chua wrote:
> On Mon, Nov 17, 2014 at 3:50 PM, Pekka Paalanen
> wrote:
> > On Fri, 14 Nov 2014 15:57:47 +0800
> > Jeff Chua wrote:
> >
> >> I pulled lastest git://github.com/raspberrypi/userland.git and
> >> still can't find the vc_dispmanx_set_wl_buffer_
On Mon, Nov 10, 2014 at 11:59:11AM +0100, Hans de Goede wrote:
> Hi All,
>
> Here is v2 of my scroll mode configuration patchset.
>
> Changes since v1:
> -"Add libinput_device_has_button function"
> -Rename libinput_device_has_key to libinput_device_has_button, make it only
> apply to LIBINPUT
Signed-off-by: Derek Foreman
---
src/wayland-client.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/wayland-client.c b/src/wayland-client.c
index 01629e0..4067cfd 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -427,8 +427,8 @@ wl_proxy_add_listener(s
On Fri, 7 Nov 2014 22:30:52 +0200
Giulio Camuffo wrote:
> Looks good.
>
> Reviewed-by: Giulio Camuffo
>
> 2014-09-24 15:37 GMT+03:00 Marek Chalupa :
> > In 93e654061b9 we removed call to alarm() that served as timeout in
> > this test. Now when we have test_set_timeout() func, return the
> > t
On Wed, 12 Nov 2014 13:53:03 +0200
Giulio Camuffo wrote:
> 2014-11-12 13:46 GMT+02:00 Marek Chalupa :
> >
> >
> > On 7 November 2014 21:26, Giulio Camuffo
> > wrote:
> >>
> >> I'm a bit confused here... you remove the alarm() calls but not the
> >> signal handler or the sigaction setting.
> >
>
On Wed, 12 Nov 2014 13:14:47 +0100
Marek Chalupa wrote:
> sanity tests for timeouts.
>
> v2:
> use test_sleep instead of sleep
> add few more test-cases
>
> Signed-off-by: Marek Chalupa
> ---
> tests/sanity-test.c | 67
> + 1 file changed
On Wed, 12 Nov 2014 13:16:42 +0100
Marek Chalupa wrote:
> Add test_set_timeout() function that allows the test to
> set timeout for its completition. Any other call to the function
> re-sets the timeout to the new value. The timeouts can be turned off
> (usefull when debugging) by setting evironm
While the test is actually correct (for non-negative numbers), it's not
at all clear and seems to be an accidental order of operations mistake.
Also, add an assert() to make sure this number is never negative.
Closes bug 86346 - https://bugs.freedeskto.org/show_bug.cgi?id=86346
Signed-off-by: De
On Mon, Nov 17, 2014 at 3:50 PM, Pekka Paalanen
wrote:
> On Fri, 14 Nov 2014 15:57:47 +0800
> Jeff Chua wrote:
>
>> I pulled lastest git://github.com/raspberrypi/userland.git and still
>> can't find the vc_dispmanx_set_wl_buffer_in_use symbol.
>>
>> Any source to get the lastest userland?
>
> I h