diff for duplicates of <87ftr1ed4h.fsf@igel.home> diff --git a/a/1.txt b/N1/1.txt index 4aa57db..1e28875 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,8 +7,8 @@ On Jan 29 2019, Prarit Bhargava <prarit@redhat.com> wrote: > + if (console_loglevel <= CONSOLE_LOGLEVEL_QUIET) > + logo_shown = FBCON_LOGO_DONTSHOW; > + -> if (vc != svc || logo_shown = FBCON_LOGO_DONTSHOW || -> (info->fix.type = FB_TYPE_TEXT)) +> if (vc != svc || logo_shown == FBCON_LOGO_DONTSHOW || +> (info->fix.type == FB_TYPE_TEXT)) > logo = 0; This causes the scroll region to no longer be reset when the logo is @@ -20,3 +20,7 @@ Andreas. Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N1/content_digest index 7224c16..0166a01 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020190129134350.24049-3-prarit@redhat.com\0" "From\0Andreas Schwab <schwab@linux-m68k.org>\0" "Subject\0Re: [PATCH v5 2/2] fbcon: Silence fbcon logo on 'quiet' boots\0" - "Date\0Mon, 01 Apr 2019 19:31:26 +0000\0" + "Date\0Mon, 01 Apr 2019 21:31:26 +0200\0" "To\0Prarit Bhargava <prarit@redhat.com>\0" "Cc\0Marko Myllynen <myllynen@redhat.com>" linux-fbdev@vger.kernel.org @@ -25,8 +25,8 @@ "> +\tif (console_loglevel <= CONSOLE_LOGLEVEL_QUIET)\n" "> +\t\tlogo_shown = FBCON_LOGO_DONTSHOW;\n" "> +\n" - "> \tif (vc != svc || logo_shown = FBCON_LOGO_DONTSHOW ||\n" - "> \t (info->fix.type = FB_TYPE_TEXT))\n" + "> \tif (vc != svc || logo_shown == FBCON_LOGO_DONTSHOW ||\n" + "> \t (info->fix.type == FB_TYPE_TEXT))\n" "> \t\tlogo = 0;\n" "\n" "This causes the scroll region to no longer be reset when the logo is\n" @@ -37,6 +37,10 @@ "-- \n" "Andreas Schwab, schwab@linux-m68k.org\n" "GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1\n" - "\"And now for something completely different.\"" + "\"And now for something completely different.\"\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -85aff0e0d8da090cfa13fe5f6f02cc917991c156c4f8348b320719f979635da2 +f8fd757b6df361dee1eba7744e825e56ecce7bbd3168d37d5aeee5c1d662f509
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.