diff for duplicates of <112031480000547@web1h.yandex.ru> diff --git a/a/1.txt b/N1/1.txt index 97ede3a..7b30e5b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ -24.11.2016, 19:27, "Chen-Yu Tsai" <wens@csie.org>: +24.11.2016, 19:27, "Chen-Yu Tsai" <wens-jdAy2FN1RRM@public.gmane.org>: > The panels shipped with Allwinner devices are very "generic", i.e. > they do not have model numbers or reliable sources of information > for the timings (that we know of) other than the fex files shipped @@ -32,7 +32,7 @@ The tablet is Aoson M751S. Works properly with sun4i-drm, with my pll-mipi patch applied. > -> Signed-off-by: Chen-Yu Tsai <wens@csie.org> +> Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> > --- > > The few LCD panel datasheets I found did not list minimums or maximums @@ -48,8 +48,8 @@ Works properly with sun4i-drm, with my pll-mipi patch applied. > Feedback on this is requested. > > --- -> ?drivers/gpu/drm/sun4i/sun4i_rgb.c | 5 +++-- -> ?1 file changed, 3 insertions(+), 2 deletions(-) +> drivers/gpu/drm/sun4i/sun4i_rgb.c | 5 +++-- +> 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/sun4i/sun4i_rgb.c b/drivers/gpu/drm/sun4i/sun4i_rgb.c > index d198ad7e5323..66ad86afa561 100644 @@ -57,23 +57,28 @@ Works properly with sun4i-drm, with my pll-mipi patch applied. > +++ b/drivers/gpu/drm/sun4i/sun4i_rgb.c > @@ -93,11 +93,12 @@ static int sun4i_rgb_mode_valid(struct drm_connector *connector, > -> ?????????DRM_DEBUG_DRIVER("Vertical parameters OK\n"); +> DRM_DEBUG_DRIVER("Vertical parameters OK\n"); > > + /* Check against a 5% tolerance for the dot clock */ -> ?????????rounded_rate = clk_round_rate(tcon->dclk, rate); +> rounded_rate = clk_round_rate(tcon->dclk, rate); > - if (rounded_rate < rate) > + if (rounded_rate < rate * 19 / 20) -> ?????????????????return MODE_CLOCK_LOW; +> return MODE_CLOCK_LOW; > > - if (rounded_rate > rate) > + if (rounded_rate > rate * 21 / 20) -> ?????????????????return MODE_CLOCK_HIGH; +> return MODE_CLOCK_HIGH; > -> ?????????DRM_DEBUG_DRIVER("Clock rate OK\n"); +> DRM_DEBUG_DRIVER("Clock rate OK\n"); > -- > 2.10.2 > > _______________________________________________ > linux-arm-kernel mailing list -> linux-arm-kernel at lists.infradead.org +> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel + +-- +You received this message because you are subscribed to the Google Groups "linux-sunxi" group. +To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org +For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N1/content_digest index 1a3ef3a..e2f7fea 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,20 @@ "ref\020161124112231.4297-1-wens@csie.org\0" - "From\0icenowy@aosc.xyz (Icenowy Zheng)\0" - "Subject\0[PATCH RFC] drm/sun4i: rgb: Add 5% tolerance to dot clock frequency check\0" + "ref\020161124112231.4297-1-wens-jdAy2FN1RRM@public.gmane.org\0" + "From\0Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>\0" + "Subject\0Re: [PATCH RFC] drm/sun4i: rgb: Add 5% tolerance to dot clock frequency check\0" "Date\0Thu, 24 Nov 2016 23:15:47 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>" + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + " David Airlie <airlied-cv59FeDIM0c@public.gmane.org>\0" + "Cc\0linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>" + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org <dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org> + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" "\00:1\0" "b\0" "\n" "\n" - "24.11.2016, 19:27, \"Chen-Yu Tsai\" <wens@csie.org>:\n" + "24.11.2016, 19:27, \"Chen-Yu Tsai\" <wens-jdAy2FN1RRM@public.gmane.org>:\n" "> The panels shipped with Allwinner devices are very \"generic\", i.e.\n" "> they do not have model numbers or reliable sources of information\n" "> for the timings (that we know of) other than the fex files shipped\n" @@ -39,7 +46,7 @@ "Works properly with sun4i-drm, with my pll-mipi patch applied.\n" "\n" ">\n" - "> Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n" + "> Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\n" "> ---\n" ">\n" "> The few LCD panel datasheets I found did not list minimums or maximums\n" @@ -55,8 +62,8 @@ "> Feedback on this is requested.\n" ">\n" "> ---\n" - "> ?drivers/gpu/drm/sun4i/sun4i_rgb.c | 5 +++--\n" - "> ?1 file changed, 3 insertions(+), 2 deletions(-)\n" + "> \302\240drivers/gpu/drm/sun4i/sun4i_rgb.c | 5 +++--\n" + "> \302\2401 file changed, 3 insertions(+), 2 deletions(-)\n" ">\n" "> diff --git a/drivers/gpu/drm/sun4i/sun4i_rgb.c b/drivers/gpu/drm/sun4i/sun4i_rgb.c\n" "> index d198ad7e5323..66ad86afa561 100644\n" @@ -64,25 +71,30 @@ "> +++ b/drivers/gpu/drm/sun4i/sun4i_rgb.c\n" "> @@ -93,11 +93,12 @@ static int sun4i_rgb_mode_valid(struct drm_connector *connector,\n" ">\n" - "> ?????????DRM_DEBUG_DRIVER(\"Vertical parameters OK\\n\");\n" + "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240DRM_DEBUG_DRIVER(\"Vertical parameters OK\\n\");\n" ">\n" "> + /* Check against a 5% tolerance for the dot clock */\n" - "> ?????????rounded_rate = clk_round_rate(tcon->dclk, rate);\n" + "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240rounded_rate = clk_round_rate(tcon->dclk, rate);\n" "> - if (rounded_rate < rate)\n" "> + if (rounded_rate < rate * 19 / 20)\n" - "> ?????????????????return MODE_CLOCK_LOW;\n" + "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240return MODE_CLOCK_LOW;\n" ">\n" "> - if (rounded_rate > rate)\n" "> + if (rounded_rate > rate * 21 / 20)\n" - "> ?????????????????return MODE_CLOCK_HIGH;\n" + "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240return MODE_CLOCK_HIGH;\n" ">\n" - "> ?????????DRM_DEBUG_DRIVER(\"Clock rate OK\\n\");\n" + "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240DRM_DEBUG_DRIVER(\"Clock rate OK\\n\");\n" "> --\n" "> 2.10.2\n" ">\n" "> _______________________________________________\n" "> linux-arm-kernel mailing list\n" - "> linux-arm-kernel at lists.infradead.org\n" - > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel + "> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\n" + "> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\n" + "\n" + "-- \n" + "You received this message because you are subscribed to the Google Groups \"linux-sunxi\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org\n" + For more options, visit https://groups.google.com/d/optout. -ce96043a0e07adf06960e2d4021a5cead4c30a3ce2c237b5f4c71ad204f98f34 +1ffd19b82b1bb6c1ef41d6c341b389a4aa119b264d0dccf77bbaaa85fc33ff91
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.