All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 2/2] xf86-video-omapfb: upgrade to 044617665d6737f4909aab96
       [not found] ` <5eb33f8529e5b56387f7c51f11e50d3c2b031370.1296008816.git.ke.yu@intel.com>
@ 2011-01-26  8:48   ` Koen Kooi
  2011-01-26 12:50     ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-01-26  8:48 UTC (permalink / raw)
  To: poky-bounces; +Cc: poky

That revision is buggy, using it disables the framebuffer:

[   34.354583] omapdss DISPC error: timeout waiting for EVSYNC
[   34.456146] omapdss DISPC error: timeout waiting for EVSYNC


Op 26 jan 2011, om 03:29 heeft poky-bounces@yoctoproject.org het volgende geschreven:

> From: Yu Ke <ke.yu@intel.com>
> 
> Signed-off-by: Yu Ke <ke.yu@intel.com>
> ---
> .../conf/distro/include/poky-default-revisions.inc |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
> index 8d98eef..a606889 100644
> --- a/meta/conf/distro/include/poky-default-revisions.inc
> +++ b/meta/conf/distro/include/poky-default-revisions.inc
> @@ -182,7 +182,7 @@ SRCREV_pn-xcb-proto ??= "d81ca233e98be8fa59e8c90d262c0516944c5a66"
> SRCREV_pn-xcb-proto-native ??= "d81ca233e98be8fa59e8c90d262c0516944c5a66"
> SRCREV_pn-xf86-video-intel ??= "87ea531c5dc5b39809395b277c330854aaaaf019"
> SRCREV_pn-xf86-video-intel-dri2 ??= "3dd7f0f9423bb891bc99cd3b77dc3d57e057a7ef"
> -SRCREV_pn-xf86-video-omapfb ??= "6cff996abcb305460e9fa2c75569b776f099c9d5"
> +SRCREV_pn-xf86-video-omapfb ??= "044617665d6737f4909aab96f91b06261dff05d2"
> SRCREV_pn-xf86-input-keyboard ??= "3e28d68b50d291938734e9684b8296ca864f3892"
> SRCREV_pn-xf86-input-mouse ??= "ea5cfe804e112f320f14ad896c7802d53551d3e6"
> SRCREV_pn-xf86-input-synaptics ??= "934bc0012f948c52aadc8eda912f7728fb7394a2"
> -- 
> 1.7.0.4
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] xf86-video-omapfb: upgrade to 044617665d6737f4909aab96
  2011-01-26  8:48   ` [PATCH 2/2] xf86-video-omapfb: upgrade to 044617665d6737f4909aab96 Koen Kooi
@ 2011-01-26 12:50     ` Koen Kooi
  2011-01-27  2:01       ` Yu Ke
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-01-26 12:50 UTC (permalink / raw)
  To: poky


Op 26 jan 2011, om 09:48 heeft Koen Kooi het volgende geschreven:

> That revision is buggy, using it disables the framebuffer:
> 
> [   34.354583] omapdss DISPC error: timeout waiting for EVSYNC
> [   34.456146] omapdss DISPC error: timeout waiting for EVSYNC

Since I was already working on this, I'll give a summary of what I found out after debugging this with upstream:

* The tv-out gets added last and the driver tries to reconfigure dvi to TV resolutions, which fails, fix: http://dominion.thruhere.net/git/cgit.cgi/xf86-video-omapfb/commit/?h=test&id=05efb061f1945425d214ff6b6050883e6d8633bf

* The new DSS mode breaks XV, so force plain mode: http://dominion.thruhere.net/git/cgit.cgi/xf86-video-omapfb/commit/?id=d28a36bbadc360a9409bf9832f1d4171d7c33dad

* Picture is garbled after switching resolutions, fix: http://dominion.thruhere.net/git/cgit.cgi/xf86-video-omapfb/commit/?h=test&id=cbae688d7df59938ccb4af534ec2ff75cbbe9221

* Virtual size too big, fix: http://dominion.thruhere.net/git/cgit.cgi/xf86-video-omapfb/commit/?h=test&id=031516123d25a12808ab4e56ea8deda74946cdcd

The problem is that modeswitching isn't working properly in plain mode, so you can either get working modeswitching or working Xv with the above patches.

But looking closer, the SRCREV that's currently there (6cff996abcb305460e9fa2c75569b776f099c9d5) is broken as well.

regards,

Koen


> Op 26 jan 2011, om 03:29 heeft poky-bounces@yoctoproject.org het volgende geschreven:
> 
>> From: Yu Ke <ke.yu@intel.com>
>> 
>> Signed-off-by: Yu Ke <ke.yu@intel.com>
>> ---
>> .../conf/distro/include/poky-default-revisions.inc |    2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>> 
>> diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
>> index 8d98eef..a606889 100644
>> --- a/meta/conf/distro/include/poky-default-revisions.inc
>> +++ b/meta/conf/distro/include/poky-default-revisions.inc
>> @@ -182,7 +182,7 @@ SRCREV_pn-xcb-proto ??= "d81ca233e98be8fa59e8c90d262c0516944c5a66"
>> SRCREV_pn-xcb-proto-native ??= "d81ca233e98be8fa59e8c90d262c0516944c5a66"
>> SRCREV_pn-xf86-video-intel ??= "87ea531c5dc5b39809395b277c330854aaaaf019"
>> SRCREV_pn-xf86-video-intel-dri2 ??= "3dd7f0f9423bb891bc99cd3b77dc3d57e057a7ef"
>> -SRCREV_pn-xf86-video-omapfb ??= "6cff996abcb305460e9fa2c75569b776f099c9d5"
>> +SRCREV_pn-xf86-video-omapfb ??= "044617665d6737f4909aab96f91b06261dff05d2"
>> SRCREV_pn-xf86-input-keyboard ??= "3e28d68b50d291938734e9684b8296ca864f3892"
>> SRCREV_pn-xf86-input-mouse ??= "ea5cfe804e112f320f14ad896c7802d53551d3e6"
>> SRCREV_pn-xf86-input-synaptics ??= "934bc0012f948c52aadc8eda912f7728fb7394a2"
>> -- 
>> 1.7.0.4
>> 
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] xf86-video-omapfb: upgrade to 044617665d6737f4909aab96
  2011-01-26 12:50     ` Koen Kooi
