diff for duplicates of <20160607172304.GD24886@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 66899bc..a098a67 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ On Tue, Jun 07, 2016 at 03:45:43PM +0200, Max Staudt wrote: > overlapping values when ORing them. > > With this patch, fbcon displays the correct colors when a qemu VM is -> booted in 16-bit mode (in GRUB: "set gfxpayload€0x600x16"). +> booted in 16-bit mode (in GRUB: "set gfxpayload=800x600x16"). > > Signed-off-by: Max Staudt <mstaudt@suse.de> > --- @@ -32,7 +32,8 @@ On Tue, Jun 07, 2016 at 03:45:43PM +0200, Max Staudt wrote: > + red >>= 16 - info->var.red.length; > + green >>= 16 - info->var.green.length; > + blue >>= 16 - info->var.blue.length; -> ((u32 *)(info->pseudo_palette))[regno] > (red << info->var.red.offset) | +> ((u32 *)(info->pseudo_palette))[regno] = +> (red << info->var.red.offset) | > (green << info->var.green.offset) | > -- > 2.6.6 diff --git a/a/content_digest b/N1/content_digest index 49236c5..a2818f7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01465307143-21398-1-git-send-email-mstaudt@suse.de\0" "From\0Peter Jones <pjones@redhat.com>\0" "Subject\0Re: [PATCH] [efifb] Fix 16 color palette entry calculation\0" - "Date\0Tue, 07 Jun 2016 17:23:05 +0000\0" + "Date\0Tue, 7 Jun 2016 13:23:05 -0400\0" "To\0Max Staudt <mstaudt@suse.de>\0" "Cc\0plagnioj@jcrosoft.com" tomi.valkeinen@ti.com @@ -26,7 +26,7 @@ "> overlapping values when ORing them.\n" "> \n" "> With this patch, fbcon displays the correct colors when a qemu VM is\n" - "> booted in 16-bit mode (in GRUB: \"set gfxpayload\342\202\2540x600x16\").\n" + "> booted in 16-bit mode (in GRUB: \"set gfxpayload=800x600x16\").\n" "> \n" "> Signed-off-by: Max Staudt <mstaudt@suse.de>\n" "> ---\n" @@ -47,7 +47,8 @@ "> +\t\tred >>= 16 - info->var.red.length;\n" "> +\t\tgreen >>= 16 - info->var.green.length;\n" "> +\t\tblue >>= 16 - info->var.blue.length;\n" - "> \t\t((u32 *)(info->pseudo_palette))[regno] > \t\t\t(red << info->var.red.offset) |\n" + "> \t\t((u32 *)(info->pseudo_palette))[regno] =\n" + "> \t\t\t(red << info->var.red.offset) |\n" "> \t\t\t(green << info->var.green.offset) |\n" "> -- \n" "> 2.6.6\n" @@ -59,4 +60,4 @@ "-- \n" Peter -fe2e655223a88fe749cf36091c43844a0d9242bca43ca165502f04c7ed8e669c +84cf3d82006b95ec613b3aa61b848b856def02709b236f657238ab57952a6596
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.