Ooops, sorry, here it is.
>From 648d96749bd44d4f99167f6cb66fd8c1c4e15ec8 Mon Sep 17 00:00:00 2001
From: "Mario J. Rugiero"
Date: Tue, 13 Jan 2015 09:44:10 -0300
Subject: [PATCH 2/2] Checkpatch warning fix: use usleep_range instead of
msleep for sleep under 20ms.
Signed-off-by: Mario J. Rugiero
> Please review this one carefully, as the range I chose was mostly a
> guesstimate of what was originally intended. Maybe a narrower range is
> required, or a wider one can be used. As stated in the documentation on
> timers, narrow ranges increase the risk of raising an interruption when the
> t
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DRM driver for VIA IGPs".
The branch, master has been updated
via eaf83251891b399dc695418979aec07a3aff6f75 (commit)
via 422b
drivers/gpu/drm/drm_crtc.c |6 --
drivers/gpu/drm/via/via_fb.c |3 +--
2 files changed, 1 insertion(+), 8 deletions(-)
New commits:
commit eaf83251891b399dc695418979aec07a3aff6f75
Merge: 6266138 422b0ea
Author: James Simmons
Date: Tue Jan 13 19:45:33 2015 -0700
Merge branch
Acked-by: James Simmons
Merged.
___
Openchrome-devel mailing list
Openchrome-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/openchrome-devel
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".
The branch, glamor has been updated
via d16820b7dca73e7af8ee491a917b9232ab0721c5 (commit)
via 33fcaa
.gitignore |1
configure.ac |2
src/Makefile.am |2
src/via_3d.c |8 +-
src/via_3d.h |1
src/via_dri.c|8 ++
src/via_driver.c | 60 ++-
src/via_driver.h | 10 ++
src/via_drm.h| 91 +
Please review this one carefully, as the range I chose was mostly a
guesstimate of what was originally intended. Maybe a narrower range is
required, or a wider one can be used. As stated in the documentation on
timers, narrow ranges increase the risk of raising an interruption when
the time is
>From 021e06497835f05f2d4b9a3f64503c8a0f4d958a Mon Sep 17 00:00:00 2001
From: "Mario J. Rugiero"
Date: Tue, 13 Jan 2015 09:25:28 -0300
Subject: [PATCH 1/2] Checkpatch fix: use of kfree is safe, so the checking is
redundant.
Signed-off-by: Mario J. Rugiero
---
drivers/gpu/drm/via/via_fb.c | 3
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".
The branch, master has been updated
via 33fcaa11daeb7ca156fcdadd969ca7f950ce8401 (commit)
from 8ff823
src/via_3d.c |8 ++--
src/via_dri.c|8
src/via_driver.c |8 +++-
src/via_exa.c|5 +++--
4 files changed, 20 insertions(+), 9 deletions(-)
New commits:
commit 33fcaa11daeb7ca156fcdadd969ca7f950ce8401
Author: James Simmons
Date: Tue Jan 13 15:18:28 20
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".
The branch, master has been updated
via 8ff8235260c035b960c3552df25a9784e1049f24 (commit)
from bcdd1e
src/via_outputs.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8ff8235260c035b960c3552df25a9784e1049f24
Author: Xavier Bachelot
Date: Tue Jan 13 22:06:44 2015 +0100
Make via_dvi_set_property return TRUE.
Other via_*_set_property just got fixed in
271c7
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".
The branch, master has been updated
via bcdd1e7ef9df5dc72b9dbb2977b39e65a45f8697 (commit)
from 18ff81
src/via_lvds.c |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit bcdd1e7ef9df5dc72b9dbb2977b39e65a45f8697
Author: James Simmons
Date: Tue Jan 13 13:43:03 2015 -0700
Last of the gcc warnings.
Signed-off-by: James Simmons
diff --git a/src/via_lvds.
src/via_driver.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 18ff812145f9de95920387a811c106dd11a92865
Author: James Simmons
Date: Tue Jan 13 13:38:21 2015 -0700
Silence the warning: assignment discards 'const' qualifier from
pointer target type.
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".
The branch, master has been updated
via 18ff812145f9de95920387a811c106dd11a92865 (commit)
from 87ca39
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".
The branch, master has been updated
via 87ca395dd87c93707140337977faa6d47874f706 (commit)
from 6d5fb4
.gitignore|1
tools/registers.c | 76 +++---
2 files changed, 40 insertions(+), 37 deletions(-)
New commits:
commit 87ca395dd87c93707140337977faa6d47874f706
Author: James Simmons
Date: Tue Jan 13 13:35:22 2015 -0700
Migrate th
src/via_id.c |1 +
1 file changed, 1 insertion(+)
New commits:
commit 6d5fb459a556d720739ec4206e286fe1dbabca71
Author: Xavier Bachelot
Date: Tue Jan 13 20:16:53 2015 +0100
Hitachi FLORA Se210 RK1 (Reported by Shimada Hirofumi)
diff --git a/src/via_id.c b/src/via_id.c
index b298c30..a
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".
The branch, master has been updated
via 6d5fb459a556d720739ec4206e286fe1dbabca71 (commit)
from 2725ef
https://bugs.freedesktop.org/show_bug.cgi?id=69621
Xavier Bachelot changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugs.freedesktop.org/show_bug.cgi?id=80021
Xavier Bachelot changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
On 03/12/2014 16:47, JUNG, Christian wrote:
>> Why the extra semicolons after the break statements in the switch?
>
> They are totally useless and are the result of coding lots of shell scripts
> in the past days.
>
> I fixed the patch (see attachment).
>
>
> bye
> Chris
>
Thanks for the pat
src/via_i2c.c |2 --
1 file changed, 2 deletions(-)
New commits:
commit 2725ef2e730a930c0e7c3244c44e8738a7ea3c03
Author: Xavier Bachelot
Date: Tue Jan 13 18:59:11 2015 +0100
Remove extra semicolons.
diff --git a/src/via_i2c.c b/src/via_i2c.c
index 81d79bb..6c11cfd 100644
--- a/src/vi
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".
The branch, master has been updated
via 2725ef2e730a930c0e7c3244c44e8738a7ea3c03 (commit)
from 9dd87b
Committed, thanks for the patch.
Regards,
Xavier
___
Openchrome-devel mailing list
Openchrome-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/openchrome-devel
https://bugs.freedesktop.org/show_bug.cgi?id=88334
Xavier Bachelot changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".
The branch, master has been updated
via 9dd87b7ee9790fa46dfe1f4203960e3988048a0b (commit)
from 319fcd
src/via_outputs.c | 370 +++---
1 file changed, 185 insertions(+), 185 deletions(-)
New commits:
commit 9dd87b7ee9790fa46dfe1f4203960e3988048a0b
Author: Xavier Bachelot
Date: Tue Jan 13 18:46:42 2015 +0100
Move via_dvi_* functions before Vi
src/via_3d.h |1 +
1 file changed, 1 insertion(+)
New commits:
commit 319fcdad57ebf4f1ef828c3344058ff8f6197432
Author: Xavier Bachelot
Date: Tue Jan 13 18:34:53 2015 +0100
Add missing header inclusion.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=88334
diff --git a/src/via_
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".
The branch, master has been updated
via 319fcdad57ebf4f1ef828c3344058ff8f6197432 (commit)
from 180fd4
src/via_vt1632.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 180fd4e76abf15253cadc5cd98fc58e9e2c84605
Author: Xavier Bachelot
Date: Tue Jan 13 18:10:14 2015 +0100
Replace X_DEBUG with X_INFO.
The former doesn't exist on older xserver and
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".
The branch, master has been updated
via 180fd4e76abf15253cadc5cd98fc58e9e2c84605 (commit)
from a68274
34 matches
Mail list logo