@ 2011-01-27  2:01       ` Yu Ke
  0 siblings, 0 replies; 4+ messages in thread
From: Yu Ke @ 2011-01-27  2:01 UTC (permalink / raw)
  To: Koen Kooi; +Cc: poky

On Jan 26, 13:50, Koen Kooi wrote:
> 
> Op 26 jan 2011, om 09:48 heeft Koen Kooi het volgende geschreven:
> 
> > That revision is buggy, using it disables the framebuffer:
> > 
> > [   34.354583] omapdss DISPC error: timeout waiting for EVSYNC
> > [   34.456146] omapdss DISPC error: timeout waiting for EVSYNC
> 
> Since I was already working on this, I'll give a summary of what I found out after debugging this with upstream:
> 
> * The tv-out gets added last and the driver tries to reconfigure dvi to TV resolutions, which fails, fix: http://dominion.thruhere.net/git/cgit.cgi/xf86-video-omapfb/commit/?h=test&id=05efb061f1945425d214ff6b6050883e6d8633bf
> 
> * The new DSS mode breaks XV, so force plain mode: http://dominion.thruhere.net/git/cgit.cgi/xf86-video-omapfb/commit/?id=d28a36bbadc360a9409bf9832f1d4171d7c33dad
> 
> * Picture is garbled after switching resolutions, fix: http://dominion.thruhere.net/git/cgit.cgi/xf86-video-omapfb/commit/?h=test&id=cbae688d7df59938ccb4af534ec2ff75cbbe9221
> 
> * Virtual size too big, fix: http://dominion.thruhere.net/git/cgit.cgi/xf86-video-omapfb/commit/?h=test&id=031516123d25a12808ab4e56ea8deda74946cdcd
> 
> The problem is that modeswitching isn't working properly in plain mode, so you can either get working modeswitching or working Xv with the above patches.
> 
> But looking closer, the SRCREV that's currently there (6cff996abcb305460e9fa2c75569b776f099c9d5) is broken as well.
> 
> regards,
> 
> Koen

Koen, Thanks for the fix. Since I don't have OMAP H/W in hand, so no validation is done yet. This should be improved in the future. Again, thanks for your validatin and quick fix. I will include your fix as patch and resubmit the recpies upgrade.

Regards
Ke

> 
> 
> > Op 26 jan 2011, om 03:29 heeft poky-bounces@yoctoproject.org het volgende geschreven:
> > 
> >> From: Yu Ke <ke.yu@intel.com>
> >> 
> >> Signed-off-by: Yu Ke <ke.yu@intel.com>
> >> ---
> >> .../conf/distro/include/poky-default-revisions.inc |    2 +-
> >> 1 files changed, 1 insertions(+), 1 deletions(-)
> >> 
> >> diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
> >> index 8d98eef..a606889 100644
> >> --- a/meta/conf/distro/include/poky-default-revisions.inc
> >> +++ b/meta/conf/distro/include/poky-default-revisions.inc
> >> @@ -182,7 +182,7 @@ SRCREV_pn-xcb-proto ??= "d81ca233e98be8fa59e8c90d262c0516944c5a66"
> >> SRCREV_pn-xcb-proto-native ??= "d81ca233e98be8fa59e8c90d262c0516944c5a66"
> >> SRCREV_pn-xf86-video-intel ??= "87ea531c5dc5b39809395b277c330854aaaaf019"
> >> SRCREV_pn-xf86-video-intel-dri2 ??= "3dd7f0f9423bb891bc99cd3b77dc3d57e057a7ef"
> >> -SRCREV_pn-xf86-video-omapfb ??= "6cff996abcb305460e9fa2c75569b776f099c9d5"
> >> +SRCREV_pn-xf86-video-omapfb ??= "044617665d6737f4909aab96f91b06261dff05d2"
> >> SRCREV_pn-xf86-input-keyboard ??= "3e28d68b50d291938734e9684b8296ca864f3892"
> >> SRCREV_pn-xf86-input-mouse ??= "ea5cfe804e112f320f14ad896c7802d53551d3e6"
> >> SRCREV_pn-xf86-input-synaptics ??= "934bc0012f948c52aadc8eda912f7728fb7394a2"
> >> -- 
> >> 1.7.0.4
> >> 
> >> _______________________________________________
> >> poky mailing list
> >> poky@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/poky
> > 
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] iputils: upgrade to s20101006
       [not found] ` <e7938fd0e70645d5005b4ccc08ffe5f4821ee6a2.1296008816.git.ke.yu@intel.com>
@ 2011-01-28  1:34   ` Saul Wold
  0 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-01-28  1:34 UTC (permalink / raw)
  To: poky

On 01/25/2011 06:29 PM, poky-bounces@yoctoproject.org wrote:
> From: Yu Ke<ke.yu@intel.com>
>
> - change the src_uri md5/sha256 checksum
> - remove the CVE patch, since it is already in upstream
>
> Signed-off-by: Yu Ke<ke.yu@intel.com>
> ---
>   .../iputils/files/debian/CVE-2010-2529.diff        |   22 --------------------
>   .../{iputils_s20100418.bb =>  iputils_s20101006.bb} |    5 +--
>   2 files changed, 2 insertions(+), 25 deletions(-)
>   delete mode 100644 meta/recipes-extended/iputils/files/debian/CVE-2010-2529.diff
>   rename meta/recipes-extended/iputils/{iputils_s20100418.bb =>  iputils_s20101006.bb} (94%)
>
> diff --git a/meta/recipes-extended/iputils/files/debian/CVE-2010-2529.diff b/meta/recipes-extended/iputils/files/debian/CVE-2010-2529.diff
> deleted file mode 100644
> index 98aae0d..0000000
> --- a/meta/recipes-extended/iputils/files/debian/CVE-2010-2529.diff
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -Index: trunk/ping.c
> -===================================================================
> ---- trunk.orig/ping.c	2010-07-23 21:26:53.000000000 -0700
> -+++ trunk/ping.c	2010-07-23 21:28:27.000000000 -0700
> -@@ -1059,7 +1059,7 @@
> - 				i = j;
> - 			i -= IPOPT_MINOFF;
> - 			if (i<= 0)
> --				continue;
> -+				break;
> - 			if (i == old_rrlen
> - 			&&  !strncmp((char *)cp, old_rr, i)
> - 			&&  !(options&  F_FLOOD)) {
> -@@ -1096,7 +1096,7 @@
> - 				i = j;
> - 			i -= 5;
> - 			if (i<= 0)
> --				continue;
> -+				break;
> - 			flags = *++cp;
> - 			printf("\nTS: ");
> - 			cp++;
> diff --git a/meta/recipes-extended/iputils/iputils_s20100418.bb b/meta/recipes-extended/iputils/iputils_s20101006.bb
> similarity index 94%
> rename from meta/recipes-extended/iputils/iputils_s20100418.bb
> rename to meta/recipes-extended/iputils/iputils_s20101006.bb
> index 2b2d76a..0a42017 100644
> --- a/meta/recipes-extended/iputils/iputils_s20100418.bb
> +++ b/meta/recipes-extended/iputils/iputils_s20101006.bb
> @@ -21,11 +21,10 @@ SRC_URI = "http://www.skbuff.net/iputils/${PN}-${PV}.tar.bz2 \
>              file://debian/use_gethostbyname2.diff \
>              file://debian/targets.diff \
>              file://debian/fix-arping-timeouts.diff \
> -           file://debian/CVE-2010-2529.diff \
>             "
>
> -SRC_URI[md5sum] = "df6b0062118cdc5c62e3c810f831e976"
> -SRC_URI[sha256sum] = "d0e8cbe6ce6a484ffb81697425b3b933746882f6f1521ac71c5c88971cee7684"
> +SRC_URI[md5sum] = "a36c25e9ec17e48be514dc0485e7376c"
> +SRC_URI[sha256sum] = "fd3af46c80ebb99607c2ca1f2a3608b6fe828e25bbec6e54f2afd25f6ddb6ee7"
>
>   # man is not compiled here, since it requires docbook-utils-native
>   # which is not available in poky
Pulled into Master

Thanks
	Sau!


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-28  1:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1296008816.git.ke.yu@intel.com>
     [not found] ` <5eb33f8529e5b56387f7c51f11e50d3c2b031370.1296008816.git.ke.yu@intel.com>
2011-01-26  8:48   ` [PATCH 2/2] xf86-video-omapfb: upgrade to 044617665d6737f4909aab96 Koen Kooi
2011-01-26 12:50     ` Koen Kooi
2011-01-27  2:01       ` Yu Ke
     [not found] ` <e7938fd0e70645d5005b4ccc08ffe5f4821ee6a2.1296008816.git.ke.yu@intel.com>
2011-01-28  1:34   ` [PATCH 1/2] iputils: upgrade to s20101006 Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.